![]() |
![]() |
Section: User Commands (1)
Updated: Last change: Oct 2016
- Convert pulse/space text data to binary UDP driver format
is a filter converting pulse/space printable data such as generated by
mode2(1)to the binary format used by the LIRC udp driver. The file argument is a textfile with pulse/space data. If not given, standard input is used. Lines not starting with
space or pulseare silently ignored. The normal usage pattern is to combine
irtext2udpwith standard tools such as
socat(1)to send the binary data to a
lircdinstance using the udp driver.
(1) to send data to a lircd instance using the udp driver listening on the default udp port 8765 on localhost:
irtext2udp < input-file | nc --udp localhost 8765 irtext2udp < input-file | socat STDIN UDP:localhost:8765
ncat(1)
mode2(1)
lircd(8)
socat(1)
http://lirc.org/html/udp.html
This document was created by
man2html,
using the manual pages.
Time: 12:18:31 GMT, September 25, 2019