Coder Social home page Coder Social logo

blitz-p2p-bridge's Introduction

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

blitz-p2p-bridge's People

Contributors

fernandobatels avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

blitz-p2p-bridge's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.