F5F Stay Refreshed Power Users Networks Establishing a link between two gadgets in an informal network

Establishing a link between two gadgets in an informal network

Establishing a link between two gadgets in an informal network

M
mineuout482
Posting Freak
812
02-27-2023, 10:44 AM
#1
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.
M
mineuout482
02-27-2023, 10:44 AM #1

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.