Stripped down version of Segundos NetService library (http://mbed.org/users/segundo/libraries/NetServices ). I have removed all NetServices, and all functions which had been disabled. Use this version when you need only pure TCP or UDP functions - this library compiles faster.

Dependencies:   lwip lwip-sys

Dependents:   christmasLights device_server pop3demo device_server_udp ... more

Auto generated API documentation and code listings for NetServicesMin

Classes

DNSRequest This is a simple DNS Request class
EthernetNetIf Ethernet network interface
Host Host information container
IpAddr IP Address container
NetService Net Service base class
TCPSocket This is a simple TCP Socket class
UDPSocket This is a simple UDP Socket class

Code

dbg.cpp [code]
dbg.h [code] Debugging helpers header file
DNSRequest.cpp [code]
DNSRequest.h [code] DNS Request header file
eth_drv.cpp [code]
eth_drv.h [code]
EthernetNetIf.cpp [code]
EthernetNetIf.h [code] Ethernet network interface header file
host.h [code]
ipaddr.cpp [code]
ipaddr.h [code]
lwipNetDnsRequest.cpp [code]
lwipNetDnsRequest.h [code]
LwipNetIf.cpp [code]
LwipNetIf.h [code]
lwipNetTcpSocket.cpp [code]
lwipNetTcpSocket.h [code]
lwipNetUdpSocket.cpp [code]
lwipNetUdpSocket.h [code]
lwipopts.h [code]
net.cpp [code]
net.h [code]
netCfg.h [code]
netdnsrequest.cpp [code]
netdnsrequest.h [code]
netif.cpp [code]
netif.h [code]
netservice.cpp [code]
netservice.h [code]
nettcpsocket.cpp [code]
nettcpsocket.h [code]
netudpsocket.cpp [code]
netudpsocket.h [code]
TCPSocket.cpp [code]
TCPSocket.h [code] TCP Socket header file
UDPSocket.cpp [code]
UDPSocket.h [code] UDP Socket header file