21 Commits

Author SHA1 Message Date
01ce3a22a3 Merge pull request #1 from CommanderRedYT/patch-1
Fix deadlock when sending and receiving udp
2024-10-09 15:58:38 +02:00
2e96e75dcf Fix deadlock when sending and receiving udp 2024-10-09 15:57:42 +02:00
2ff4a6a093 Replace fmt::format with std::format 2024-09-18 16:44:01 +02:00
e885482ca4 Better memory handling in error situations 2024-07-05 15:18:55 +02:00
0f18551e62 Add API to connect to a host, and to send messages over socket 2024-07-03 17:08:03 +02:00
72f2851f2b Remove useless log 2023-09-12 19:03:49 +02:00
78845305ed C++23 enable in CMakeLists.txt 2023-04-27 14:29:42 +02:00
d52f7f56cf Updated to new esp-idf 2023-02-27 17:27:02 +01:00
56e00aefff fixed closing and opening of udp port 2023-01-23 20:32:00 +01:00
3595634e35 Fix to compile under cpp23 again successfully 2022-06-22 14:53:55 +02:00
97c4c9005d Changes needed to compile again with new idf 2022-03-17 14:45:33 +01:00
b26772e4f0 Silence some nasty log outputs 2022-01-26 19:38:03 +01:00
3d5507698a Remove IPv6 support as it was always broken 2022-01-25 17:26:25 +01:00
b5380f0026 Fixed IPv6 header parsing 2021-12-21 22:54:00 +01:00
a4060d24e6 idf rebase changes needed to compile again 2021-12-02 13:24:29 +01:00
94ce37c6ba Add README.md with example 2021-10-14 23:43:59 +02:00
1db1655f18 Added IPv6 support and implemented new wifi stack ip utils 2021-06-18 02:40:14 +02:00
f05c62238f Fixed memory leaks 2021-06-07 23:06:58 +02:00
edec390c7b CMakeLists.txt formatting 2021-05-26 02:42:21 +02:00
49b2d31678 Added AsyncUdpListener 2021-04-15 23:17:22 +02:00
66437a5318 Initial commit 2021-04-15 21:39:51 +02:00