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

Revision:
0:85f4174a8e29
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/drivers/rf_wrapper.h	Thu Mar 09 17:47:03 2017 +0000
@@ -0,0 +1,15 @@
+/*
+ * Copyright (c) 2016 ARM Limited. All rights reserved.
+ */
+
+#include <stdint.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+int8_t rf_device_register(void);
+void rf_read_mac_address(uint8_t *mac);
+#ifdef __cplusplus
+}
+#endif