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

Implement listener that talks the Lirc Udp protocol #18

Closed bengtmartensson closed 8 years ago

bengtmartensson commented 8 years ago

This would consist of an infinite loop that calls some version of read, sending the received signal to a remote Lirc server using the Udp driver.

bengtmartensson commented 8 years ago

Having a look at it, it does not appear to be a good idea. The Lirc Udp "protocol" is neither very widely used, or well designed, nor is the Lircd a good decoder.