Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 988 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 988 Bytes

README

  • Virtual machine with Tinyos and Cooja (simulator) here, reuploaded here
  • run Cooja to start the simulation placed in the "simulations" folder

Useful commands

  • export PACK_SIZE=N: to set the size of the packet. The total size of the packet will be N + 1 bytes.
  • make telosb: it compiles the code. The resulting file "main.exe" can then be used in the simulator (add a Sky Mote mote and use this file)
  • makeboth.sh: compile both node and sink

Useful links