A computer network allows sharing of resources and information among interconnected devices which use a common hierarchy of protocols to communicate.

learn more… | top users | synonyms (1)

7
votes
0answers
199 views

GKSession with Mac OS X

I'm using GKSession (part of Game Kit) to connect multiple iOS devices together (over bluetooth and/or wifi), send data, etc which all works fine and I'm happy with it. I was thinking though, it ...
6
votes
0answers
360 views

Ejabberd performance issues

I try to stress test ejabberd with bots. Bots are sending messages to each other. When load reaches 30 MB/s it seems that something is limiting the traffic. I disables all shapers and most of the ...
5
votes
0answers
317 views

Google hangout desktop application flow

I am creating a screensharing application that would work in a similar manner like Google Hangout Screen Shares, and I'd like to know how the Google Talk plugin (used for Screen Shares) spawns child ...
4
votes
0answers
247 views

DNS TXT Record query using non-default DNS server

I have my own DNS server ex: IP 34.34.34.34. This server knows about few domain names. At times I need to send a TXT Record query to this server and process the result. What is the best framework ...
3
votes
0answers
27 views

Need help in “Socket Programming” using Visual C# (Dot Net Framework 4.0)?

Recently, I was given an assignment... "To develop a Windows Forms application which can be installed on various windows machines at an office or enterprise. There would be a database in just one ...
3
votes
0answers
330 views

open and Play a transport stream on Android (mpeg2-ts)

its me again. i am trying to play a TS file i am getting via http (mpeg2-ts) on android. I already tried VideoView as followed: VideoView videoView = (VideoView) findViewById(R.id.videoView); ...
3
votes
0answers
105 views

Asynchronous InetSocketAddress Equivalent?

I need an equivalent to java.net.InetSocketAddress that can resolve the host name asynchronously. I'm developing a polling program that must resolve and connect to over 25,000 servers every five ...
3
votes
0answers
407 views

NSInputStream's NSStreamEventHasBytesAvailable never gets called

