Scalable-2024 / bobb-protocol

0 stars 1 forks source link

Updated heartbeat code - propagating neighbour information to build constellation file #38

Closed Paddyjh closed 2 weeks ago

Paddyjh commented 2 weeks ago

This code will be made more modular in a future commit; however, it is in a working state at the moment.

This code will create a constellation file for each satellite that attempts to map the entire satellite constellation by passing each satellite's current representation of the constellation to its neighbours in heartbeats (sent every 30 seconds). This allows us to propagate the constellation and provide updates to neighbour lists throughout the network. This also facilitates routing, which is currently being worked on by @aryansingh920.

If you have any questions, lemme know!