Implementation of the NetworkSocketAPI for LWIP

Dependencies:   lwip-eth lwip-sys lwip

Dependents:   HelloLWIPInterface HelloLWIPInterfaceNonBlocking LWIPInterfaceTests SimpleHTTPExample ... more

Changes

RevisionDateWhoCommit message
21:9600bd29a088 2016-04-21 Christopher Haster Add rudimentary support for server side default tip
20:8b55d035d127 2016-04-20 Christopher Haster Fix memory leak of udp pcbs
19:366181e36f99 2016-04-20 Christopher Haster Matched changes to NSAPI
18:5890b186a607 2016-04-20 geky Remove is_connect function
17:7db2f5d503d4 2016-04-19 Christopher Haster Matched changes to the NSAPI
16:1efb0d91c223 2016-04-06 geky Added support for bind call
15:0d8d1dafe064 2016-04-06 geky Refactored enums
14:67b325c56cde 2016-04-05 geky Fixed issue with offset file-descriptors
13:57d9e1721826 2016-04-05 Christopher Haster Added client implementation of LWIPInterface
12:899403b675fe 2016-04-05 geky Added compilable pieces
11:82796df87b0a 2016-04-01 geky Updated NSAPI
10:f0a1f6527def 2016-03-31 geky Added workaound for timeval declaration in Linux
9:0c271431385e 2016-03-09 sam_grove add lwipopts for dtls handshake fix. Temp while waiting for mainline patch to be merged
8:cef01e812975 2016-03-09 sam_grove update formatting
7:08d5a40ae448 2016-03-09 sam_grove change LWIPSocket from struct to class
6:ebba105e893b 2016-03-07 geky Increased allocated netbufs to handle DTLS handshake
5:2c7d2186543c 2016-03-02 geky Matched changes to NetworkSocketAPI
4:a7349bd7776c 2016-02-29 geky Moved LWIPSocket into private class in LWIPInterface
3:774869068511 2016-02-29 geky Matched changes to NetworkSocketAPI
2:7fb7e78cb17f 2016-02-25 Christopher Haster Added rudimentary implementation of the LWIPInterface
1:2fbcfc9c12dd 2016-02-26 geky Added NetworkInterface stubs
0:3795160dfeac 2016-02-26 geky Initial commit