bengtmartensson / AGirs

A Girs infrared server for the Arduino
http://www.harctoolbox.org/Girs.html
GNU General Public License v2.0
55 stars 13 forks source link

Integrate ABeacon #11

Closed bengtmartensson closed 8 years ago

bengtmartensson commented 9 years ago

The beacon should be integrated, of course only in the TCP/UDP version. There is a routine that should be called "every now and then" (no less than 60 seconds (say) apart), but a precise timing is not needed, so preferably a timer should not be sacrificed.

bengtmartensson commented 8 years ago

Implemented in recent commits.

Unfortunately, there appears to be a resource leak somewhere, locking the system after a few hundred sends, see https://github.com/bengtmartensson/ABeacon/issues/2