Go to file
Russ Butler 90cd978785 Separate interface from stack in NSAPI
This patch consists of:
-Add NetworkInterface to wrap objects bound to a stack and update
    socket code to handle this in addition to NetworkStacks
-Update MeshInterface to inherit from NetworkInterface
-Update NanostackInterface so it only inherits from NetworkStack
-Add MeshInterfaceNanostack and update LoWPANNDInterface and
    ThreadInterface to inherit from this
2016-07-21 18:20:45 -05:00
DnsQuery Rename Interface -> Stack 2016-07-21 18:19:21 -05:00
CellularInterface.h Separate Stack/Interface concept into two distinct classes 2016-07-21 18:19:21 -05:00
EthInterface.h Separate interface from stack in NSAPI 2016-07-21 18:20:45 -05:00
MeshInterface.h Separate interface from stack in NSAPI 2016-07-21 18:20:45 -05:00
NetworkInterface.h Separate interface from stack in NSAPI 2016-07-21 18:20:45 -05:00
NetworkStack.cpp Rename Interface -> Stack 2016-07-21 18:19:21 -05:00
NetworkStack.h Separate interface from stack in NSAPI 2016-07-21 18:20:45 -05:00
Socket.cpp Coalesce redundant events to reduce cpu usage in lazy implementations 2016-07-21 18:19:21 -05:00
Socket.h Coalesce redundant events to reduce cpu usage in lazy implementations 2016-07-21 18:19:21 -05:00
SocketAddress.cpp Separate interface from stack in NSAPI 2016-07-21 18:20:45 -05:00
SocketAddress.h Separate interface from stack in NSAPI 2016-07-21 18:20:45 -05:00
TCPServer.cpp Separate interface from stack in NSAPI 2016-07-21 18:20:45 -05:00
TCPServer.h Separate interface from stack in NSAPI 2016-07-21 18:20:45 -05:00
TCPSocket.cpp Separate interface from stack in NSAPI 2016-07-21 18:20:45 -05:00
TCPSocket.h Separate interface from stack in NSAPI 2016-07-21 18:20:45 -05:00
UDPSocket.cpp Separate interface from stack in NSAPI 2016-07-21 18:20:45 -05:00
UDPSocket.h Separate interface from stack in NSAPI 2016-07-21 18:20:45 -05:00
WiFiInterface.h Separate interface from stack in NSAPI 2016-07-21 18:20:45 -05:00