Update links

Moritz Strübe 2013-11-20 10:23:28 -08:00
parent d6e0b23737
commit 762a6d5eb6

@ -130,17 +130,16 @@ Contiki enhancements
Cooja plugins
-------------
* [GDBStub for Sky Motes](http://contikiprojects.svn.sourceforge.net/viewvc/contikiprojects/uni-erlangen.de/COOJA_GDBstub/)
* [CoojaTrace](http://i4git.informatik.uni-erlangen.de/contiki_projects.git/tree/coojatrace): A framework to trace and log data using Cooja. Extensions are [CoojaTracePlot](http://i4git.informatik.uni-erlangen.de/contiki_projects.git/tree/coojatraceplot) to plot the data in Cooja and [CoojaTraceSQLite](http://i4git.informatik.uni-erlangen.de/contiki_projects.git/tree/coojatracesqlite) to log the data to an SQLite database.
* [GDBStub for Sky Motes](https://github.com/cmorty/cooja-gdbstub)
* [CoojaTrace](https://github.com/cmorty/coojatrace): A framework to trace and log data using Cooja. Extensions are [CoojaTracePlot](https://github.com/cmorty/coojatraceplot) to plot the data in Cooja and [CoojaTraceSQLite](https://github.com/cmorty/coojatracesqlite) to log the data to an SQLite database.
* [Serial2pty](http://i4git.informatik.uni-erlangen.de/contiki_projects.git/tree/serial2pty): Creates a real serial device for a virtual mote.
* [Mobility COOJA plugin](http://sourceforge.net/p/contikiprojects/code/HEAD/tree/sics.se/mobility/): The Mobility plugin for Cooja allows using a data file with positions over time for the nodes in the simulation.
* [Kleenet COOJA project](http://contikiprojects.svn.sourceforge.net/viewvc/contikiprojects/sics.se/coojakleenet/): Integrate Kleenet into Cooja.
* [RealSim](http://i4git.cs.fau.de/contiki_projects.git/tree/refs/heads/realsim) tries to map a real network to Cooja. Can be used to configure DGRM over time, too.
* [RealSim](https://github.com/cmorty/realsim) tries to map a real network to Cooja. Can be used to configure DGRM over time, too.
* [Headless Radio Logger](https://github.com/cetic/cooja-radiologger-headless): Generate PCAP files in headless mode.
Cooja enhancements
------------------
* [Collection of Cooja and Contiki patches](http://i4git.informatik.uni-erlangen.de/contiki.git/shortlog/refs/heads/patches)
* [PPA for Ubuntu](https://launchpad.net/~morty/+archive/cooja)
* [A slider to change the values of the light sensor](http://contikiprojects.svn.sourceforge.net/viewvc/contikiprojects/uni-erlangen.de/COOJA_SKY_LightSlider/)
* [Power Tracker](http://contikiprojects.svn.sourceforge.net/viewvc/contikiprojects/sics.se/powertracker/) A Cooja plugin that shows a window with the average duty cycle of the Tmote Sky radio. This can be used to measure the power consumption of the network as well as to assess the power overhead of a duty cycling MAC protocol.