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

Committer:
hlipka
Date:
Mon Jan 10 21:03:11 2011 +0000
Revision:
0:8b387bed54c2
initial version

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hlipka 0:8b387bed54c2 1 #ifndef NET_CFG_H
hlipka 0:8b387bed54c2 2 #define NET_GPRS 0
hlipka 0:8b387bed54c2 3 #define NET_PPP 0
hlipka 0:8b387bed54c2 4 #define NET_GPRS_MODULE 0
hlipka 0:8b387bed54c2 5 #define NET_ETH 1
hlipka 0:8b387bed54c2 6 #define NET_USB_SERIAL 0
hlipka 0:8b387bed54c2 7 #define NET_CFG_H 1
hlipka 0:8b387bed54c2 8 #define NET_UMTS 0
hlipka 0:8b387bed54c2 9 #define NET_USB 0
hlipka 0:8b387bed54c2 10 #define NET_LWIP_STACK 1
hlipka 0:8b387bed54c2 11 #endif