Using Real Applications in a Simulated Network - Showcase #629
Replies: 6 comments 10 replies
-
Hi Adam, I am a beginner of using OMNET++ as well as INET. I am following this showcase to run real applications in a simulated network. However, i met two errors and the packet cannot be transported by the router to tapb. The first one is "Transport prototol UDP is not connected", then i added "*.router.hasUDP = true" in the .ini, and the problem was solved. The second one is "No socket registered on port 4004", and i have no idea how to solve it. Isn't "vlc rtp://192.168.3.20:4004 &" supposed to bind the socket on the port 4004? |
Beta Was this translation helpful? Give feedback.
-
Can you try it with the omnetpp master branch and INET 4.2? Also, the video file in the script is not in the repo for now, so use another one and replace the filename in the script. Thanks for reporting this. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your answer! I installed omnetpp master branch with a failure, so I tried with OMNeT++5.6.2 and 5.6.1 with INET 4.2. The same two errors occured. And I wrote a udp socket which is binded on "192.168.3.20" and port 4004 in real application, and got the same errors. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm executing OMNET 6.0 and INET 4.4. First I've got a syntax error in Any suggestion? Thanks in advance |
Beta Was this translation helpful? Give feedback.
-
@adamgeorge309 I copied the videostreaming showcase in my INET tried to run it and failed too. would you mind tell me which would be the right version of omnetpp and INET for ubuntu18.04 or is there any ways to run this in 18.04? Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi, I am wondering why vlc puts its data stream into Router's IP(192.168.2.99) rather than Tapa's IP(192.168.2.20)? When I use a socket to send some UDP packets to the Tapa's IP(192.168.2.20), the emulation network could not recognize these packets, however, when I change the destination IP to 192.168.2.99, the emulation network received these UDP packets. |
Beta Was this translation helpful? Give feedback.
-
Discuss the "Using Real Applications in a Simulated Network" showcase here. Ideas and recommendations are welcome.
Beta Was this translation helpful? Give feedback.
All reactions