app3

Dependencies:   EthernetInterface WebSocketClient mbed-rtos mbed

Fork of Code_APP1 by Louis Beaulieu

config.h

Committer:
ericbisson
Date:
2017-02-14
Revision:
9:400cfcf4b06e

File content as of revision 9:400cfcf4b06e:

static const short PAN_ID = 0x0777;
static char* WEBSOCKET_URL= "ws://192.168.0.1:8000/";
static const char* mbedIp       = "192.168.0.2";
static const char* mbedMask     = "255.255.255.0";
static const char* mbedGateway  = "192.168.0.1";