8000 GitHub - corporation9/Lifeband-Server-Threaded: The python3 threaded server is designed to handle file uploads for the UKRI lifeband project. When data is uploaded from a client using the script provided, it dispatches the incoming data directly to a file which it creates in the ./devices directory, as well as sending a 200 status message back to the client, before freeing up and listening on the port again.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

The python3 threaded server is designed to handle file uploads for the UKRI lifeband project. When data is uploaded from a client using the script provided, it dispatches the incoming data directly to a file which it creates in the ./devices directory, as well as sending a 200 status message back to the client, before freeing up and listening on…

License

Notifications You must be signed in to change notification settings

corporation9/Lifeband-Server-Threaded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Lifeband-Server-Threaded

The python3 threaded server is designed to handle file uploads for the UKRI lifeband project. When data is uploaded from a client using the script provided, it dispatches the incoming data directly to a file which it creates in the ./devices directory, as well as sending a 200 status message back to the client, before freeing up and listening on the port again.

This makes sure that the client never has to wait while data is being processed or sent to a database, meaning it can be collected in real-time.

The web server also provides protections against directory traversal attacks using urllib functions.

Usage

python3 server.py

About

The python3 threaded server is designed to handle file uploads for the UKRI lifeband project. When data is uploaded from a client using the script provided, it dispatches the incoming data directly to a file which it creates in the ./devices directory, as well as sending a 200 status message back to the client, before freeing up and listening on…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0