A simple UDP logger that lets you send messages via UDP to a remote host. It's a cheap implementation for logging to a remove host via UDP. Note, the logger is uses UDP sockets provided by NetServices (https://mbed.org/cookbook/NetServices). After you are ready with the network setup (eth.setup()...), just call Log::init(), so the logger would create its local socket, and then you can log any text via Log::log(); Also note that the logger won't do any net polls (eth.poll()) to save computing time, so it's up to you to handle it.

History

remove legacy .lib default tip

2013-10-23, by screamer [Wed, 23 Oct 2013 10:55:18 +0000] rev 2

remove legacy .lib


initial commit

2012-05-29, by screamer [Tue, 29 May 2012 18:12:37 +0000] rev 1

initial commit


initial release

2012-03-04, by screamer [Sun, 04 Mar 2012 20:42:10 +0000] rev 0

initial release