Skip to content

Experimental routing library which attempts to provide a consistent API.

Notifications You must be signed in to change notification settings

berkus/librouting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P2P routing

Routing layer exploiting different routing methods for higher availability p2p networks configuration.

  • Social routing
  • Identity Hash routing
  • Compact routing

The reason for this library is to provide single interface for multitude of routing strategies. Ideally the library would support combination of different strategies at the same time for better reachability.

Every client can incorporate the routing mechanisms supported by the library and provide it to other clients, making it truly a peer to peer network.

Additional mechanisms may be used for discovering the nodes:

  • Bonjour/Zeroconf
  • Netsukuku
  • DHT
  • DNS
  • Dedicated tracking servers IP

See also:

  • CAN routing methods - in doc/cans.pdf
  • Scatter - doc/02-glendenning-online.pdf

Directory Structure

lib Core routing implementation library (librouting) regserver Lightweight standalone registration server for NAT traversal This server may be integrated into every host running SSS.

Bitdeli Badge

About

Experimental routing library which attempts to provide a consistent API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages