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

Revision:
108:0c14bd1d3334
Parent:
105:d9f83743ed4f
--- a/source/border_router_main.cpp	Tue Oct 29 15:02:22 2019 +0000
+++ b/source/border_router_main.cpp	Wed Nov 27 10:02:22 2019 +0000
@@ -227,7 +227,7 @@
  * \brief The entry point for this application.
  * Sets up the application and starts the border router module.
  */
-int main(int argc, char **argv)
+int main()
 {
     mbed_trace_init(); // set up the tracing library
     mbed_trace_print_function_set(trace_printer);