Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 786 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 786 Bytes

ContikiTrafficManagement

Contiki software for traffic sensors that should represent traffic lights and corresponding car presence sensors

Pre

Install Contiki and eventually Cooja simulator if you do not have sky-mote sensors

Instructions

  • Clone the repository
  • COOJA

    • cd contiki/tools/cooja
    • ant run
    • load the simulation TrafficManagementSimulation

    MOTES

    • comment #define COOJA in header.h file
    • put your motes addresses in header.h file
    • Choose which file you want to upload on the device(g1,g2,tl)
    • ./run g1

    Contributors

    Gioele Carignani