You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi blueflood team.
I tried some example of flooding in our testbed by extracting CPU Ids and configure in testbed file although I have some change in dirty-channel file to bring TEST_HELLO_WORLD part out of condition because conditional compilation with below command doesn't work. make clean && make all TESTBED=HELLOWORLD_TESTBED
I wanna to use round robin flooding (blueflood) for implementation a CDN network over blueflood.
Why below command doesn't work correctly and round robin scenario doesn't program with this commands? make clean && make TESTBED_CONF=CAU_TESTBED initiator=1 round_robin_initiator=1 n_channels=3 overrive_ch37=0 cpu_busywait=0 ble_mode=3 tx_power=-8 tx_offset=0 capture=0 ntx=4 packet_size=38 period=200 all -j4
make dirty-channel.flash
The text was updated successfully, but these errors were encountered:
Hi blueflood team.
I tried some example of flooding in our testbed by extracting CPU Ids and configure in testbed file although I have some change in dirty-channel file to bring TEST_HELLO_WORLD part out of condition because conditional compilation with below command doesn't work.
make clean && make all TESTBED=HELLOWORLD_TESTBED
I wanna to use round robin flooding (blueflood) for implementation a CDN network over blueflood.
Why below command doesn't work correctly and round robin scenario doesn't program with this commands?
make clean && make TESTBED_CONF=CAU_TESTBED initiator=1 round_robin_initiator=1 n_channels=3 overrive_ch37=0 cpu_busywait=0 ble_mode=3 tx_power=-8 tx_offset=0 capture=0 ntx=4 packet_size=38 period=200 all -j4
make dirty-channel.flash
The text was updated successfully, but these errors were encountered: