pre commentaire

Dependencies:   EthernetInterface WebSocketClient mbed-rtos mbed

Fork of Code_APP3_C by Éric Bisson

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers config.h Source File

config.h

00001 static const short PAN_ID = 0x0777;
00002 static char* WEBSOCKET_URL= "ws://10.43.157.184:8000/";
00003 static const char* mbedIp       = "192.168.137.2";
00004 static const char* mbedMask     = "255.255.255.0";
00005 static const char* mbedGateway  = "192.168.137.1";