Add host app for Scialys Linux extention board master
authorNathael Pajani <nathael.pajani@ed3l.fr>
Thu, 31 Oct 2024 13:30:57 +0000 (14:30 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Thu, 31 Oct 2024 13:30:57 +0000 (14:30 +0100)
commit18ed96f7bd41c17c9f06836a7857dfb8365882c5
tree5c8cd7d404b465c7652e658e87d7eda65b6750a6
parenta23da7913618891b8591f3a1e4386ccb296dafc6
Add host app for Scialys Linux extention board
Decode scialys frames and send relevent information to MQTT brocker
17 files changed:
host/scialys_mqtt_bridge/.gitignore [new file with mode: 0644]
host/scialys_mqtt_bridge/Makefile [new file with mode: 0644]
host/scialys_mqtt_bridge/README [new file with mode: 0644]
host/scialys_mqtt_bridge/handlers.c [new file with mode: 0644]
host/scialys_mqtt_bridge/handlers.h [new file with mode: 0644]
host/scialys_mqtt_bridge/list.h [new file with mode: 0644]
host/scialys_mqtt_bridge/main.c [new file with mode: 0644]
host/scialys_mqtt_bridge/mqtt.c [new file with mode: 0644]
host/scialys_mqtt_bridge/mqtt.h [new file with mode: 0644]
host/scialys_mqtt_bridge/mqtt_comm.c [new file with mode: 0644]
host/scialys_mqtt_bridge/mqtt_comm.h [new file with mode: 0644]
host/scialys_mqtt_bridge/scialys_uart_comm.c [new file with mode: 0644]
host/scialys_mqtt_bridge/scialys_uart_comm.h [new file with mode: 0644]
host/scialys_mqtt_bridge/serial_utils.c [new file with mode: 0644]
host/scialys_mqtt_bridge/serial_utils.h [new file with mode: 0644]
host/scialys_mqtt_bridge/sock_utils.c [new file with mode: 0644]
host/scialys_mqtt_bridge/sock_utils.h [new file with mode: 0644]