From 0730e77eb4aa9841e90a17f190b9ae7d80565054 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 16 Jun 2025 17:09:43 +0200 Subject: Initial commit Signed-off-by: Toni Uhlig --- common.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 common.h (limited to 'common.h') diff --git a/common.h b/common.h new file mode 100644 index 0000000..da4cb92 --- /dev/null +++ b/common.h @@ -0,0 +1,5 @@ +#define UDP_PORT 50000 +#define MAX_UDP_PACKETS 100 + +#define PAYLOAD_REQUEST 0x01, 0x08, 0x00, 0x00, 0x05, 0x01, 0x01, 0x01, 0x05, 0x22, 0x01 +#define PAYLOAD_RESPONSE 0x01, 0x04, 0x00, 0x00, 0x05, 0x01, 0x01, 0x02 -- cgit v1.2.3