1.0.1 • Published 7 years ago

lirc-simulator v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

lirc-simulator

NPM version Dependency Status Build Status XO code style License

A rudimentary LIRC simulator

This tiny piece of software simulates a lircd and is listening on 127.0.0.1:8765. It replies SUCCESS without DATA to all received commands. 2 Seconds after a client connects it broadcasts a single button press of button1 of remote1. Another 2 seconds later button2 will be pressed 3 times with incrementing repeat counter and 400ms pause between each press. That's all. ;-)

I use this for automated testing of lirc2mqtt.

Install

npm install -g lirc-simulator

Usage

Just call lirc-simulator - there is no config file and no command line parameters.

License

MIT © Sebastian Raff