part of the preparation works for Ina-city Hackerthon

Dependencies:   mbed-http

Fork of Wio_3G_example by Toyomasa Watarai

Committer:
MACRUM
Date:
Thu Aug 23 10:12:47 2018 +0000
Revision:
78:7f66af24c678
Parent:
77:0194cca4103b
Code clean-up

Who changed what in which revision?

UserRevisionLine numberNew contents of line
atomichan 76:fe9dd61c5f5c 1 {
atomichan 76:fe9dd61c5f5c 2 "macros": [
atomichan 76:fe9dd61c5f5c 3 ],
atomichan 76:fe9dd61c5f5c 4 "config": {
atomichan 76:fe9dd61c5f5c 5 "sock-type": "TCP",
atomichan 76:fe9dd61c5f5c 6 "cellular_sim_pin": {
atomichan 76:fe9dd61c5f5c 7 "help": "SIM PIN code",
atomichan 76:fe9dd61c5f5c 8 "value": "\"0000\""
atomichan 76:fe9dd61c5f5c 9 },
atomichan 76:fe9dd61c5f5c 10 "cellular_apn": {
atomichan 76:fe9dd61c5f5c 11 "help": "The APN string to use for this SIM/network, set to 0 if none",
atomichan 76:fe9dd61c5f5c 12 "value": "\"soracom.io\""
atomichan 76:fe9dd61c5f5c 13 },
atomichan 76:fe9dd61c5f5c 14 "cellular_username": {
atomichan 76:fe9dd61c5f5c 15 "help": "The user name string to use for this APN, set to zero if none",
atomichan 76:fe9dd61c5f5c 16 "value": "\"sora\""
atomichan 76:fe9dd61c5f5c 17 },
atomichan 76:fe9dd61c5f5c 18 "cellular_password": {
atomichan 76:fe9dd61c5f5c 19 "help": "The password string to use for this APN, set to 0 if none",
atomichan 76:fe9dd61c5f5c 20 "value": "\"sora\""
atomichan 76:fe9dd61c5f5c 21 },
atomichan 76:fe9dd61c5f5c 22 "echo-server-hostname": {
atomichan 76:fe9dd61c5f5c 23 "help": "Echo server host name.",
atomichan 76:fe9dd61c5f5c 24 "value": "\"echo.mbedcloudtesting.com\""
atomichan 76:fe9dd61c5f5c 25 },
atomichan 76:fe9dd61c5f5c 26 "echo-server-port": {
atomichan 76:fe9dd61c5f5c 27 "help": "Echo server port number.",
atomichan 76:fe9dd61c5f5c 28 "value": 7
atomichan 76:fe9dd61c5f5c 29 },
atomichan 76:fe9dd61c5f5c 30 "trace-level": {
atomichan 76:fe9dd61c5f5c 31 "help": "Options are TRACE_LEVEL_ERROR,TRACE_LEVEL_WARN,TRACE_LEVEL_INFO,TRACE_LEVEL_DEBUG",
atomichan 76:fe9dd61c5f5c 32 "macro_name": "MBED_TRACE_MAX_LEVEL",
atomichan 76:fe9dd61c5f5c 33 "value": "TRACE_LEVEL_INFO"
atomichan 76:fe9dd61c5f5c 34 },
atomichan 76:fe9dd61c5f5c 35 "main-stack-size": {
atomichan 76:fe9dd61c5f5c 36 "value": 8192
atomichan 76:fe9dd61c5f5c 37 },
atomichan 76:fe9dd61c5f5c 38 "network-interface":{
atomichan 76:fe9dd61c5f5c 39 "help": "options are ETHERNET, WIFI_ESP8266, WIFI_ODIN, WIFI_RTW, MESH_LOWPAN_ND, MESH_THREAD, CELLULAR_ONBOARD",
atomichan 76:fe9dd61c5f5c 40 "value": "CELLULAR_ONBOARD"
atomichan 76:fe9dd61c5f5c 41 }
atomichan 76:fe9dd61c5f5c 42 },
atomichan 76:fe9dd61c5f5c 43 "target_overrides": {
atomichan 76:fe9dd61c5f5c 44 "*": {
atomichan 77:0194cca4103b 45 "target.features_add": ["LWIP"],
atomichan 76:fe9dd61c5f5c 46 "lwip.ipv4-enabled": true,
atomichan 76:fe9dd61c5f5c 47 "lwip.ethernet-enabled": false,
atomichan 76:fe9dd61c5f5c 48 "lwip.ppp-enabled": true,
atomichan 76:fe9dd61c5f5c 49 "lwip.tcp-enabled": true,
atomichan 76:fe9dd61c5f5c 50 "mbed-trace.enable": 1,
atomichan 76:fe9dd61c5f5c 51 "platform.stdio-baud-rate": 115200,
atomichan 76:fe9dd61c5f5c 52 "platform.stdio-convert-newlines": false
atomichan 77:0194cca4103b 53 }
atomichan 76:fe9dd61c5f5c 54 }
atomichan 76:fe9dd61c5f5c 55 }