akeranen / the-one

The Opportunistic Network Environment simulator
Other
208 stars 198 forks source link

Coloring nodes #87

Open Lithimlin opened 4 years ago

Lithimlin commented 4 years ago

Is there a way to color nodes in the gui? I want to color sub-groups created by a router to check its correct implementation. Alternatively, what is the recommended way to check whether an implementation is correct?

Unit tests seem a bit too complicated as I'd have to access a host's interfaces as well and don't really know where I would have to start with that.

akeranen commented 4 years ago

You would have to change the source code to do that. Unit tests are highly encouraged since they can be used also later to ensure further improvements don’t break existing functionality.