Bonjour/Zerconf library

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers netCfg.h Source File

netCfg.h

00001 #ifndef NET_CFG_H
00002 #define NET_TELIT_STACK 0
00003 #define NET_GPRS 0
00004 #define NET_PPP 0
00005 #define NET_ZG2100 0
00006 #define NET_ETH 1
00007 #define NET_USB_SERIAL 0
00008 #define NET_TELIT 0
00009 #define NET_CFG_H 0
00010 #define NET_USB 0
00011 #define NET_LWIP_STACK 1
00012 
00013 // Enable Multicast on above IP stack(s).
00014 //
00015 #ifndef LWIP_RAND
00016 #include "mbed.h"
00017 #define LWIP_RAND() rand()
00018 #endif
00019 #define LWIP_IGMP 1
00020 
00021 #endif