Nanostack Border Router is a generic mbed border router implementation that provides the 6LoWPAN ND or Thread border router initialization logic.

Committer:
mbed_official
Date:
Tue Jun 12 07:30:28 2018 +0100
Revision:
65:92e581c01e8c
Parent:
63:d01e7341699d
Child:
69:a8a0ac9f3f8a
Merge branch 'mbed-os-5.9.0-oob'

* mbed-os-5.9.0-oob:
Updating mbed-os to mbed-os-5.9.0-rc3
Add Known Issues to README (#118)
Add file system instructions to README (#117)
?Update Thread configuration (#116)
Updating mbed-os to mbed-os-5.9.0-rc2
Revert "Revert support for EMAC backhaul driver"
Update configuration files
Updating mbed-os to mbed-os-5.9.0-rc1

.
Commit copied from https://github.com/ARMmbed/nanostack-border-router

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 0:85f4174a8e29 1 {
mbed_official 0:85f4174a8e29 2 "config": {
mbed_official 0:85f4174a8e29 3 "heap-size": {
mbed_official 0:85f4174a8e29 4 "help": "The amount of static RAM to reserve for nsdynmemlib heap",
mbed_official 65:92e581c01e8c 5 "value": 65535
mbed_official 0:85f4174a8e29 6 },
mbed_official 0:85f4174a8e29 7 "radio-type":{
mbed_official 0:85f4174a8e29 8 "help": "options are ATMEL, MCR20",
mbed_official 0:85f4174a8e29 9 "value": "ATMEL"
mbed_official 0:85f4174a8e29 10 },
mbed_official 0:85f4174a8e29 11 "backhaul-driver": {
mbed_official 65:92e581c01e8c 12 "help": "options are ETH, SLIP, EMAC",
mbed_official 63:d01e7341699d 13 "value": "ETH"
mbed_official 0:85f4174a8e29 14 },
mbed_official 0:85f4174a8e29 15 "mesh-mode": {
mbed_official 0:85f4174a8e29 16 "help": "Mesh networking mode. Options are LOWPAN_ND and THREAD",
mbed_official 0:85f4174a8e29 17 "value": "THREAD"
mbed_official 0:85f4174a8e29 18 },
mbed_official 0:85f4174a8e29 19 "backhaul-mac-src": {
mbed_official 0:85f4174a8e29 20 "help": "Where to get EUI48 address. Options are BOARD, CONFIG",
mbed_official 0:85f4174a8e29 21 "value": "BOARD"
mbed_official 0:85f4174a8e29 22 },
mbed_official 22:8740285d8f09 23 "backhaul-mld": {
mbed_official 22:8740285d8f09 24 "help": "Enable proxying Multicast Listener Discovery messages to backhaul network",
mbed_official 22:8740285d8f09 25 "value": "false"
mbed_official 22:8740285d8f09 26 },
mbed_official 0:85f4174a8e29 27 "backhaul-mac": "{0x02, 0x00, 0x00, 0x00, 0x00, 0x01}",
mbed_official 0:85f4174a8e29 28 "rf-channel": 22,
mbed_official 0:85f4174a8e29 29 "rf-channel-page": 0,
mbed_official 0:85f4174a8e29 30 "rf-channel-mask": "0x07fff800",
mbed_official 0:85f4174a8e29 31 "debug-trace": 1,
mbed_official 0:85f4174a8e29 32 "backhaul-dynamic-bootstrap": true,
mbed_official 0:85f4174a8e29 33 "backhaul-prefix": "\"fd00:300::\"",
mbed_official 0:85f4174a8e29 34 "backhaul-next-hop": "\"fe80::1\"",
mbed_official 0:85f4174a8e29 35 "backhaul-default-route": "\"::/0\"",
mbed_official 0:85f4174a8e29 36 "commissioning-dataset-timestamp": "0x00010000",
mbed_official 0:85f4174a8e29 37 "pan-id": "0x0700",
mbed_official 0:85f4174a8e29 38 "extended-pan-id": "{0xf1, 0xb5, 0xa1, 0xb2,0xc4, 0xd5, 0xa1, 0xbd }",
mbed_official 0:85f4174a8e29 39 "mesh-local-prefix": "{0xfd, 0x0, 0x0d, 0xb8, 0x0,0x0, 0x0, 0x0}",
mbed_official 0:85f4174a8e29 40 "network-name": "\"Thread Network\"",
mbed_official 65:92e581c01e8c 41 "pskd": "\"ABCDEFGH\"",
mbed_official 0:85f4174a8e29 42 "pskc": "{0xc8, 0xa6, 0x2e, 0xae, 0xf3, 0x68, 0xf3, 0x46, 0xa9, 0x9e, 0x57, 0x85, 0x98, 0x9d, 0x1c, 0xd0}",
mbed_official 0:85f4174a8e29 43 "thread-master-key": "{0x10, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff}",
mbed_official 12:04fcf9df91e2 44 "thread-use-static-link-config": true,
mbed_official 57:b201a7a8ddc9 45 "thread-security-policy": 255,
mbed_official 0:85f4174a8e29 46 "LED": "NC",
mbed_official 0:85f4174a8e29 47 "SERIAL_TX": "NC",
mbed_official 0:85f4174a8e29 48 "SERIAL_RX": "NC",
mbed_official 0:85f4174a8e29 49 "SERIAL_CTS": "NC",
mbed_official 0:85f4174a8e29 50 "SERIAL_RTS": "NC"
mbed_official 0:85f4174a8e29 51 },
mbed_official 0:85f4174a8e29 52 "macros": ["MBEDTLS_USER_CONFIG_FILE=\"source/mbedtls_thread_config.h\""],
mbed_official 0:85f4174a8e29 53 "target_overrides": {
mbed_official 0:85f4174a8e29 54 "*": {
mbed_official 0:85f4174a8e29 55 "target.features_add": ["NANOSTACK", "COMMON_PAL", "THREAD_BORDER_ROUTER"],
mbed_official 0:85f4174a8e29 56 "target.features_remove": ["LWIP"],
mbed_official 65:92e581c01e8c 57 "target.network-default-interface-type": "ETHERNET",
mbed_official 65:92e581c01e8c 58 "nsapi.default-stack": "NANOSTACK",
mbed_official 0:85f4174a8e29 59 "mbed-trace.enable": 1,
mbed_official 0:85f4174a8e29 60 "nanostack.configuration": "thread_border_router",
mbed_official 0:85f4174a8e29 61 "platform.stdio-convert-newlines": true,
mbed_official 65:92e581c01e8c 62 "platform.stdio-baud-rate": 115200,
mbed_official 65:92e581c01e8c 63 "mbed-mesh-api.use-malloc-for-heap": true
mbed_official 0:85f4174a8e29 64 },
mbed_official 0:85f4174a8e29 65 "K64F": {
mbed_official 0:85f4174a8e29 66 "LED": "LED_GREEN",
mbed_official 0:85f4174a8e29 67 "SERIAL_TX": "PTE0",
mbed_official 0:85f4174a8e29 68 "SERIAL_RX": "PTE1",
mbed_official 0:85f4174a8e29 69 "SERIAL_CTS": "PTE2",
mbed_official 0:85f4174a8e29 70 "SERIAL_RTS": "PTE3"
mbed_official 2:1411fd11ccdd 71 },
mbed_official 2:1411fd11ccdd 72 "K66F": {
mbed_official 2:1411fd11ccdd 73 "LED": "LED_GREEN"
mbed_official 0:85f4174a8e29 74 }
mbed_official 0:85f4174a8e29 75 }
mbed_official 0:85f4174a8e29 76 }