]> the.earth.li Git - mqtt-arp.git/log
mqtt-arp.git
5 years agoAdd command line parameters for MQTT username + password
Jonathan McDowell [Wed, 30 May 2018 19:41:33 +0000 (20:41 +0100)]
Add command line parameters for MQTT username + password

5 years agoFix MAC address command line parsing
Jonathan McDowell [Wed, 30 May 2018 17:28:38 +0000 (18:28 +0100)]
Fix MAC address command line parsing

We weren't setting valid to true + incrementing our count when we saw
a MAC address on the command line.

5 years agoAdd command line parsing of options
Jonathan McDowell [Wed, 23 May 2018 21:46:54 +0000 (22:46 +0100)]
Add command line parsing of options

Rather than hard coding all of the relevant details allow them to be
specified on the command line. Refactor config into a single config
structure to help with this.

5 years agoAdd a basic Makefile
Jonathan McDowell [Wed, 23 May 2018 18:29:39 +0000 (19:29 +0100)]
Add a basic Makefile

5 years agoInitial commit
Jonathan McDowell [Wed, 23 May 2018 07:10:09 +0000 (08:10 +0100)]
Initial commit