An UDP based generic p2p networks client

Jakub Mitoraj fcd8a25233 Update networking hace 19 horas
src fcd8a25233 Update networking hace 10 horas
.gitignore 42403532a8 Initial commit hace 2 meses
Cargo.lock afcda0ab29 Add RSA/AES encryption (very rough) hace 1 mes
Cargo.toml afcda0ab29 Add RSA/AES encryption (very rough) hace 1 mes
LICENSE fbfdef724d License update, add TODO list hace 1 mes
README.md fbfdef724d License update, add TODO list hace 1 mes

README.md

gnome

An UDP based generic massive scale p2p networks client with built-in sync.

TODO

  • Broadcast
  • Multicast
  • GnomeGroups creation an modification
  • Intra-swarm Neighbor discovery
  • Learn about new Swarms from your Neighbor
  • Define and implement SwarmManifest standard
  • RSA encryption
  • Sending multiple KeepAlives in a single UPD Datagram
  • Sending particular Data only once to a given Neighbor
  • Use UDPunchServer for connecting two NATed Gnomes (also write it)
  • Discover & fix bugs
  • Write a lot of tests
  • Make code pleasant to work with
  • Logging
  • [ ]