Hello, Could someone please point out the code where radio is switched on/off when sending a MAC/UDP packet.
I am expecting something similar to the following code snippet: /** Turn the MAC layer on. */ int (* on)(void); /** Turn the MAC layer off. */ int (* off)(int keep_radio_on); This code is from Contiki. I am interested in understanding the time it takes for system to wake up from sleep (dormant mode) to receive packets. Thank you. Regards, Navneet Pandey
_______________________________________________ users mailing list users@riot-os.org https://lists.riot-os.org/mailman/listinfo/users