Static Network Topology Generator (SNetGen)
Current Version: 0.2
[tar.gz]Direct Dependencies: boost
Documentation: docs/README The Static Network Topology Generator creates static topologies of interet in the study of networks, particularly P2P networks. The currently included generators are Erdos-Renyi ("random" graphs, the G(n,p) model) and Pastry DHT. Pastry topologies are optimal in the sense that route tables can not be improved, excluding PNS. All topologies are output in Graphviz format.
sff-sysmon
Current Version: 0.7.1
[tar.bz2]Direct Dependencies: inotify 0.24+ (implies Linux kernel 2.6.13+), boost
SFF Sysmon publishes Siena Fast Forwarding notifications for file accesses and process forks. One can write SFF forwarding rules to look for suspicous file accesses, permission changes, strange argument strings to programs, etc. Such events could then be feed to a IDS for further analysis. If you want some example rulesets please e-mail me. Does not work on multi-proc machines! It shouldn't be hard to allow this, but I don't have a way to test it currently.
libemf (lib Electromagnetic Fields)
Current Version: 0.1.3 [tar.bz2]Direct Dependencies: GNU Scientific Library, SSim, boost
Documentation: docs/libemf libemf is a simple collision detection library for radio emissions. It's a no-thrills (read "slow") library that works on a per emission basis: does one emission collide with another? Includes a model of the CC2420 radio, an asymmetric antenna model for the 2420 (from Zhou et. al), and a basic freespace model for propagation. Good documentation.
jassim (Just Another Sensor SIMulator)
Current Version: 0.2.0 [tar.bz2]Direct Dependencies: libemf, Siena Fast Forwarding, SSBG > 1.0, SSimp > 1.0, SSim, boost
Optional Dependencies: GNU Multiple Precision Arithmetic Library Documentation: docs/jassim jassim (Just Another Sensor SIMulator) builds on top of libemf to offer a small sensor simulation environment. Comes with workload generation programs and an example simulation. Some docs. Version 0.2.0: Now with packet framing!
dvdrp simulation
Current Version: 0.2.1
[tar.bz2]Direct Dependencies: libemf, jassim, SSim
This simulation impliments the most recent version of the DV/DRP protocol for the jassim simulation environment. This simulator is what produced the results for the ICDCS '06 submission. Includes scripts that should make running and graphing almost all the workload results very easy.