Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Socket by
History
MySocket stuffs
2015-04-14, by clemounet [Tue, 14 Apr 2015 13:27:34 +0000] rev 20
MySocket stuffs
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.