/ContikiTrafficManagement

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

Primary LanguageC

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