Commit Graph

298 Commits

Author SHA1 Message Date
Obe Van Lierde
725a29e2d3 Update modbus_tcp.c 2023-12-04 14:54:08 +01:00
5812dce80b modbus_tcp
fix casting of registers from payload
2023-11-28 18:24:19 +01:00
3fcb117b73 modbus_tcp
Fix typo
2023-11-28 13:31:47 +01:00
5787a0eda4 modbus_tcp
make the log more usefull
2023-11-28 13:13:17 +01:00
090389ae6f modbus_tcp
format
2023-11-28 13:11:21 +01:00
984f1dbe26 modbus_tcp
checking if ext is null but not utilising it to skip over the strcmp's
2023-11-28 13:10:34 +01:00
103098d2a7 modbus_tcp
remove unused return variable and redundant comments
2023-11-28 13:09:24 +01:00
f0ac068f51 modbus_tcp
Add log if no valid extension is found
2023-11-28 13:08:51 +01:00
fe08ae3109 modbus_tcp
Move duplicate common code outside of the image draw part
2023-11-28 13:06:29 +01:00
0ca78c93ef modbus_tcp
add unused define around arg variable
2023-11-28 12:54:38 +01:00
51eb3cddf7 modbus_tcp
remove redundant variables
2023-11-28 12:54:22 +01:00
13fff0ca70 modbus_tcp
give the register defines more meaning
2023-11-28 12:47:30 +01:00
24226b38cd modbus_tcp
remove comments that bring no extra meaning to the code
2023-11-28 12:45:05 +01:00
349fb1f9a5 modbus_tcp
Change registers from char to uint8_t
2023-11-28 12:41:50 +01:00
33e7d6f4eb modbus_tcp
remove redundant pc variable
2023-11-28 12:40:44 +01:00
a61dcfb5c7 modbus_tcp
Make the tcp_pcb a global static variable
2023-11-28 12:35:51 +01:00
16f356de61 Format 2023-11-27 18:48:27 +01:00
Obe Van Lierde
40cf58b3c8 done 2023-11-27 16:16:35 +01:00
Obe Van Lierde
bff95ef972 Update modbus_tcp.c 2023-11-27 15:37:37 +01:00
Obe Van Lierde
bfb22d4812 change 2023-11-27 15:34:44 +01:00
Obe Van Lierde
c48c86232d done 2023-11-27 15:13:39 +01:00
Obe Van Lierde
88c2d67d88 first buffer overflow 2023-11-27 00:37:32 +01:00
Obe Van Lierde
2b26c52ea6 Update modbus_tcp.c 2023-11-27 00:29:20 +01:00
Obe Van Lierde
1c8f8d7a6a Merge branch 'Modbus_TCP_Obe' of https://github.com/Sani7/2023-Webservices_And_Applications into Modbus_TCP_Obe 2023-11-27 00:05:39 +01:00
Obe Van Lierde
7224bc92d3 fix err 2023-11-27 00:03:28 +01:00
L-diy
01f4b58b2b Reformat modbus_tcp.c and fix some typos 2023-11-27 00:00:22 +01:00
Obe Van Lierde
24b46fa2d8 Merge branch 'Modbus_TCP_Obe' of https://github.com/Sani7/2023-Webservices_And_Applications into Modbus_TCP_Obe 2023-11-26 23:38:07 +01:00
Obe Van Lierde
71733da9d6 fix... 2023-11-26 23:30:55 +01:00
L-diy
e4b50559c4 Reformat modbus_tcp.c/h and fix some typos 2023-11-26 22:36:57 +01:00
2090b039d4 Merge branch 'main' into Modbus_TCP_Obe 2023-11-26 22:32:44 +01:00
80ee5f18b4 Merge branch 'main' into UDP-broadcast 2023-11-26 22:29:53 +01:00
db4d7d1ab2 Merge pull request #23 from Sani7/MQTT
MQTT Application for the group assignment
2023-11-26 22:25:00 +01:00
5917bcf329 MQTT
Add brief tag
2023-11-26 22:22:03 +01:00
Obe Van Lierde
baea30020f fix 2023-11-26 22:17:07 +01:00
Obe Van Lierde
f6c853f139 comment fix
logger does not work so i commented it out
2023-11-26 21:55:38 +01:00
Obe Van Lierde
5631d62133 last fixes 2023-11-26 21:54:03 +01:00
RobinVdB8
752ada6867 Changed strlen(data_buffer) to len 2023-11-26 17:15:22 +01:00
RobinVdB8
5600aa20f3 Updated doxygen 2023-11-26 17:13:15 +01:00
RobinVdB8
1e7638c63d Solved reviews 2023-11-26 17:05:05 +01:00
Obe Van Lierde
eda5a045e7 quick 2023-11-26 16:25:49 +01:00
Obe Van Lierde
2976fbf2b3 resolved changes
Disabled logger, it gave me errors on 'TAG'
2023-11-26 16:17:35 +01:00
Obe Van Lierde
74a5983e8a Merge branch 'main' into Modbus_TCP_Obe 2023-11-26 16:12:04 +01:00
RobinVdB8
def43a37a7 Changed topic to public gifs so both messages are retained 2023-11-26 15:48:47 +01:00
RobinVdB8
fdc5eb865e Updated publish_data to use defines directly 2023-11-26 15:45:36 +01:00
RobinVdB8
8263855ce7 Updated create_publish_string as requested 2023-11-26 15:39:16 +01:00
RobinVdB8
be0339b2cf Updated create_publish_string 2023-11-26 15:15:56 +01:00
b844d25f95 TFTP
Forgot to deinit tftp on failiure of init
2023-11-26 15:12:00 +01:00
RobinVdB8
b302ab2e11 Updated doxygen 2023-11-26 15:02:01 +01:00
RobinVdB8
907970ee59 Added tolower() to color_picker() 2023-11-26 14:49:17 +01:00
RobinVdB8
2d86900a4a Created new function to fill payload string for publish 2023-11-26 14:34:27 +01:00