Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Wireless Node Discovery

what is the best algorithm for wireless node discovery. suppose you have a large wireless or bluetooth network, were every node has its own range of discovery.

what is the best algorithm that makes any node discover about the full graph topology, ie any node will know about all other nodes in the graph?

like image 468
lissa Avatar asked Oct 15 '22 02:10

lissa


1 Answers

Quite a bit of work has been done on this (and similar) problems. You might want to start by looking a few places like:

MIT Grid Ad Hoc Networking Project
Wireless Grids Corporation
Berkeley

Some Googling for things like "wireless grid discovery" should probably turn up more.

like image 103
Jerry Coffin Avatar answered Oct 18 '22 03:10

Jerry Coffin