Fork of my MQTTGateway

Dependencies:   mbed-http

Committer:
vpcola
Date:
Sat Apr 08 14:45:51 2017 +0000
Revision:
0:f1d3878b8dd9
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
vpcola 0:f1d3878b8dd9 1 {
vpcola 0:f1d3878b8dd9 2 "config": {
vpcola 0:f1d3878b8dd9 3 "network-interface": {
vpcola 0:f1d3878b8dd9 4 "help": "options are ETHERNET,WIFI_ESP8266,MESH_LOWPAN_ND,MESH_THREAD",
vpcola 0:f1d3878b8dd9 5 "value": "ETHERNET"
vpcola 0:f1d3878b8dd9 6 },
vpcola 0:f1d3878b8dd9 7 "mesh_radio_type": {
vpcola 0:f1d3878b8dd9 8 "help": "options are ATMEL, MCR20",
vpcola 0:f1d3878b8dd9 9 "value": "ATMEL"
vpcola 0:f1d3878b8dd9 10 },
vpcola 0:f1d3878b8dd9 11 "esp8266-tx": {
vpcola 0:f1d3878b8dd9 12 "help": "Pin used as TX (connects to ESP8266 RX)",
vpcola 0:f1d3878b8dd9 13 "value": "D1"
vpcola 0:f1d3878b8dd9 14 },
vpcola 0:f1d3878b8dd9 15 "esp8266-rx": {
vpcola 0:f1d3878b8dd9 16 "help": "Pin used as RX (connects to ESP8266 TX)",
vpcola 0:f1d3878b8dd9 17 "value": "D0"
vpcola 0:f1d3878b8dd9 18 },
vpcola 0:f1d3878b8dd9 19 "esp8266-debug": {
vpcola 0:f1d3878b8dd9 20 "value": false
vpcola 0:f1d3878b8dd9 21 },
vpcola 0:f1d3878b8dd9 22 "wifi-ssid": {
vpcola 0:f1d3878b8dd9 23 "value": "\"VPCOLA\""
vpcola 0:f1d3878b8dd9 24 },
vpcola 0:f1d3878b8dd9 25 "wifi-password": {
vpcola 0:f1d3878b8dd9 26 "value": "\"AB12CD34\""
vpcola 0:f1d3878b8dd9 27 }
vpcola 0:f1d3878b8dd9 28 },
vpcola 0:f1d3878b8dd9 29 "macros": [ "MBEDTLS_USER_CONFIG_FILE=\"mbedtls_entropy_config.h\"", "MBEDTLS_TEST_NULL_ENTROPY", "MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES" ],
vpcola 0:f1d3878b8dd9 30 "target_overrides": {
vpcola 0:f1d3878b8dd9 31 "*": {
vpcola 0:f1d3878b8dd9 32 "target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"],
vpcola 0:f1d3878b8dd9 33 "mbed-mesh-api.6lowpan-nd-channel-page": 0,
vpcola 0:f1d3878b8dd9 34 "mbed-mesh-api.6lowpan-nd-channel": 12,
vpcola 0:f1d3878b8dd9 35 "mbed-trace.enable": 0,
vpcola 0:f1d3878b8dd9 36 "mbed-http.http-buffer-size": 8192
vpcola 0:f1d3878b8dd9 37 },
vpcola 0:f1d3878b8dd9 38 "HEXIWEAR": {
vpcola 0:f1d3878b8dd9 39 "esp8266-tx": "PTD3",
vpcola 0:f1d3878b8dd9 40 "esp8266-rx": "PTD2"
vpcola 0:f1d3878b8dd9 41 },
vpcola 0:f1d3878b8dd9 42 "NUCLEO_F401RE": {
vpcola 0:f1d3878b8dd9 43 "esp8266-tx": "D8",
vpcola 0:f1d3878b8dd9 44 "esp8266-rx": "D2"
vpcola 0:f1d3878b8dd9 45 },
vpcola 0:f1d3878b8dd9 46 "NUCLEO_F411RE": {
vpcola 0:f1d3878b8dd9 47 "esp8266-tx": "D8",
vpcola 0:f1d3878b8dd9 48 "esp8266-rx": "D2"
vpcola 0:f1d3878b8dd9 49 },
vpcola 0:f1d3878b8dd9 50 "NUCLEO_L476RG": {
vpcola 0:f1d3878b8dd9 51 "network-interface": "WIFI_ESP8266",
vpcola 0:f1d3878b8dd9 52 "esp8266-tx": "A0",
vpcola 0:f1d3878b8dd9 53 "esp8266-rx": "A1"
vpcola 0:f1d3878b8dd9 54 }
vpcola 0:f1d3878b8dd9 55 }
vpcola 0:f1d3878b8dd9 56 }