Move host app to host directory and update related symlinks master
authorNathael Pajani <nathael.pajani@ed3l.fr>
Fri, 10 Feb 2023 02:35:44 +0000 (03:35 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Fri, 10 Feb 2023 02:35:44 +0000 (03:35 +0100)
commitf5e9ea0c42d2222dc8e1ab880d1bf9bbdcd61831
treee0c88dbe7b895305e19a028f9579e0816beec346
parent6c005f7d16ab7e3720991daa5fd6137ba0fb2f56
Move host app to host directory and update related symlinks
24 files changed:
host/mqtt_bridge/.gitignore [new file with mode: 0644]
host/mqtt_bridge/Makefile [new file with mode: 0644]
host/mqtt_bridge/README [new file with mode: 0644]
host/mqtt_bridge/list.h [new file with mode: 0644]
host/mqtt_bridge/main.c [new file with mode: 0644]
host/mqtt_bridge/protocol.c [new file with mode: 0644]
host/mqtt_bridge/protocol.h [new file with mode: 0644]
host/mqtt_bridge/serial_utils.c [new file with mode: 0644]
host/mqtt_bridge/serial_utils.h [new file with mode: 0644]
host/mqtt_bridge/sock_utils.c [new file with mode: 0644]
host/mqtt_bridge/sock_utils.h [new file with mode: 0644]
mqtt_pub/host_bridge [new symlink]
mqtt_pub/host_bridge/.gitignore [deleted file]
mqtt_pub/host_bridge/Makefile [deleted file]
mqtt_pub/host_bridge/README [deleted file]
mqtt_pub/host_bridge/list.h [deleted file]
mqtt_pub/host_bridge/main.c [deleted file]
mqtt_pub/host_bridge/protocol.c [deleted file]
mqtt_pub/host_bridge/protocol.h [deleted file]
mqtt_pub/host_bridge/serial_utils.c [deleted file]
mqtt_pub/host_bridge/serial_utils.h [deleted file]
mqtt_pub/host_bridge/sock_utils.c [deleted file]
mqtt_pub/host_bridge/sock_utils.h [deleted file]
mqtt_sub/host_bridge