The repository provides software that creates configuration files for the BonnMotion, CORE, coreemu-lab and The ONE programmes from a single TOML file.
Currently not possible as different problems occur:
CORE does not support loading mobility patterns for network types other than WIRELESS_LAN or EMANE
mobility patterns are only applied to nodes connected to the respective network. Thus, moving all nodes with a ghost network not connected to anything does not work.
connecting all nodes to the respective ghost network does in fact work for moving nodes. But with this approach every node gets another interface and also: connections outside the ghost network are not updated! (see attached)
Here, node n2 should reconnect to the network as it is really close to n4. Nodes n1 and n3 and p2 shouldn't be connected to the rest of the network as they are really far away. Nodes p1 and n4 should be connected.
Currently not possible as different problems occur:
WIRELESS_LAN
orEMANE
Here, node
n2
should reconnect to the network as it is really close ton4
. Nodesn1
andn3
andp2
shouldn't be connected to the rest of the network as they are really far away. Nodesp1
andn4
should be connected.