Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

fernandobatels/blitz-p2p-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blitz P2P Bridge - Tunnel TCP for p2p streams

This server provides a means for two, or more, app to communicate continuously over TCP connection.

Basically when app A write on channel the app B receive the data and vice versa of course.

The paper Peer-to-Peer Communication Across Network Address Translators inspired this project.

Characteristics

  • Each client needs an ID. Currently this ID is composed of 15 charcacters defined by the client
  • The first message sent to the server, by the client, is your ID
  • The second is the expected id of your partner
  • If the parter is not online, the client is moved to the waiting list
  • And if the is online, the client is linked with his partner they and can comunicate
  • When two clients is linked, both are removed from the waiting list

TODO

  • P2P working:
    • Connection between clients, with waiting list
    • Send/Receing content from partner
    • Logs/Output with datetime, ID, sizes and IP
  • UnitTests
  • Encrypted communication
  • Pre-registered ID's
  • Real-time information:
    • Current ID's in use
    • Number of connections
  • Services:
    • Systemd: stop, start and restart
    • SystemV: stop, start and restart
  • Packages:
    • RPM
    • DEB
  • Reports, by log analysis:
    • Bytes per ID and IP at time

About

Blitz P2P Bridge - Tunnel TCP for p2p streams

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published