Establishing a link between two gadgets in an informal network
Establishing a link between two gadgets in an informal network
Setting up a mobile ad-hoc network with OLSR involves coordinating devices to form a mesh. To broadcast a "hello" packet, you'd need to ensure the server is active on multiple nodes and that each device can send/receive messages efficiently. Once a node receives the hello, it should relay it to others in range. For ongoing communication, the server must maintain connectivity and handle message passing between nodes. Your current approach works for local broadcasting but would require extending it with proper routing and discovery mechanisms in OLSR.