Hi,
I would like to build a syslog(udp port 514) listener in twisted. The goal is to make it compatible with syslog and syslog-ng, which may be configured on a "client" to send log entries (as they occur) via udp (fire and forget) to a remote server (my twisted server).
Is there already something out there that would do this or that would be a good start?
Thanks,
Marc