Hi all,
I'm trying to make a munin-node on an arduino-board with ethernet-shield, which will allow munin to query the connected temperature-sensors automatically over the network.
I've already implemented most of the munin-protocol and I'm able to retrieve all data from the arduino using telnet.
There is one part missing and I don't know how to do that. The munin-protocol requires that the server (the arduino-board) will print a welcome-banner when a client connects.
Is it possible to detect that a new client has connected to the server and send him a welcome-banner?
(of course I will make it opensource if I manage to get it working correctly)