mbed-os/features/net/network-socket
Christopher Haster f0934fd0f1 nsapi - Added optional API for static configuration of network interfaces
This accomplishes two things:
1. Provides a simple route for adding static IP address support to the
   base NetworkInterface
2. Provides a simple route for adding configurability to network
   interfaces and unifies the network interface to consistent connect
   call, allowing network interfaces to be passed around abstractly

NetworkInterface
 - set_network
 - set_dhcp

WiFiInterface
 - set_credentials

CellularInterface
 - set_credentials
2016-09-23 04:39:13 -05:00
..
CellularInterface.cpp nsapi - Added optional API for static configuration of network interfaces 2016-09-23 04:39:13 -05:00
CellularInterface.h nsapi - Added optional API for static configuration of network interfaces 2016-09-23 04:39:13 -05:00
EthInterface.h nsapi - Added optional API for static configuration of network interfaces 2016-09-23 04:39:13 -05:00
MeshInterface.h nsapi - Added optional API for static configuration of network interfaces 2016-09-23 04:39:13 -05:00
NetworkInterface.cpp nsapi - Added optional API for static configuration of network interfaces 2016-09-23 04:39:13 -05:00
NetworkInterface.h nsapi - Added optional API for static configuration of network interfaces 2016-09-23 04:39:13 -05:00
NetworkStack.cpp [nsapi] Removed unnecessary dns_query functions 2016-08-26 12:16:41 -05:00
NetworkStack.h network-socket: Re-order args of NetworkStack::accept 2016-08-12 17:22:17 +01:00
Socket.cpp Exposed the network-socket API through mbed.h 2016-08-04 11:07:33 -05:00
Socket.h Added support for cv-qualifiers in Callback class 2016-08-26 09:40:22 -05:00
SocketAddress.cpp nsapi - Added equality operators to SocketAddress class 2016-09-11 20:48:01 -05:00
SocketAddress.h nsapi - Added equality operators to SocketAddress class 2016-09-11 20:48:01 -05:00
TCPServer.cpp nsapi - Corrected handling of errors in TCPServer accept 2016-08-29 17:38:06 -05:00
TCPServer.h Fix TCPServer constructor 2016-08-31 17:35:10 +02:00
TCPSocket.cpp Add 'features/net/network-socket/' from commit 'e09565474188b905cada21166118a82e66359217' 2016-07-21 18:30:42 -05:00
TCPSocket.h Add 'features/net/network-socket/' from commit 'e09565474188b905cada21166118a82e66359217' 2016-07-21 18:30:42 -05:00
UDPSocket.cpp Add 'features/net/network-socket/' from commit 'e09565474188b905cada21166118a82e66359217' 2016-07-21 18:30:42 -05:00
UDPSocket.h Add 'features/net/network-socket/' from commit 'e09565474188b905cada21166118a82e66359217' 2016-07-21 18:30:42 -05:00
WiFiInterface.cpp nsapi - Added optional API for static configuration of network interfaces 2016-09-23 04:39:13 -05:00
WiFiInterface.h nsapi - Added optional API for static configuration of network interfaces 2016-09-23 04:39:13 -05:00
mbed_lib.json Exposed the network-socket API through mbed.h 2016-08-04 11:07:33 -05:00
nsapi.h Exposed the network-socket API through mbed.h 2016-08-04 11:07:33 -05:00
nsapi_dns.cpp [nsapi] Restructured nsapi_dns.h to have clear separation between C/C++ 2016-08-26 12:39:52 -05:00
nsapi_dns.h [nsapi] Restructured nsapi_dns.h to have clear separation between C/C++ 2016-08-26 12:39:52 -05:00
nsapi_types.h [nsapi] Restructured nsapi_dns.h to have clear separation between C/C++ 2016-08-26 12:39:52 -05:00