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.

Files at this revision

API Documentation at this revision

Comitter:
screamer
Date:
Wed Oct 23 10:55:18 2013 +0000
Parent:
1:1130e7abfc09
Commit message:
remove legacy .lib

Changed in this revision

.lib Show diff for this revision Revisions of this file
--- a/.lib	Tue May 29 18:12:37 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
- 
\ No newline at end of file