I am creating an app similar to WiTap (but to connect many devices) and here is my problem: The application seems to connect the devices (they are displayed in table view controller. The delegate of ...
3
votes
0answers
621 views

How to priotize packets using tc and cgroups

I am trying to prioritize the packets that are generated from a certain process group so that they'll be picked first to be transmitted from the PC. I aim to do this by using cgroups and tc, but it ...
3
votes
0answers
553 views

CFStream + SSL results in OSStatus error -108

I have some code that creates a pair of CFStream objects to a remote server with SSL/TLS enabled. This code works just fine on OS X, but when run under iOS, it fails. Here's the console log: ...
3
votes
0answers
373 views

Cannot get position from Network

I'm trying to get the location based on network. I've declared in the manifest I've registered the listener and requested location updates : ...
3
votes
0answers
708 views

How does Apple's “DVD or CD Sharing” protocol work?

Macs have a "DVD or CD Sharing" service for remote access to optical drives. (Apple also provides Windows software that implements the sharing half only, no reading.) I want to use the service from ...
2
votes
0answers
92 views

Volley Lib - issues and contribution

Since there was this awesome presentation on Volley (https://developers.google.com/events/io/sessions/325304728) I tried to include it in a project I am working on. I found myself correcting some ...
2
votes
0answers
60 views

Python list ordering

Hy, i have three lists (the container*) and they need to pop one(the first) element at a time. Which list will pop the element depends on a value (tF*), the smallest value sends first, but if the ...
2
votes
0answers
30 views

Asyncronously send file over TCP connection

so I'm making an iOS app, but this is more of a general networking question. So what I have is one phone that acts as the server and then a bunch of phones connect to the phone as the client. ...
2
votes
0answers
50 views

Spoofing a TCP Server handshake failing

I am looking to build a simple server to proxy TCP connections at the gateway of my network (none malicious intent) but the TCP handshake is failing. Using netfilter, I have managed to change the IP ...
2
votes
0answers
23 views

Get available print servers on network

Is there a .NET api call to get all available print servers on a specific network domain. I've searched at length and haven't found one. My goal is to retrieve all available printers for a print ...
2
votes
0answers
30 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
45 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 ...
2
votes
0answers
177 views

Android board-like networked multiplayer game anti-cheating

TL;DR android, board-like game. latency unimportant. client-server via LAN/Global, potential high score => no trust. potential bluetooth layer in future => full trust. mobile means expensive ...
2
votes
0answers
100 views

Why doesn't targetSdkVersion affect NetworkOnMainThreadException?

I'm writing an Android application targeting SDK version 10 (Android 2.3.3). It happens to do some networking in the main thread, which causes a NetworkOnMainThreadException on an Android 4.0 ...
2
votes
0answers
337 views

Android AT commands - Issue with connection

My device is Asus transformer with 3G. I send AT-commands to /dev/ttyACM0 to turn on the data connection. In logcat I see that the provider gives me IP, DNS and default gateway addresses. Then I ...
2
votes
0answers
533 views

How can I send UDP packets over SOCKS proxy

I am looking at traffic generated by my computer when socks server is defined. I read over the internet and see that its possible to route udp also trough the proxy server. when i try using different ...
2
votes
0answers
69 views

How to use NSStreamNetworkServiceTypeBackground on iOS?

I found the key NSStreamNetworkServiceTypeBackground in file NSStream.h file. It is declared as FOUNDATION_EXPORT NSString * const NSStreamNetworkServiceTypeBackground NS_AVAILABLE(10_7, 5_0); ...
2
votes
0answers
17 views

What issues would a setup like this cause? (Cisco POE switch -> unmanaged gigabit switch -> HP JD483B -> MSM313)

What issues would a setup like this cause? Cisco POE switch -> unmanaged gigabit switch -> HP JD483B (POE injector) -> MSM313 I need to add a device for a short period of time. Would I need ...
2
votes
0answers
1k views

IPNAT.SYS running after reboot, stopping connection to server

Came in this morning to find our server had rebooted and websites were down. Server was online and able to connect via Logmein. (Windows server 2003 R2 Standard Edition SP2) The actual symptom was ...
2
votes
0answers
79 views

How to create and maintain a receiver buffer for a network simulation framework?

I am trying to simulate a mesh network in matlab. The intermediate nodes and destination need to maintain a receiver buffer so that whenever a packet arrives from a source, it is stored in the buffer ...
2
votes
0answers
78 views

Architecturing an offline Wi-Fi access point delivering a connected devices tracking webapp

I am part of a team designing an Alternate Reality Game. I am trying to assess if one of our ideas is feasible, and I would very much appreciate the advice from you experts here at SO. Here is the ...
2
votes
0answers
92 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 ...
2
votes
0answers
107 views

Spymemcached client and time out error

I am facing a weird problem with spymemcached client. Say I am in a box whose public ip is x and memcache is running in this box, when I run spymemcached client on the same box and connect to memcache ...
2
votes
0answers
112 views

Android p2p communication

I am developing an application for android that run an RTSP server. The server works fine for the request from a device connected to a same wifi by giving the local IP that is 192.x.x.x but if i send ...
2
votes
0answers
95 views

Android - GPS and Network Providers conflict

I'm creating app to listen to location changes, in onResume() I call these two methods: _locationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, 1000, 10,locationListenerGps); ...
2
votes
0answers
329 views

how does keep alive work httpurlconnection java

What does setting the connection header to keep alive do. I'm noticing, setting it to close makes a faster connection than keep alive by approx. 150 ms on average, when reading the html content on a ...
2
votes
0answers
231 views

Opening a Samba Server file using Mono C# in Mac OS X

We are using Mono C# to write a service (running in Mac environment) which will read a particular XML file and open the file from the path mentioned in the XML file. The file path can be a local one ...
2
votes
0answers
562 views

JNetPcap send UDP Packet

A have an issue and since i have worked nearly 3 days to get the library and code to work without exceptions, i'm really disapointed now. I just want to create an Udp Package with an spoofed IPv4 ...
2
votes
0answers
106 views

Creating custom SQL data source using standard protocol

Problem I have a custom data source (an inhouse system) which I would like to access as a standard data source. I am looking for a solution to provide standard SQL-like accessors so that the data ...
2
votes
0answers
215 views

Android P2P library

I want to share files from one android phone to other p2p. Let's suppose I know the IP of other user: 192.168.0.56 and I want to send a text file to this user. Is there any Library that can help me ...
2
votes
0answers
510 views

Unity3d: Background Networking Activity and Unity Run Loop

We are looking for a way to download "concurrently in the background" various resources that our game will need "soon". Our requirements are (1) maximum possible download speed, (2) minimum possible ...
2
votes
0answers
233 views

How to Get “Real” NetworkInterfaceType ( or NetworkInterfaceSubType) for Interface type “ppp” in c#?

I know, title is strange, but I explain my problem : In windows phone code, for detect the type of network, we can use NetworkInterfaceInfo info = nrr.NetworkInterface; if (info != null) { ...
2
votes
0answers
275 views

iPhone network requests are not working sometimes

In my app I'm using MKNetworkKit to make requests to my server and also make direct calls to Facebook using Facebook SDK. Sometimes (once in a few days) I get an odd issue: all network requests from ...
2
votes
0answers
308 views

Python Pyro4 nameserver freezes when adding more than two remote objects

Say I want to ping something from different locations, so I wrap ping commandline tool into python and use pyro4 prc library to call it. I have a python Pyro4 nameserver import Pyro4 ...
2
votes
0answers
146 views

Bandwidth control in LAN

I want to control the bandwidth used by each users in my LAN. We are using a Motorola cable modem with wifi to share internet. There is no option to do this in the modem. Please help me.
2
votes
0answers
756 views

folderBrowserDialog on network location

I have a folderBrowserDialog on my form, where I set the selectedpath property to a network location as follow: folderBrowserDialog1.SelectedPath = @"\\" + serverName; this works fine, but when ...
2
votes
0answers
203 views

How to setup a TCP client Connection to a Wireless to serial adapter and send data to it using java

I'm a mature student studying mobile comms and electronic engineering which allows me to learn Java which I'm not as skilled as I would like but thats what this post is for. My delima is that I want ...
2
votes
0answers
205 views

The action that failed was: LinkDemand The type of first permission

I am developing a small exe csharp windows form program that would be executed from network drive. I understand that using network drive path it would cause security problem. Therefore, I modify my ...
2
votes
0answers
240 views

How does iperf calculate throughput and jitter?

I've read that iperf basically tries to send as much information down a connection as quickly as possible reporting on the throughput achieved. This tool is especially useful in determining the ...
2
votes
0answers
557 views

“gnutls_hanshake() failed(): A TLS packet with unexpected length was receive” in my school

This problem will happen on my Ubuntu 12.04, Git version 1.7.9.5 There will always appear "error: gnutls_handshake() failed: A TLS packet with unexpected length was receive..." error message while ...
2
votes
0answers
319 views

TCP/IP connectivity via DataSnap

I wrote a multi-tier application suite in Delphi XE, using DataSnap (VCL application). This will be used internally, in my company, mostly to replace the outdated fax communication. Everything works ...
2
votes
0answers
88 views

how to group testcases in CoAP conformance test suite

I am writing a conformance test suite for Constrained Application Protocol (CoAP) based on TTCN-3. Now I've already known the protocol. CoAP is similar to HTTP. They are both application layer ...
2
votes
0answers
317 views

Android - getNetworkInterface and needed permissions

got a strange problem here. I have a function which reads the NetworkInterfaces and gets me the WiFi-Interface name. This worked properly 2 weeks ago with the only permission ...

1 2 3 4 5 57