Tagged Questions
0
votes
1answer
8 views
Need information about WIFI router/modem [closed]
I want to setup a wireless network for broadband connection.
My Requirements are :
1. I want to access internet through TV, mobile and laptop.
2. It should cover atleast 1000 sq ft of area.
Before I ...
-2
votes
0answers
11 views
Cannot ping to Ubiquiti M5 Rocket [closed]
I have a network schema that radio (Rocket M5) is connected to mikrotik router and below the mikrotik is a network that i use. There is a problem when i wanted to ping the radio. I have check it with ...
-1
votes
0answers
10 views
More energy consumption [closed]
I am trying to come up with a protocol for 'Blanket Coverage through Self Organisation'. That is, given mobile wireless sensor nodes, I am trying to come up with a protocol, so that the mobile nodes ...
0
votes
2answers
55 views
Wireless MAC Address Patterns
I am creating an application which uses semi-random numbers to roll on a table. The random numbers are generated from wireless network MAC Addressess, so they should be consistent across multiple ...
1
vote
0answers
40 views
Wireless network animation on OPNET
when i set up a wireless scenario and record packet flows , then run the simulation and then play 2D animation the packet flow is not visible although its visible in case of any wired network , so is ...
2
votes
0answers
29 views
how to parse customer message?
i use customer message and send it broadcast over radio channel, i use example 6 (CounterSend ) from this link .
when i build this project as micAz on mote 1, after this i use Xsniffer (TOSBase) on ...
2
votes
0answers
44 views
xserver didn't show result from Xsensor
i have build the example Xsensor for 420cc then i plug it and put the sensor board on it, on other side for the serial board i build Xsniffer (TOSBase) to the mote that i need to put it on the 520MiP ...
-1
votes
1answer
43 views
Alternate way (other than wireless) to connect android device to network [closed]
I have an inhouse app running at our shop. It gathers and then transfers data to a network samba drive using our internal wireless network. Now we have been asked to look for a backup method to ...
0
votes
0answers
63 views
adjust rate of send messages using TinyOs
i use three motes (Iris) using sensor board 420cc with GPS antenna, i need to write app to send GPS information with specific rate using TinyOS 1.x( stander for MoteWork) ??
how to adjust rate send ...
1
vote
1answer
37 views
broadcast at WSN using Motes
using Xmeshfor wireless sensors nodes,
1- it is possible to make nodes (Motes) to send and received by each other ?? not just to send information to the base station ??
2-can i modify its packet to ...
0
votes
0answers
37 views
Which files in Linux system can be changed by connected network [closed]
For example, a connected network can modify
/etc/resolv.conf
If I want track all the effects of this network on my computer, which are the files that I should check?
0
votes
0answers
22 views
Making micaz in promiscous mode
I want to make a micaz node which operates in promiscous mode to monitor all packets
exchanged by the other motes, and reporting statistics to the PC. Can anyone please help me on how to to do this. ...
3
votes
0answers
1k views
Raspberry Pi ad-hoc networking
I want to try some networking projects with Raspberry Pis, and I need to just send packets between a pair of pis. I would be happy as a first step just being able to ping between to Raspberry Pis in ...
1
vote
0answers
109 views
can we configure netgear vmdg280 in repeater mode? [closed]
i have got netgear VMDG280, has been used as Access Ponit(AP), But now i wan to extend my wifi network, So i want to use this as Repeater, is it possible to configure netgear vmdg280 in repeater mode?
...
0
votes
0answers
24 views
iwspy didn't work? [closed]
i need to use iwspy for measure RSSI between two peers in same network.
unfortunately, iwpsy didn't work !!! when i search for problem i found this link that talk about :
"" We removed iwspy support ...
1
vote
1answer
102 views
Beginner Linux Networking 802.11 MAC/driver code [closed]
I am a beginner to linux networking stack and kernel programming.
I want to learn more about 802.11mac and wireless driver development. Currently, I am looking at some code in ...
0
votes
1answer
102 views
cannot get my page to be online using wampserver
here are the steps that I did
1- download wampserver and install it
2- go to www/ and write a webpage saying hello
3- I went to localhost and it is running (no problem)
4- I open cmd and type ipconfig ...
0
votes
1answer
117 views
Can I put two wireless routers with two SSIDs on the same network?
It seems to me that I can do this. I've got a 4-port cable modem for the incoming signal, and right now, I've got a wireless-N router attached. I would like to set up a 'guest' network using the same ...
0
votes
0answers
53 views
Best way to send data to a remote device in Android
My question is, which is the best way to send data to other device in the same network?
I have two devices, both connected at the same wireless, both of them have a service which is the responsible ...
0
votes
0answers
35 views
How to calculate the distance between two links in multi radio wireless mesh networks?
Can any one explain me on how to calculate the distance between two links in multiradio wireless mesh networks??..
Thanx in advance..
0
votes
0answers
39 views
Units for interference range in wireless networks?
Can somebody explain me in what units does the interference range is measured?, also what are all the hidden factors included in calculating it?, like power and some other factors if exists.
Is there ...
0
votes
0answers
33 views
How many links between two wireless nodes?
I am wondering if any one can help me in finding out how many actual number of wireless links exists between two wireless nodes with each node equipped with two radios??, where each node can send or ...
0
votes
0answers
100 views
Application development in wireless sensor network using micaz motes
I'm looking for some good application in wireless sensor networks using micaz motes.
I have
36 micaz motes,
20 mda100cb, and
6 mts400ca sensor boards.
I have installed TinyOS and learning ...
0
votes
1answer
73 views
Can a N device connected to a 2.4Ghz Access point transmit at 150 Mbps? [closed]
I have an Asus WL-330N access point with only a 2.4Ghz radio which claims if configured to "N only" mode will maximize performance.
I thought that 2.4Ghz can reach max speeds of 54Mbps.
How could ...
0
votes
1answer
164 views
Why Beacon needed when there is probe response
I was trying to understand the use of beacon and probe response in 802.11 network. If advertising the existence of a AP is only the goal, then why beacon frame needed? Passive scanning may be ...
2
votes
0answers
90 views
WPA2 - EAPOL password exchange
(I'm doing this on my network, just for science). I was using airodump-ng to capture handshake. After that, I was able to open file with captured information in WireShark and find part with 4 ...
1
vote
0answers
50 views
Unable to obtain complete proto,colinfo,wlan_mgt.tag.interpretation,wlan_mgt.tag.interpretation informatio using tshark
I am writing a script to obtain all the unique SSIDs present around and also some client information.
To do the same I am running the following:
tshark -i mon0 -c 100 -z ...
2
votes
2answers
765 views
Linux bridge of my own making: arp request never succeeds
I wrote a bridge (layer 2 switch) using my Boost.Asio extension. We can easily make additional sockets, endpoints and protocols which meet their type requirements. And my extension uses linux packet ...
-1
votes
1answer
157 views
how to extend range of wireless PC headset/mic with multiple access points [closed]
I previously posted this question on a different forum, without a conclusive solution. I would like to enable around 4 different warehouse employees to walk through a warehouse and use a 2.4ghz ...
0
votes
1answer
196 views
how to establish an ad-hoc wireless network
I have several embedded boards (beagleboard-xm) that runs linux (ubuntu-arm 12.04 version - 3.2.0-29.46 kernel). I would like to connect the boards through the ad-hoc wireless connection (IEEE ...
1
vote
1answer
87 views
Restrict network connection sharing [closed]
Here's a situation. A computer is connected to a network using an ethernet cable. The same computer is set to share the connection to other computer via a wireless network (let's say with an ad-hoc ...
0
votes
1answer
1k views
Ubuntu 12.04 wireless does not detect networks [closed]
I installed Ubuntu on a partition of my MacBook Pro. Wireless connections work fine when I switch to OSX, but the wireless networks are not even detected when I boot Ubuntu. I installed Wicd as a new ...
0
votes
1answer
275 views
Distance between two wireless mobile nodes
I am currently trying to find the method or mechanism for calculating the distance between two wireless mobile nodes.
Let's say, there are 2 nodes (node B and C) coming in communication with node A. ...
0
votes
0answers
30 views
Obstacles of mobile wireless network [closed]
I have a question about mobile communication , I tried to find a clear answer but it's really forked !
Q: why Shared medium ,Low Bandwidth and High delays are obstacles to mobile wireless networks?
...
0
votes
0answers
29 views
what types of kernel is suitable for Wireless sensor networks?
I want to write an OS for WSN . My question is that there Are three types of kernel : 1- Monolithic Kernel 2- Micro Kernel 3- Exo Kernel . which one of these types considering distribution of kernel ...
1
vote
2answers
272 views
Wireless AP and beacon frames - detecting wifi devices in area
Is there a AP or opensource wireless router firmware that will allow me to detect wifi devices that are located around the AP. these devices may or may not be connected to the wireless network. I ...
1
vote
0answers
239 views
Am I getting a proper WiFi signal dBm reading?
This function below gets the WiFi signal from the system. It is currently displaying a "0" on my form (indicating a strong connection I assume). The machine that I am running this on a workplace HP ...
0
votes
0answers
47 views
Which sensor nodes should I use?
I was asked to deploy a wireless sensor network and due to some requirements I already decided to use ZigBee/802.15.4 as my networking protocol. Also, I will be measuring air quality and taking some ...
0
votes
1answer
219 views
Does wpa_passphrase use a hashing algorithm?
The question is pretty clear. I'm wondering if it uses a hashing algorithm, or it is simply an encryption. If it is a hash, then what algorithm is used (md5, sha1, etc)? Also, does the router compare ...
0
votes
0answers
60 views
Duplicate network names in Ubuntu Unity?
I'm building an Edubuntu image to deploy on netbooks. The main image contains 4 wireless connections that have the password and other settings defined. I restored the image onto another machine, but ...
0
votes
2answers
63 views
Configure a machine to use wireless and wired networks effectively
I have both wired and wireless internet connections for my machine. It uses windows7. How can I configure this machine (either using a third party software) to use both networks effectively.
I ...
0
votes
0answers
421 views
DD-WRT Load balancing for Enterprise LAN [closed]
I am the network manager and I have about 30 Linksys Wireless N routers positioned in different rooms at the campus I manage. The campus is saturated however when a user walks from one access point to ...
0
votes
0answers
727 views
wireshark capture filter for a specific network (bssid)
I would like to know how to capture packets of a specific wireless network using wireshark.
I'm already able to capture all packets of different networks setting my wireless card in monitor mode but ...
0
votes
0answers
114 views
wireless proxy server
I require a web proxy which does user authentication and logging of all sites visited by the users. The proxy needs to be connected to my Dlink wireless router (or any other router). My wireless ...
0
votes
0answers
198 views
Two vmware laptops connected to same wireless. Need bridging in order for guests to talk to each other
I have a windows 7 laptop on which I am running vmware workstation 7. I have a couple of guest operating systems. They are using NAT.
I wanted to add a third VM to this one , but due to system ...
0
votes
0answers
48 views
Sync devices to same wlan AP
I've got home configuration of 2 wlans. I use both actively as they are capped 3G connections.
They both have different SSID's. Sometimes I have to connect to another AP(needs to be dynamic).
I'd like ...
0
votes
1answer
1k views
Setting up a login page for wireless hotspot
I want set up wireless access point (hotspot) on a notebook running Windows 7. There is a few applications available for setting WiFi hotspot, e.g. Connectify, Virtual Access Point (Virtual AP), ...
-5
votes
2answers
450 views
How to transfer data on Wireless network using C#? [closed]
I have two computers. One is a sever and other is client. Now i want to transfer data between two computers on Wireless network but i don't know how to do.
Can anybody help me ?
4
votes
1answer
136 views
How to uniquely identify a notebook and the wireless access point it connects? [closed]
There are a notebook A and a wireless access point B.
The scenario is:
1. the notebook A successfully connects to the wireless access point B.
2. the notebook A sends a "hello" message to my server.
...
1
vote
0answers
169 views
How to design a vehicle wireless network simulation? [closed]
I am going to make a wireless network simulation. Now I have this simulation that simulates the moving vehicles forwarding and storing packets depending on radio range to transmit ...


