Andrea Corrado / Mbed OS mbed-os-demo-client-WiFi-notPUBLISHED

Fork of mbed-os-demo-client-ethernet by mbed techcon demos

Committer:
sarahmarshy
Date:
Tue Sep 27 22:15:28 2016 +0000
Revision:
19:eff5c5aa94fd
Parent:
13:c44e318674db
Child:
22:5031d8778085
Initial commit. Adds NameResource to mbed-os-example-client. example-client configured for 6LoWPAN and resources have more readable identifiers.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Yogesh Pande 0:7d5ec759888b 1 {
Yogesh Pande 0:7d5ec759888b 2 "config": {
Yogesh Pande 0:7d5ec759888b 3 "network-interface":{
Yogesh Pande 0:7d5ec759888b 4 "help": "options are ETHERNET,WIFI,MESH_LOWPAN_ND,MESH_THREAD",
sarahmarshy 19:eff5c5aa94fd 5 "value": "MESH_LOWPAN_ND"
Yogesh Pande 0:7d5ec759888b 6 },
Yogesh Pande 0:7d5ec759888b 7 "wifi-ssid": {
Yogesh Pande 0:7d5ec759888b 8 "help": "WiFi SSID",
Yogesh Pande 0:7d5ec759888b 9 "value": "\"SSID\""
Yogesh Pande 0:7d5ec759888b 10 },
Yogesh Pande 0:7d5ec759888b 11 "wifi-password": {
Yogesh Pande 0:7d5ec759888b 12 "help": "WiFi Password",
Yogesh Pande 0:7d5ec759888b 13 "value": "\"Password\""
mbed_official 13:c44e318674db 14 },
mbed_official 13:c44e318674db 15 "wifi-tx": {
mbed_official 13:c44e318674db 16 "help": "TX pin for serial connection to external device",
mbed_official 13:c44e318674db 17 "value": "D1"
mbed_official 13:c44e318674db 18 },
mbed_official 13:c44e318674db 19 "wifi-rx": {
mbed_official 13:c44e318674db 20 "help": "RX pin for serial connection to external device",
mbed_official 13:c44e318674db 21 "value": "D0"
Yogesh Pande 0:7d5ec759888b 22 }
Yogesh Pande 0:7d5ec759888b 23 },
mbed_official 5:b7d7ca715fdb 24 "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\""],
Yogesh Pande 0:7d5ec759888b 25 "target_overrides": {
Yogesh Pande 0:7d5ec759888b 26 "*": {
sarahmarshy 19:eff5c5aa94fd 27 "target.features_add": ["CLIENT", "COMMON_PAL", "IPV6"],
Yogesh Pande 0:7d5ec759888b 28 "mbed-client.reconnection-count": 3,
sarahmarshy 19:eff5c5aa94fd 29 "mbed-client.reconnection-interval": 5,
sarahmarshy 19:eff5c5aa94fd 30 "mbed-mesh-api.6lowpan-nd-channel-page": 0,
sarahmarshy 19:eff5c5aa94fd 31 "mbed-mesh-api.6lowpan-nd-channel": 12,
sarahmarshy 19:eff5c5aa94fd 32 "mbed-mesh-api.thread-config-channel-page": 0,
sarahmarshy 19:eff5c5aa94fd 33 "mbed-mesh-api.thread-config-channel": 12
mbed_official 13:c44e318674db 34 },
mbed_official 13:c44e318674db 35 "NUCLEO_F401RE": {
mbed_official 13:c44e318674db 36 "wifi-tx": "PA_11",
mbed_official 13:c44e318674db 37 "wifi-rx": "PA_12"
mbed_official 13:c44e318674db 38 },
mbed_official 13:c44e318674db 39 "NUCLEO_F411RE": {
mbed_official 13:c44e318674db 40 "wifi-tx": "PA_11",
mbed_official 13:c44e318674db 41 "wifi-rx": "PA_12"
Yogesh Pande 0:7d5ec759888b 42 }
Yogesh Pande 0:7d5ec759888b 43 }
Yogesh Pande 1:e06e899acba6 44 }