Tagged Questions
0
votes
0answers
18 views
Arduino WiFly connects to server but doesn't send
I have a WiFly shield (https://www.sparkfun.com/products/9954) connected to an arduino Mega 2560.
I try to connect to a server I made and I succeed (or so the arduino says) but no connection or data ...
4
votes
1answer
192 views
Check number of correctly received packets - Socket Programming
I am writing an application in C using socket programming. I wish to send the data from the server node to the client node. I use the read and write commands on the socket descriptor to get and send ...
1
vote
1answer
104 views
ServerSocket connection issue
Ive been having an issue with Server Socket connect, i have a program for this little game and am trying to use the sockets to get it to connect, but when i get to serverSocket = new ...
1
vote
1answer
101 views
Use Native WiFi API to calculate received MAC Layer Frames?
I am trying using Windows Native WiFi API to get the number of packets and frames
I received in a period of time.
For instance, if the packet size is set to less than MTU (ex. 1000bytes) , then the ...
1
vote
3answers
245 views
Java Socket Connection is flooding network OR resulting in high ping
i have a little problem with my java socket code.
I'm writing an android client application which is sending data to a java multithreaded socket server on my pc through direct(!) wireless connection. ...
0
votes
1answer
113 views
How to measure network performance characteristics on two 802..11 nodes?
I have a transmitter program, which continuously injects packets into the network using raw sockets. Similarly i have a receiver program which receives the packets transmitted by the transmitter(using ...
0
votes
1answer
733 views
IP Address in a wired /wireless LAN using java
I am working on a java server-client app that transfers file btw each oda within a wired or wireless LAN, my problem now is how to detect the IP address of the client computer and the server computer ...
0
votes
2answers
398 views
Creating an IPv6 SocketServer on Android device on a cellular network
I'm trying to connect from a host (PC or other) to a mobile cellular Android device on the Verizon/AT&T cellular network. This device uses only the 3G network and has its Wi-Fi turned off. The ...
1
vote
1answer
108 views
How to send data by a given device (which is not a default device)? [duplicate]
Possible Duplicate:
Using a C++ TCP client socket on a specific network interface Linux/Unix
I want to write a socket program on Ubuntu, and there are many network devices in my PC.
The ...
2
votes
0answers
450 views
network socket , connect() takes long in wireless or 3g?
I'm using raw socket in wireless and 3g network.
The server which a client is connecting to is up and running 24/7 while I test,
but connect() is implemented so that it times out in consideration of ...
0
votes
1answer
783 views
Unable to transmit fast via UDP broadcast on a wireless network
I have the written the following code for transmitting UDP packets via broadcasting on a wireless network. The application that I have trying to develop requires the packets to be transmitted very ...
0
votes
1answer
52 views
Skip receiving messages broadcasted by me over wireless network
I have a code which transmits messages (broadcasts) continuously on wireless network and also receives messages continuously. Hence, I have the transmission and receiving happening simultaneously ...
0
votes
1answer
670 views
Is 3G a secure connection? [closed]
As we know for a Wi-Fi, connection, we can enable WPA or WEP and any signal that goes between the wireless device and the router is encrypted, transmitted over the air, and decrypted by the router. ...
1
vote
2answers
984 views
Need java code for chat program in wireless network
I have been written chat program code for wired network.
I want to write the chat code in java for wireless network.I googled it for this.But i can't found that.So please guide me to write the chat ...
7
votes
4answers
5k views
Reading from a promiscuous network device
Does anyone know how to read from a promiscuous (or sniffing) device in C? I know that you need to have root access to do it, but I was wondering if anyone knew what functions were necessary to do ...
