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).
- 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
Reach me at [email protected].