You are viewing an older revision! See the latest version
Networking Stack Releases
Source
The full stack source is available here : http://mbed.org/users/donatien/programs/NetServicesSource (V1.01).
Precompiled versions
Built against the mbed library rev 22.
- Interfaces + API
- Top-level components
- Examples
Please report any bugs, suggestions, feature requests in the associated Forum Thread.
V1.xx - Current release¶
V1.01 - 14-06-2010¶
To update one of the components in the compiler, just right-click on the library and select 'Update...' The wiki documentation pages will be updated soon.
Fixes
- UDP Socket implementation was not handling bind() properly
- Capitalization problems in some top-level components
Features
- A filesystem path can be mounted on a specific HTTP server path (FSHandler) - see the HTTP server example
V1.00 - 11-06-2010¶
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)