mbed socket API
Dependents: EthernetInterface EthernetInterface_RSF EthernetInterface EthernetInterface ... more
Deprecated
This is an mbed 2 sockets library. For mbed 5, network sockets have been revised to better support additional network stacks and thread safety here.
History
Sync with official mbed library release 66
2013-08-19, by bogdanm [Mon, 19 Aug 2013 18:38:18 +0300] rev 19
Sync with official mbed library release 66
enable/disable broadcasting
2013-05-30, by emilmont [Thu, 30 May 2013 17:15:01 +0100] rev 18
enable/disable broadcasting
Not shutting down the socket, before closing it, is not robust in lwIP
2013-05-14, by emilmont [Tue, 14 May 2013 09:48:07 +0000] rev 17
Not shutting down the socket, before closing it, is not robust in lwIP
Add broadcasting and multicasting
2013-03-01, by emilmont [Fri, 01 Mar 2013 15:30:16 +0000] rev 16
Add broadcasting and multicasting
Reset TCPSocketConnection address when accepting a new connection
2012-08-13, by emilmont [Mon, 13 Aug 2012 09:38:00 +0000] rev 15
Reset TCPSocketConnection address when accepting a new connection
[Documentation] "\brief" directive needs opening "exclamation mark"
2012-08-04, by emilmont [Sat, 04 Aug 2012 08:28:29 +0000] rev 14
[Documentation] "\brief" directive needs opening "exclamation mark"
Try "\brief" Doxygen directive in documentation
2012-08-04, by emilmont [Sat, 04 Aug 2012 08:24:54 +0000] rev 13
Try "\brief" Doxygen directive in documentation
Update "send"/"send_all" and "receive"/"receive_all" documentation
2012-08-04, by emilmont [Sat, 04 Aug 2012 08:15:09 +0000] rev 12
Update "send"/"send_all" and "receive"/"receive_all" documentation
[Socket library] Remove redundant UDPPacket class. Use centralized socket destructor. Add is_connected check.
2012-08-01, by emilmont [Wed, 01 Aug 2012 13:02:32 +0000] rev 11
[Socket library] Remove redundant UDPPacket class. Use centralized socket destructor. Add is_connected check.
Add explicit setting of socket blocking/non-blocking mode and timeout
2012-07-31, by emilmont [Tue, 31 Jul 2012 11:50:55 +0000] rev 10
Add explicit setting of socket blocking/non-blocking mode and timeout