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:
Wed Jul 18 20:28:43 2012 +0000
Revision:
1:9d93f4dc2f46
Parent:
0:8b387bed54c2
updated to the new mbed library (version 41) and the new LwIP stack. Code is still untested.

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