Lighthouse host control app. This app should go toward MQTT implementation. See top...
authorNathael Pajani <nathael.pajani@ed3l.fr>
Fri, 3 Jun 2016 00:05:18 +0000 (02:05 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Thu, 9 Feb 2023 01:41:57 +0000 (02:41 +0100)
commit00d4c50cb1795f027c9e345c2553b7fe5fdad1dd
treeec08de5190e5da2057c01da220a02d6c4aa13244
parent21439b86740af34230d39de10834b61e22628527
Lighthouse host control app. This app should go toward MQTT implementation. See top of handlers.c to get some basics of an "available informations" list management. TODO : Fisrt step : - support planned Basic protocol for Android app support Second step : - create protocol to discover available informations on top of DTPlug protocole (make it extensible to other protocols) - allow devices to send their info upon power-up ? - add MQTT protocol support
15 files changed:
host/lighthouse/.gitignore [new file with mode: 0644]
host/lighthouse/Basic_UDP_Protocol.txt [new file with mode: 0644]
host/lighthouse/Makefile [new file with mode: 0644]
host/lighthouse/dtplug_protocol_defs.h [new symlink]
host/lighthouse/dtplug_protocol_host.c [new file with mode: 0644]
host/lighthouse/dtplug_protocol_host.h [new file with mode: 0644]
host/lighthouse/handlers.c [new file with mode: 0644]
host/lighthouse/handlers.h [new file with mode: 0644]
host/lighthouse/list.h [new file with mode: 0644]
host/lighthouse/main.c [new file with mode: 0644]
host/lighthouse/questions.pl [new file with mode: 0755]
host/lighthouse/serial_utils.c [new file with mode: 0644]
host/lighthouse/serial_utils.h [new file with mode: 0644]
host/lighthouse/sock_utils.c [new file with mode: 0644]
host/lighthouse/sock_utils.h [new file with mode: 0644]