Connect "Server" with "Client" remotely using WebSocket. Uses AsyncIO to open up a connection on localhost.
The point of this program is to created a simple way to connect 2 devices using the same package through a simple, secure interface.
Currenlty, this program simply opens up a connection between a server and a client over localhost and sends data back and forth with verification. It uses a central script networkcommons.py that creates a simple AsyncIO connection and verifies the file that was received and prepares a file to be sent. Headers are examines.
Contributions are welcome. Currently, there is no layout for contributions.
Good luck for now...
Not existent right now..
Current list of future additions:
- Add log
- Create unit tests
- Add SSH, SSL, TLS capabilities
- Create unique IP address for product (or use the hardware's IP)
- Turn into a Python package
- Turn into a CLI
If you have any additions you'd like to see, let me know. Contributions is encouraged!
Currently do not have a template for posting contributions..