Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 555 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 555 Bytes

pyCGR

PyCGR is Python-based Contact Graph Routing (CGR) library that serves as a pedagogic reference of the popular routing algorithm for scheduled Delay Tolerant Networks (DTNs).

Available Functions

  • Planning: load contact plan from files (examples in contact_plans directory)
  • Routing: compute routes from contact plans (dijkstra, yens, and others)
  • Forwarding: decide on candidate routes for a particular bundle

Contact

Reach me at [email protected].

Links