-
Hi Mani
I'm really sorry to disturb you. I'm a graduate from US. Now I got an installation problem. When I run './runme', a configure error generates, as the figure shows.
I'm confused because I…
-
Thank you for the former question's answer.The question finally find is I use omnet++ ver5.2, but 5.1 is ok. Now I can run example successfully by cmake -- buid . As a noob ,I want to use omnet +sumo+…
-
The implementation now will only send one tcpSegment once the application layer put data to buffer, that is the TCP layer will send at most effectiveWin bytes data from the app buffer and let the rest…
-
`Ieee80211OFDMModeBase::computeGrossBitrate() `calculates actual gross bitrate via
`codedBitsPerOFDMSymbol / getSymbolInterval()` which yields non-accurate numbers. As a result comparison of rates i…
lbobr updated
6 years ago
-
Current Master shows me a compile error.
commit d375e4d008460a7cc712a84a572653c1a35f46bb was compileable.
Did I miss anything?
Building...
inet/common/NedFunctions.cc
inet/common/NedFunction…
-
When positioning a mobileHost by setting initialX and initialY both to "0m". Now moving the mobile host with an angle of 270deg(linearMobility) downwards and up again, while reaching the left upper ed…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR32842](https://bugs.llvm.org/show_bug.cgi?id=32842) |
| Status | RESOLVED FIXED |
| Importance | P…
-
I was trying to run the emulation example in OMNET++ and run the IDE in sudo mode. I noticed that the IDE appearance has changed in the sudo mode:
Normal user mode:
![normal_env](https://user-imag…
-
I try to install artery and succeed,then I try to input "cmake --build build --target run example" into IDE, and error appeared.
It located in inet/src/inet/visualizer/networknode/NetworkNodeOsgVisua…
-
INET version: 2.0
In certain simulations, Ieee80211MAC will start transmitting even when the channel is busy. This should not happen.
The error is in the Radio model that can stay in IDLE when it he…