- moved all mbed examples into examples/mbed
- added makefile for compiling all MBED examples
- added docker file for setting up MBED build environment
- removed the rogue .mbedignore stopping MBED tcp client example from compiling
- default port is now set when no port is included in the URL
- the MBED wrapper is now passing all non-perf tests
Many enhancements to the original concept, the most significant being improved handshaking and ability to signal blocking on send/receive. I've changed most of the original interfaces.
- added
wic_on_buffer_fncallback for allocating a transmit buffer and indicating when socket is not able to buffer - added buffer type field to
wic_on_buffer_fnandwic_on_send_fnto support buffer prioritisation (i.e. so a pong doesn't disappear) - added
wic_on_handshake_failure_fncallback to indicate a failed handshake - added
wic_on_close_transport_fncallback as a dedicated handler for closing the transport - added
wic_on_ping_fncallback - added
wic_on_pong_fncallback - removed
wic_send_pong*interfaces - changed URL schema to be an enum rather than string
- added mbed port work in progress
- fixed the echo example (was previously closing prematurely)
First release.