Commit Graph

431 Commits

Author SHA1 Message Date
00d5f3a040 Merge pull request #30 from Sani7/Modbus_TCP_Obe
Modbus tcp obe
2023-12-05 21:43:27 +01:00
Obe Van Lierde
51d0fca23c Merge branch 'Modbus_TCP_Obe' of https://github.com/Sani7/2023-Webservices_And_Applications into Modbus_TCP_Obe 2023-12-05 21:09:48 +01:00
Obe Van Lierde
bb28a86b1a Update modbus_tcp.md 2023-12-05 21:06:37 +01:00
Obe Van Lierde
f2d1302d1b MD-file 2023-12-05 17:17:30 +01:00
Obe Van Lierde
1e5095f304 img 2023-12-05 17:17:30 +01:00
Obe Van Lierde
a49cc02ebc Initial modbustcp doc 2023-12-05 17:17:30 +01:00
Obe Van Lierde
0dcb2ba1c6 MD-file 2023-12-05 15:06:49 +01:00
Obe Van Lierde
4a9017e6dd img 2023-12-05 15:05:20 +01:00
30a3732d64 modbus_tcp
remove newlines from init
2023-12-04 20:52:00 +01:00
915abfcc9a Add qmodmaster and move udp app to applications 2023-12-04 16:26:09 +01:00
Obe Van Lierde
59741498ee Initial modbustcp doc 2023-12-04 15:45:55 +01:00
6906abb18d udp_broadcast
Update docs
2023-12-04 15:28:48 +01:00
2b63720fbf modbus_tcp
Add comment for Obe
2023-12-04 14:55:34 +01:00
Obe Van Lierde
725a29e2d3 Update modbus_tcp.c 2023-12-04 14:54:08 +01:00
e1832cf54e UDP_broadcast
convert owner_name_*_pos to uint32
2023-12-04 11:10:26 +01:00
25c8f5b750 modbus_tcp
change over to the new lcd function so we don't have to loop over the files again
2023-12-03 22:22:08 +01:00
d77fca56b7 lcd_api
Add lcd_draw_img_from_llfs_file and lcd_draw_gif_from_llfs_file
2023-12-03 22:01:14 +01:00
0704473bc5 Merge pull request #29 from Sani7/LCD_API
Switch all position params in LCD_API to uint32_t
2023-12-03 16:00:50 +01:00
a5bf40acf7 Update docs for lcd_display_text 2023-12-03 15:58:41 +01:00
xoreo
0b9c1984ac Switch all position params in LCD_API to uint32_t 2023-12-03 14:51:47 +01:00
0cc34bfd6b LLFS
add llfs_get_filename_ext
2023-12-02 23:01:06 +01:00
d0fb9c5856 TFTP
update docs
2023-12-01 18:57:55 +01:00
7dcc0ff4da Logger
make it so that the logger timestamp is alligned
2023-12-01 18:56:24 +01:00
97783c69c5 Fix almost all compiler warnings
lcd_api: isalpha expects type in so I cast char to int
lcd_api: uint32 in printf where %d instead of %lu
llfs: filter_ok was set but unused so I removed it
tftp: wrong casting char to uint8_t but needed to be cast to const char* instead
2023-12-01 11:31:53 +01:00
b06ec97075 Testing
Update tests so it uses llfs data and lffs
2023-11-29 18:03:04 +01:00
930034d146 Merge pull request #27 from Sani7/Modbus_TCP_Obe
modbus_tcp
2023-11-28 18:55:53 +01:00
5812dce80b modbus_tcp
fix casting of registers from payload
2023-11-28 18:24:19 +01:00
Van Lierde Obe
066aba706c Merge pull request #21 from Sani7/Modbus_TCP_Obe
Modbus tcp obe
2023-11-28 14:47:43 +01:00
9cd69dc6f8 TFTP
Fix tests
2023-11-28 13:44:34 +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
f67a0b48a7 TFTP
Change init to make it more readable
2023-11-27 18:19:49 +01:00
533e6babcb Merge pull request #25 from Sani7/Qt-application-UDP-broadcast
Qt application udp broadcast
2023-11-27 16:18:51 +01:00
Obe Van Lierde
40cf58b3c8 done 2023-11-27 16:16:35 +01:00
joran2738
758be91cf5 deleted unnecessary extra folder 2023-11-27 16:02:51 +01:00
joran2738
24a44b9a76 added Qt application
This is the modified Qt application for UDP_broadcast, it was verified by Dams so reviews shouldn't be necessary
2023-11-27 16:00:02 +01:00
joran2738
6d1637ab63 Merge branch 'main' of https://github.com/Sani7/2023-Webservices_And_Applications 2023-11-27 15:43:01 +01:00