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.

Committer:
screamer
Date:
Tue May 29 18:12:37 2012 +0000
Revision:
1:1130e7abfc09
initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
screamer 1:1130e7abfc09 1