..
cellular
Remove CellularInterface
2018-05-22 11:44:46 +03:00
CellularBase.h
Major Refactoring & extensions
2017-05-31 15:02:11 +03:00
EMAC.h
Insert EMACInterface class
2018-05-22 11:44:45 +03:00
EMACInterface.cpp
Insert EMACInterface class
2018-05-22 11:44:45 +03:00
EMACInterface.h
Insert EMACInterface class
2018-05-22 11:44:45 +03:00
EthInterface.h
Insert EMACInterface class
2018-05-22 11:44:45 +03:00
EthernetInterface.h
Insert EMACInterface class
2018-05-22 11:44:45 +03:00
MeshInterface.h
Add tags to our code
2016-10-04 15:02:44 -05:00
NetworkInterface.cpp
NSAPI status callback changes
2018-02-09 12:44:31 +02:00
NetworkInterface.h
typos
2018-02-20 20:11:19 -05:00
NetworkStack.cpp
Networking update: general refactoring, unifying EMAC
2018-05-22 11:44:45 +03:00
NetworkStack.h
Networking update: general refactoring, unifying EMAC
2018-05-22 11:44:45 +03:00
OnboardNetworkStack.h
Networking update: general refactoring, unifying EMAC
2018-05-22 11:44:45 +03:00
Socket.cpp
Add multicast implementation for UDPSocket. IPv4 and IPv6 both supported.
2017-10-10 18:21:18 -05:00
Socket.h
typos
2018-02-20 20:11:19 -05:00
SocketAddress.cpp
Fix IPv4 address parsing due to not-so-portable scanf modifier
2018-04-02 23:33:21 +03:00
SocketAddress.h
Remove doxygen warnings in nsapi
2017-06-05 17:32:46 -05:00
TCPServer.cpp
nsapi: Changed initial state of sockets to allow events
2017-01-20 07:58:34 -06:00
TCPServer.h
Remove doxygen warnings in nsapi
2017-06-05 17:32:46 -05:00
TCPSocket.cpp
Make TCPSocket send all data when blocking
2017-11-21 09:51:36 +02:00
TCPSocket.h
Clarify TCPSocket::recv() and UDPSocket::recvfrom() documentation.
2018-01-12 12:03:56 +02:00
UDPSocket.cpp
Add multicast implementation for UDPSocket. IPv4 and IPv6 both supported.
2017-10-10 18:21:18 -05:00
UDPSocket.h
Clarify TCPSocket::recv() and UDPSocket::recvfrom() documentation.
2018-01-12 12:03:56 +02:00
WiFiAccessPoint.cpp
Merge remote-tracking branch 'upstream/master' into feature_wifi_ublox_merge
2016-10-02 07:29:07 -05:00
WiFiAccessPoint.h
Fixed missing public
2016-10-04 15:52:56 +02:00
WiFiInterface.h
Insert EMACInterface class
2018-05-22 11:44:45 +03:00
emac_stack_mem.h
Networking update: general refactoring, unifying EMAC
2018-05-22 11:44:45 +03:00
mbed_lib.json
Networking update: general refactoring, unifying EMAC
2018-05-22 11:44:45 +03:00
nsapi.h
Fixed correct includes so that compile log is not polluted.
2018-03-13 16:23:15 +02:00
nsapi_dns.cpp
Correct return value of nsapi_dns_query_multiple
2018-01-26 14:08:29 +02:00
nsapi_dns.h
nsapi - Added standardized return types for size and errors
2016-11-02 15:25:22 -05:00
nsapi_ppp.h
NSAPI status callback changes
2018-02-09 12:44:31 +02:00
nsapi_types.h
Separated context activation from connect, increased stack size to 2048 to avoid stack underflows and changed connection callback call.
2018-04-11 09:31:44 +03:00