This library is stripped down version of NetServices library. HTTP server and client function is NOT supported.

Dependents:   imu-daq-eth

Committer:
idinor
Date:
Wed Jul 20 11:45:39 2011 +0000
Revision:
0:dcf3c92487ca

        

Who changed what in which revision?

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