Archive 07/10/2020.

How to transmit packets using M3 node?

MohamedMoh

Hello,

I am using M3-iotlab node to send data packet (using TSCH contiki). But when the program calls the following function to send the packet, the program crashes and the node reloads from the beginning;
mac_tx_status = NETSTACK_RADIO.transmit(packet_len);
So, which function should be used to transmit packets when using M3 node!