UDP to Serial bridge example for access to DTPlug protocol.
authorNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 26 Apr 2016 23:05:29 +0000 (01:05 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Thu, 9 Feb 2023 23:36:07 +0000 (00:36 +0100)
commit0411786c6a03566bc9b8ca414a6bb0bf0118a391
tree314f506d630578cad4a5bade6933364bb6a03913
parent26b242de78e37540f9dd0a5cfedaa437f6321661
UDP to Serial bridge example for access to DTPlug protocol.
14 files changed:
host/udpbridge/Makefile [new file with mode: 0644]
host/udpbridge/dtplug_protocol_defs.h [new symlink]
host/udpbridge/dtplug_protocol_host.c [new file with mode: 0644]
host/udpbridge/dtplug_protocol_host.h [new file with mode: 0644]
host/udpbridge/handlers.c [new file with mode: 0644]
host/udpbridge/handlers.h [new file with mode: 0644]
host/udpbridge/list.h [new file with mode: 0644]
host/udpbridge/main.c [new file with mode: 0644]
host/udpbridge/protocol_bridge [new file with mode: 0755]
host/udpbridge/questions.pl [new file with mode: 0755]
host/udpbridge/serial_utils.c [new file with mode: 0644]
host/udpbridge/serial_utils.h [new file with mode: 0644]
host/udpbridge/sock_utils.c [new file with mode: 0644]
host/udpbridge/sock_utils.h [new file with mode: 0644]