Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在网络中有三个节点NodeA,它们都是。我必须连接并通过接口,也必须连接并通过接口。我已连接并作为:NodeBNodeCWirelessHostNodeANodeBpppNodeBNodeCWLANNodeANodeB
NodeA
NodeB
NodeC
WirelessHost
ppp
WLAN
NodeA.pppg++ <--> Channel <--> NodeB.pppg++;
现在我想连接NodeB并NodeC通过,WLAN但我不知道该怎么做。有人可以建议我如何在框架中执行此OMNeT++操作吗?INET
OMNeT++
INET
这取决于您打算如何连接到两个无线节点。
您可以在以下位置找到示例:inet/examples/wireless/
inet/examples/wireless/
特别是inet/examples/wireless/wiredandwirelesshostswithap做一些你需要的类似(有点复杂)的事情。
inet/examples/wireless/wiredandwirelesshostswithap