Skip to content

The-Podsiadly/Py-Remote_Connection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Py-Remote_Connection

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.

Setup

Good luck for now...

Benchamrks

Not existent right now..

Future Additions

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!

Contributions

Currently do not have a template for posting contributions..

About

Connect "Server" with "Client" remotely

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages