Beacon
Description:
The Beacon class is a very simply designed beacon. It sends out a signal (a specified Datagram or the default output strength packet) multiple times, depending on the values set within the class. It also has a dynamic send method, which scans through all of the possible radio strength outputs rather than a fixed output strength and sends its strength in a packet. The BeaconListener class receives packets sent with Beacon.
Click here for source code.
Special Requirements:
- None
