Description: The simulator iterates continuously through time until MAX_SIMTIME. At each time
epoch, it checks all objects to determine whether they have any task to complete. For
example, at time t it checks whether a traffic source needs to generate a packet or
whether it has completed transmitting a packet.
File list (Check if you may need any files):
ECTE992-Software\ECTE992-Simulator
................\.................\build.xml
................\.................\build
................\.................\.....\classes
................\.................\.....\.......\ecte992SIM
................\.................\.....\.......\..........\Main.class
................\.................\.....\.......\..........\Packet.class
................\.................\.....\.......\..........\Router.class
................\.................\.....\.......\..........\TrafficSource.class
................\.................\dist
................\.................\....\ECTE992-Simulator.jar
................\.................\....\README.TXT
................\.................\manifest.mf
................\.................\nbproject
................\.................\.........\build-impl.xml
................\.................\.........\genfiles.properties
................\.................\.........\private
................\.................\.........\.......\private.properties
................\.................\.........\.......\private.xml
................\.................\.........\project.properties
................\.................\.........\project.xml
................\.................\src
................\.................\...\ecte992SIM
................\.................\...\..........\Main.java
................\.................\...\..........\Packet.java
................\.................\...\..........\Router.java
................\.................\...\..........\TrafficSource.java
................\.................\test