-
Hi @shigeya,
I'm trying to assign the simTime to a double variable using the dbl() function (ex: **double t = simtime().dbl()**). But it's only returning 4 digits after the decimal dot.
So, is …
-
Hello!
I am new to ML prefetcher, I have some questions about ML prefetcher.
When I trained voyager for SPEC 2006, the model was trained very well.
(Bulk training astar, mcf, omnetpp, soplex, sp…
-
I'm trying to capture the communication between the vehicles and the RSU at the example that is provided by Artery. I tried to use the PCAP recorder from INET but the file that is created is always em…
-
Hi
I need the simulation of Blackhole and Selective forwarding attack module in ns3 using modified AODV and SAODV. Also, it must measure some of the matrices such as energy consumption, throughput, …
-
In the sensor networks of wireless folder , The omnetpp.ini file contains Statistic BMAC, Statistic XMAC, Statistic LMAC. When the simulation is being done, the received packets are zero for each scen…
-
Dear Sir, thank you very much for your generous sharing. As a code novice, they are very helpful. The question I am very concerned about is how to generate the two types of cars, lento and veloce? I h…
-
Hello,
i'm working on Voice Over LTE on OMNeT.
I would like to know if somebody have a link to download a VoLTE network on OMNeT please.
Thank you
-
The OscillatorBasedClock::scheduleClockEventAt and OscillatorBasedClock::scheduleClockEventAfter functions calculate with the raw simtime values. If the raw value is 1E-12 then the calculation results…
-
Hello @mariuszslabicki,
When I try deploying nodes in a circle with radius=maxGatewayDistance and gateway at gatewayX, gatewayY, I have the below error:
(omnetpp::cPar)LoRaNetworkTest.loRaNode…
usm30 updated
2 years ago
-
We're using the following in both of the bind methods:
if (lPort == 0) {
auto udp = check_and_cast(gateToUdp->getPathEndGate()->getOwnerModule());
lPort = udp->getEphemeralPort();
…