contiki-os / contiki

The official git repository for Contiki, the open source OS for the Internet of Things
http://www.contiki-os.org/
Other
3.71k stars 2.58k forks source link

Contiki TDMA #2705

Open mehdizirak opened 2 years ago

mehdizirak commented 2 years ago

Hello every one I am working on cooja simulator I create a network contains some sky motes. By default the CSMA is the mac layer of the motes but i want to change it to TDMA. TDMA mac layer exist in contiki 2.6 as tdma_mac but its removed on upper versions of contiki. Can one tell me how solve this issue?