Closed TsangHans closed 1 year ago
I'm a user, I don't know exactly why, but I have a guess about the question. the annotation "display" has a parameter setting the position of the node, I forget the exact name, but you can find it at the offical website of omnet. I think each node are allocated the same default position, so the node is overlaped by the next node, so they stack together. But that doesn't matter, you can run the ned file, and in the omnet simulation surface, they're spreaded.
I'm a user, I don't know exactly why, but I have a guess about the question. the annotation "display" has a parameter setting the position of the node, I forget the exact name, but you can find it at the offical website of omnet. I think each node are allocated the same default position, so the node is overlaped by the next node, so they stack together. But that doesn't matter, you can run the ned file, and in the omnet simulation surface, they're spreaded.
Thank you for your reply. I understand your meaning roughly.
The nodes of the network topology are still overlapped when i run the ned file, but this exactly does not affect the operation of the background code.
I am considering whether to reduce the version of the omnetpp.
Answer myself.
When I rolled back the Omnetpp version 5.6.1, it successfully displayed the topology when running the simulation.
Thank you again for your reply @flashxiaomang .
During my study, I encountered a problem: when I used the following code to construct a network, I could not achieve the expected effect shown in the tutorial.
The following is the network structure built on my computer.
I don't know why I can't parse the module of array type, so I need some help, thank you.