KSSM - Yet Another Mesh network Simulator - examples

The code and the documentation for KSSM can be found on github: https://github.com/krzysztof-sawicki/KSSM

Example 1: 19 nodes in four clusters (LongFast)

19 nodes, all working in the CLIENT mode. Nodes send a broadcast text message every 5 seconds (in average).

Example 2: 19 nodes in four clusters (MediumFast)

The same configuration as in example 1, but all nodes are working in MediumFast mode. The air statistics are lower, number of collisions is also lower and the success rate is higher despite the smaller range of the nodes.

Example 3: 7 nodes in line (LongFast)

Seven nodes are placed in line. All of them work in LongFast and CLIENT mode. Only the first one sends messages. This example shows how the node that is further from the source is priorotized when relaying. You can also observe that nodes, that heard the same message twice resign from further relaying.

Example 4: 9 nodes in grid (LongFast)

"Classic" mesh with 9 nodes working in LongFast and CLIENT mode. Nodes are sending broadcast messages with random interval from 0 to 15 seconds.

Example 5: 9 nodes in grid (MediumFast)

The same configuration as in example 4 but nodes are working in MediumFast mode. Nodes are sending broadcast messages with random interval from 0 to 15 seconds. Please compare air utility and success rate metrics.