omnetpp.ini 850 B

1234567891011121314151617181920
  1. [General]
  2. network = NetworkNodeVisualizationExample
  3. tkenv-plugin-path = ../../../etc/plugins
  4. # mobility parameters
  5. *.*.mobilityType = "StationaryMobility"
  6. *.*.mobility.constraintAreaMinX = 0m
  7. *.*.mobility.constraintAreaMinY = 0m
  8. *.*.mobility.constraintAreaMinZ = 0m
  9. *.*.mobility.constraintAreaMaxX = 1000m
  10. *.*.mobility.constraintAreaMaxY = 1000m
  11. *.*.mobility.constraintAreaMaxZ = 0m
  12. # network configuator parameters
  13. *.*.networkLayer.configurator.networkConfiguratorModule = "" # disables network configurator based node configuration
  14. # visualizer parameters
  15. *.visualizer.osgVisualizerType = "IntegratedOsgVisualizer" # TODO: remove when enabled by default
  16. *.*.osgModel = "boxman.osgb.(0.3).scale" # external 3D animated osg model
  17. *.*.osgVisualizer.sceneVisualizer.cameraDistanceFactor = 2 # moves the initial viewpoint closer to the network nodes