Skip to content

Latest commit

 

History

History
95 lines (66 loc) · 1.39 KB

README.md

File metadata and controls

95 lines (66 loc) · 1.39 KB

Basics Data Set

A collection of very small but diverse set of scenarios.

Two-Hop

A - B - C

JSON data

Split

    B
    |
A - D - C

JSON data

Small Cross

    B
    |
A - E - C
    |
    D

JSON data

Big Cross

          B2
          |
          B1
          |
A2 - A1 - E - C1 - C2
          |
          D1
          |
          D2

JSON data

Two-Way

      C
     /|
A - B |
     \|
      D

JSON data

Feymann S-Channel

Nodes connected in a network resembling an s-channel Feynmann diagram (Source).

A       E
 \     /
  C - D
 /     \
B       F

Possible test scenario: Bandwidth constraints are applied to D<->E and D<->F. The idea is to make sure that bottlenecks on one link don't affect the other.

JSON data

Freifunk Mesh Cloud

Structure from an example found on Wikipedia.

image

JSON data

Mesh Network

Structure from an example found on Wikipedia.

JSON data