nuttx-apps/system/syslogd
Matteo Golin 5e50e2c1f9 system/syslogd: Initial implementation
Initial implementation of syslogd including version information, simple
usage help and UDP transmission. The current implementation transmits
RFC 5424 formatted syslog entries over UDP for consumption by a syslog
collector. Only some options from the manpage are implemented since
NuttX doesn't currently have the ability for some of the more complex
features (-l, etc.).

Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
2025-06-17 20:43:58 +08:00
..
CMakeLists.txt system/syslogd: Initial implementation 2025-06-17 20:43:58 +08:00
Kconfig system/syslogd: Initial implementation 2025-06-17 20:43:58 +08:00
Make.defs system/syslogd: Initial implementation 2025-06-17 20:43:58 +08:00
Makefile system/syslogd: Initial implementation 2025-06-17 20:43:58 +08:00
syslogd_main.c system/syslogd: Initial implementation 2025-06-17 20:43:58 +08:00