Questions tagged [ad-hoc-network]

22 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
  • 625
  • 1
  • 6
  • 17
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 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…
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
  • 115
  • 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,287
  • 1
  • 17
  • 25
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…
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…
0
votes
0 answers

Not able to receive UDP packets in ns-3 in examples/wireless/wifi-simple-adhoc-grid.cc

Executing examples/wireless/wifi-simple-adhoc-grid.cc doesn't print "Received one packet". output on terminal, it only prints 'build' finished successfully (27.227s) Testing from node 24 to 0 with grid distance 500 i'm not able to find any UDP…
0
votes
0 answers

Switchable ad-hoc wireless network on Raspberry Pi 3 - Every Client Response Differently

I have an application with an embedded Raspberry Pi 3 B+ that I need a user to set up on their wireless network. The user can't access the Pi directly. I want the Pi to start with an ad-hoc network connection so the user sees it like an available…
Velocedge
  • 708
  • 5
  • 18
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…
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
0
votes
1 answer

converting openstreet map into tcl file using SUMO

here is the error i am facing after running uttara.tcl which created from a sumo file: ~/vanet$ ns uttara.tcl num_nodes is set 47 warning: Please use -channel as shown in tcl/ex/wireless-mitf.tcl INITIALIZE THE LIST xListHead Starting…
Kamrul
  • 1
  • 1
0
votes
1 answer

Using multicast socket in Ad-hoc network yelds: [Errno 19] No such device

I want to create a multicast socket connection in a ad-hoc network topology. I have a client/server implementation in python that is WORKING FINE on a normal network configuration, meaning a standard network config with internet connection. This is…
Lucian
  • 750
  • 10
  • 29
0
votes
1 answer

Multi peer connection using Google Nearby Connection

I am working on my Bachelor Thesis and I have to implement an application using Google Nearby Connection API. The goal is to develop a disaster assistance app. I tested Google Nearby Connection for the past two day and I have some problems,…
user6936396
1
2