Questions tagged [ad-hoc-network]
25 questions
3
votes
1 answer
Beacon size vs message size in Wireless Ad-Hoc Networks
I'm working on neighbor discovery protocols in wireless ad-hoc networks. There are many protocols that rely only on beacon messages between nodes when the discovery phase is going on. On the other hand, there are other approaches that try to…

Raudel Ravelo
- 648
- 2
- 6
- 24
3
votes
1 answer
the difference between wi-fi direct and mobile ad-hoc networks in smart phones?
I want to create a mobile ad-hoc network for android devices.But first I want to know the differences between wi-fi direct, mobile ad-hoc networks and SPANs. Could anybody explain for me?
Thanks.

Faezeh
- 31
- 1
- 4
2
votes
1 answer
How to create adhoc network on Raspberry pi ZERO W?
I am trying to make adhoc network connect mobile phone and other pc devices to Raspiberry pi zero w
Device :: Raspiberry pi Zero W
Release :: 10
Codename :: buster
I followed below steps to try to make adhoc nw on my Raspiberry pi zero w
cd…

pushE
- 394
- 3
- 16
2
votes
1 answer
How to implement routing protocols on Estinet network simulator?
I am trying to implement routing protocols such as AODV and DSR in a vanet simulation using Estinet ( previously called NCTUns network simulator ) https://www.estinet.com/ns/.
However, i cant find any information on how this is achieved. Is there…

Young4844
- 247
- 1
- 4
- 12
2
votes
0 answers
How to connect raspberry to WEP encrypted and dhcp enabled Ad-Hoc network
I have Three Rasbperry Pi3 and I have configured 2 of them as dhcp enabled ad-hoc network server they are working fine and I can connect to them using Windows PC and Linux PC as well as from Mobile. The dhcp also assigns the 'Laptop, PC and Mobile'…

Arshad
- 135
- 2
- 13
2
votes
1 answer
Best filter for MANET
I know about Bloom filter. It is very useful where storage requirement is less and where we need to check only whether element is "definitely not exist" or "may exist" e.g. mobile devices, browser in-memory.
As Best example given by Tarun
I need to…

pathe.kiran
- 2,444
- 1
- 21
- 27
2
votes
0 answers
Capturing signal strength per packet while associated to an ad-hoc network
I am implementing an ad-hoc routing protocol and would like the ability to capture the associated signal strength (in terms of RSSI or SNR) on a per-packet basis.
I have been able to achieve this in monitor mode, however I will need to be able to do…

bradleykirwan
- 148
- 7
1
vote
1 answer
B.A.T.M.A.N ad-hoc WiFi nodes cannot ping each other
I am working to connect 2 Linux machines, each with this USB Dongle: https://www.tp-link.com/us/home-networking/usb-adapter/archer-t2u-nano/, to an ad-hoc WiFi network managed by B.A.T.M.A.N ( batman-adv ).
When run, these scripts show that both…

PhilBot
- 748
- 18
- 85
- 173
1
vote
0 answers
Broadcasting hello message in adhoc network using socket () in python
I have one server and other some client nodes in the ad-hoc network. Some nodes are in the range of server which can directly be received hello message and broadcast to neighbors but which nodes are not in the range of server that will receive hello…

Long
- 3
- 3
0
votes
0 answers
VANET: How to Implement A* Routing Algorithm in SUMO Simulation with Existing Configuration, Network, Trips, and Routing Files for research purpose?
I'm working on a PhD research topic involving SUMO (Simulation of Urban MObility), and I'm trying to integrate the A* algorithm into my existing simulation. I have the following files:
my_simulation.sumocfg: SUMO configuration…

Rohail Rasheed
- 1
- 2
0
votes
0 answers
operation of AODV when an intermediate node receives multiple rreq packets from the source
I have a question about the operation of AODV when an intermediate node receives multiple rreq packets from the source.
what happens?
did he discard it because of source and broadcast id is equal or not, he processes it?

ae naderi
- 11
- 4
0
votes
0 answers
Add custom/new attribute in RREQ AODV ns2
I want to incorporate a new attribute called "Battery Warning Status" in the RREQ of AODV in ns2. This attribute will allow a node (node A) to determine which path to take when sending a packet to another node (node C) based on the remaining energy…
0
votes
1 answer
NS3 how to get the following attributes of node
I am new to NS3. I am trying to get these parameters from a node can someone please help me to get these parameters?
1 Computing Power
2 Numbers of Transactions
3 Energy Consumed for One Transaction
4 Node Latency
5 Bandwidth
6 Residual Energy
0
votes
0 answers
How to get current data rate or available bandwidth value in NS-3 or DCE-NS-3?
I am trying to get the current data rate or available bandwidth on each Wi-Fi Interface in DCE-NS-3 or NS-3. I have two mobile nodes in Wi-Fi Adhoc mode, with IEEE 802.11b and g standards. The bandwidth that I am setting is 11 Mbps and 54 Mbps. But…

Hassam Mughal
- 11
- 2
0
votes
1 answer
How to work with energy model in ns3 as in ns2 for energy modifying protocol as energy aware?
After going through some examples and number simulation, I was not able to implement the energy efficient routing on ns3 like I performed in ns2.
The documentation on 'nsnam.org/wiki/energy_model' states:
An energy model has been implemented in…

dam2299
- 34
- 4