You are viewing an older revision! See the latest version
Networking Stack Releases
The full stack source is available here : http://mbed.org/users/donatien/programs/NetServicesSource (V1.00).
Please report any bugs, suggestions, feature requests in the associated Forum Thread.
V1.xx - Current release¶
V1.00 - 11-06-2010¶
The wiki documentation pages will be updated soon...
Precompiled versions
- Interfaces + API
- Top-level components
Built against the mbed library rev 22.
Features
- Ethernet driver
- Sockets (TCP, UDP) & DNS API
- HTTP Client
- HTTP Server
- NTP Client
- MySQL Client
Significant changes from the beta
- The protocol names are now upper-case for more consistency for the high-level components (HTTPClient...) and the socket API (TCPSocket...)
- The stack is now packaged by precompiled elements (EthernetNetIf, HTTPClient, HTTPServer, etc.)
Known bugs & issues
- The mbed LPC2368 is supported but lacks testings
- LwIP DNS support must be reworked (cannot start two requests at one time safely)