{"repo":"nopnop2002/esp-idf-net-logging","free":true,"listed":false,"github":"https://github.com/nopnop2002/esp-idf-net-logging","clone":"git clone https://github.com/nopnop2002/esp-idf-net-logging.git","description":"Redirect esp-idf logging to the network","language":"C","stars":66,"topics":["esp-idf","esp32","redirects","logger","logging","rsyslogd"],"license":"MIT","category":"analytics","readme_excerpt":"esp-idf-net-logging Redirect esp-idf logging to the network. esp-idf has a Logging library. The Logging library contains the function. By default, log output goes to UART0. This function can be used to redirect log output to some other destination, such as file or network. I made a project that uses 3 UARTs of ESP32. But I was in trouble because there was no logging output destination. So I made this. The following protocols are available for this project. - UDP - TCP - MQTT - HTTP(POST) - SSE We can use Linux's rsyslogd as the logger. I referred to this. Software requirements ESP-IDF V5.0 or later. ESP-IDF V4.4 release branch reached EOL in July 2024. ESP-IDF V5.1 is required when using ESP32-C6. Installation Configuration Configuration for UDP Redirect ESP32 works as a UDP client. There are the following four methods for specifying the UDP Address. - Limited broadcast address The address represented by 255.255.255.255, or \\ , cannot cross the router. Both the sender and receiver must specify a Limited broadcast address. - Directed broadcast address It is possible to cross the router with an address that represents only the last octet as 255, such as 192.168.10.255. Both the sender and receiver must specify the Directed broadcast address. Note that it is possible to pass through the router. - Multicast address Data is sent to all PCs belonging to a specific group using a special address (224.0.0.0 to 239.255.255.255) called a multicast address. I've never used it, so I don't","default_branch":null,"files":null,"tree":[],"storefront":"/r/nopnop2002","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/nopnop2002/esp-idf-net-logging/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}