ssnetsim / supersim

A flexible event-driven cycle-accurate network simulator
Apache License 2.0
8 stars 1 forks source link

Implemented InterfaceOnly network #10

Closed nicmcd closed 4 years ago

nicmcd commented 4 years ago

Created InterfaceOnly network. It has two modes based on the "num_interfaces" setting:

  1. One interface wired in loopback.
  2. Two interfaces wired back to back.

Because there is no router, the traffic pattern must be specially chosen to guarantee the messages are generated for the corresponding endpoint. I created two new JSON configurations for this case.

bazel test :* passes all unit tests ./scripts/run_examples.py FAILS. Waiting on #8.

nicmcd commented 4 years ago

8 has been merged. ./scripts/run_examples.py now completes successfully.