Concurrent Transmissions for Multi-Hop Bluetooth 5, Proceedings of the 2019 International Conference on Embedded Wireless Systems and Networks (EWSN 2019)
Maybe you want to comment the line include testbeds_credentials.env in the Makefile, unless you need it.
The testbed is defined with the option TESTBED_CONF instead of TESTBED. \
So, the HelloWorld Experiement is compiled with make all TESTBED_CONF=HELLOWORLD_TESTBED.
Since I had no experience with make or contiki, it took me a few hours to solve especially the second problem. Hope this helps others :)
Hello all,
in case someone wants to use BlueFlood:
include testbeds_credentials.env
in the Makefile, unless you need it.TESTBED_CONF
instead ofTESTBED
. \ So, the HelloWorld Experiement is compiled withmake all TESTBED_CONF=HELLOWORLD_TESTBED
.Since I had no experience with make or contiki, it took me a few hours to solve especially the second problem. Hope this helps others :)