modded version Dirk-Willem van Gulik's Bonjour/Zerconf library http://mbed.org/users/dirkx/code/Bonjour/

Dependents:   OSCtoCVConverter

Fork of Bonjour by Dirk-Willem van Gulik (NXP/mbed)

Committer:
casiotone401
Date:
Thu Oct 16 14:13:21 2014 +0000
Revision:
8:275256b5d807
Parent:
2:816cbd922d3e
minor change

Who changed what in which revision?

UserRevisionLine numberNew contents of line
dirkx 2:816cbd922d3e 1 #ifndef NET_CFG_H
dirkx 2:816cbd922d3e 2 #define NET_TELIT_STACK 0
dirkx 2:816cbd922d3e 3 #define NET_GPRS 0
dirkx 2:816cbd922d3e 4 #define NET_PPP 0
dirkx 2:816cbd922d3e 5 #define NET_ZG2100 0
dirkx 2:816cbd922d3e 6 #define NET_ETH 1
dirkx 2:816cbd922d3e 7 #define NET_USB_SERIAL 0
dirkx 2:816cbd922d3e 8 #define NET_TELIT 0
dirkx 2:816cbd922d3e 9 #define NET_CFG_H 0
dirkx 2:816cbd922d3e 10 #define NET_USB 0
dirkx 2:816cbd922d3e 11 #define NET_LWIP_STACK 1
dirkx 2:816cbd922d3e 12
dirkx 2:816cbd922d3e 13 // Enable Multicast on above IP stack(s).
dirkx 2:816cbd922d3e 14 //
dirkx 2:816cbd922d3e 15 #ifndef LWIP_RAND
dirkx 2:816cbd922d3e 16 #include "mbed.h"
dirkx 2:816cbd922d3e 17 #define LWIP_RAND() rand()
dirkx 2:816cbd922d3e 18 #endif
dirkx 2:816cbd922d3e 19 #define LWIP_IGMP 1
dirkx 2:816cbd922d3e 20
dirkx 2:816cbd922d3e 21 #endif