Home > ep2300

ep2300

Ep2300 is a project mainly written in JAVA and SHELL, it's free.

Course in network management at KTH

  1. Build

Type:

ant compile
  1. Run the programs

We have some ant targets that make it easy to get started. They use hard coded paremters:

ant run-topology
ant run-clusteringmonitor
ant run-onlineanomalydetection

It's also possible to run the classes directly, for more control:

cd build

java ep2300.Topology <first router>
java ep2300.ClusteringMonitor <first router> <interval(ms)> <timespan> <clusters>
java ep2300.OnlineAnomalyDetection <first router> <number of global states>
Previous:USBtoMMC