Tagged Questions

1
vote
4answers
47 views

Java HTTP AUTH?

I'm trying to connect a desktop application I am writing with the del.icio.us api @ http://delicious.com/help/api and simply provide them with my username and password and to reque …
0
votes
3answers
59 views

what ip address does accept return

see the following code: accept(sockfd, (struct sockaddr*)&cliaddr, &slen); cout << inet_ntop(AF_INET, cliaddr.sin_addr, ipv4addr, 100); my client connects from loc …
1
vote
3answers
57 views

How can two C# apps send messages over a WiFi Network?

Lets say I have my C# app installed on 2 laptops connected to a WiFi Wireless Local Area Network. How can these apps send messages to each other? What method or library can I use? …
-1
votes
2answers
45 views

how to send messages over wifi network(by building apps using c language) [closed]

i want to build an app in c lang through which i can send messages over wifi network...(it will be good if someone provide me the code in c)....thanks in advance:)
-2
votes
2answers
33 views

how to block a particular ip [closed]

Hello, I use internet in my hostel room via a wifi lan which includes a total of 7 connections (including my room's connection). When someone tries to download too much the net sp …
0
votes
1answer
30 views

Options for Client Server Communication in Android

I'm currently in the research phase of my dissertation project. My project is a ticket booking system for a mobile device and I have chosen to target Android. I anticipate the ne …
1
vote
2answers
35 views

How to check network connection type in Blackberry?

Hi All, In Blackberry application I want to check what type of network connection is being used on particular phone, whether it is BES/MDS,BIS-B or Direct Tcp. Is there any way to …
1
vote
1answer
67 views

Can select() be used for clients, not just servers?

I'd like to make a TCP client that makes multiple connections while a select() loop that receives data from them is running in a separate thread. I'm not sure this is possible, tho …
0
votes
6answers
64 views

How To Mutex Across a Network?

I have a desktop application that runs on a network and every instance connects to the same database. So, in this situation, how can I implement a mutex that works across all runn …
1
vote
2answers
42 views

Downloading data to a PIC micro from the web

I have a client that would like a small PIC board that plugs into a PC's USB as a dongle in HID mode. It would basically just transfer small amounts of data over RF to another devi …
0
votes
3answers
47 views

How to test drive a networking application with custom protocol?

I'm currently developing two Java networking applications for school projects. One over TCP and the other one over UDP. In both I have to implement simple custom protocol. Even th …
1
vote
2answers
32 views

How can I establish a TCP connection between many computers behind two firewalls?

I'd like to establish several TCP connections between computers behind a firewall. The follow picture illustrates a simple network: From the picture I'd like to establish 3 TCP …
0
votes
0answers
29 views

subnetting… [closed]

What is a subnet calculator and what is it used for?
3
votes
0answers
50 views

UDP real-time games in Flash/Flex available Open source RTMFP implementation

Are there any examples of using the Flash 10 beta RTMFP UDP based protocol to build real-time Flash games. The RTMFP examples so far seem to focus on P2P networking between flash c …
0
votes
3answers
156 views

FileExists timeout [closed]

Possible Duplicate: Faster DirectoryExists function? I want to check if some file exists on a network drive. But FileExists is too slow if drive is disconnected. How can I …

1 2 3 4 5 70 next
15 30 50 per page