⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 omnetpp.ini

📁 omnet++下仿真100个节点的路由协议!
💻 INI
字号:
#
# If OMNeT++ was compiled with support for dynamic loading of NED files 
# (WITH_NETBUILDER option), you can test routing on any topology without
# nedtool or C++ compilation. Some NED files are already provided here.
#
# You just need to start the "routing" program (../routing) with this place
# as working directory. Typing
#
# ../routing   (or ..\routing.exe)
#
# will the trick. Then select the network in the dialog Tkenv offers at 
# startup. (Or you can create [Run 1], [Run 2] etc. sections in the usual way.)
#
# If you write a new NED file, you'll need to add it to "preload-ned-files" 
# below!
#

[General]
preload-ned-files = *.ned ../*.ned
network=net60a   # Tkenv will still let you choose from a dialog

[Parameters]
net60a.**.destAddresses="1 28 50"
fullGraph.**.destAddresses="0 2"
mesh.**.destAddresses="0 18 52"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -