--
Posting to this group should follow these guidelines https://www.nsnam.org/wiki/Ns-3-users-guidelines-for-posting
---
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-3-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ns-3-users/9e152eee-4c8f-435c-a7e3-399aca85cff5o%40googlegroups.com.
I actually want a scenario for fanet in ns3 to compare energyAlso can anyone tell me how I implement fuzzy logic in Fanet scenario in ns3
On 12 Jul 2020 11:16 p.m., "Muhammad Bin Saif" <saifis...@gmail.com> wrote:
you can use gausmarkhov 3d mobility model for fanet scenario--
On Sunday, June 7, 2020 at 3:10:46 PM UTC+5, Hemant Saini wrote:Hello ,Can anyone tell me the fanet scenario code for NS3 to run from scratch to compare olsr and aodv. Pl. share the code for such am attaching an compare of manet for exampleAlso if i had made a fis file fuzzy logic then how it can be implemented in NS3 for FANET . if any idea pl. share
Posting to this group should follow these guidelines https://www.nsnam.org/wiki/Ns-3-users-guidelines-for-posting
---
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-3-...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-3-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ns-3-users/25ec962a-b372-400d-9c30-d010e3dc20f3o%40googlegroups.com.
By using the GaussMarkovMobilityModel and RandomBoxPositionAllocator, which are readily available under ns-3, we can do a FANET simulation, we can simulate any type of 3D mobile Network.
This 3-dimensional Gauss-Markov mobility model available under ns-3 can be used for modelling the mobility of aircraft flying at different altitudes. In general, this mobility model can be used to simulate any multi-tier UAV/AANET/FANET.
The following presents a typical configuration of GaussMarkovMobilityModel and RandomBoxPositionAllocator for a 3D, Mobile, UAV/AAANET/FANET simulation.