0
votes
2answers
55 views
Using Observer pattern over a network for board game
I am looking to make a networked board game based on Risk in C++. My idea was to have a central server which hosts a game lobby where users can connect and make/join games. The Observer pattern seems …
1
vote
0answers
11 views
Virtual Network Connection
I can see that lot's of programs like openvpn and Teamviewer for their VPN Connection creat a virtual network connection on windows. I want to create one for myself for testing purposes.
Is it …
0
votes
3answers
55 views
Chance of losing a localhost network connection?
Once a Tcp/Ip connection has been established between two applications running on the same computer, using the localhost loop back is there any real possibility of losing that connection? Or is it …
2
votes
4answers
38 views
Send and receive data trough the power network
I'm not interested in a hardware solution, I want to know about software that may "read" modulated signal received trough the power supply - some sort of a low-level driver that would access the power …
0
votes
3answers
72 views
Question about how to send images in socket programming?
I've got a couple questions about sending images over.
How do I handle different types of files, jpeg, png, etc.
If the file is large, I ave to use sequence numbers... but I don't know how to stop …
0
votes
1answer
6 views
Getting Recv-Q/Send-Q in Windows?
In linux, you can get the following statistics with netstat:
Active Internet connections (including servers)
Proto Recv-Q Send-Q Local Address Foreign Address (state)
tcp4 0 …
0
votes
2answers
46 views
can i speed up the scanning port process?
import java.net.*;
import java.io.IOException;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class PortScanner {
public static void main(String[] args) {
…
0
votes
4answers
42 views
TCP Connection Persistent State
Is there any field/option/anything that I can put in a TCP packet (be it a syn or an ack or just plain data) that I can be sure will be returned by the other end intact?
For eg. I want to "tag" a …
0
votes
1answer
63 views
How can I disconnect a process from the Internet in Delphi?
How can I disconnect a process from the Internet? PID process and IP (local / remote) are known.
1
vote
1answer
17 views
Program Pocket PC to talk with Desktop via USB (.net)
How do my program on Pocket PC (.Net CF v3.5)
can communicate with program on my Desktop (.Net application) ?
The Pocket PC is in cradle, connected via usb.
Update:
I know how to use socket to open …
1
vote
2answers
29 views
UPnP Library for .Net
I'm trying to play around with UPnP. Specifically, I'm trying to browse the content library of a PS3 Media Server.
I tried upnp.dll (a COM library that ships with windows) and found it easy to use. …
1
vote
0answers
23 views
Where can I find benchmarks on different networking architectures?
Where can I find benchmarks on different networking architectures?
I am playing with sockets / threads / forks and I'd like to know what the best is. I was thinking there has got to be a place where …
0
votes
0answers
32 views
Has anyone done a performance analysis of boost::asio ?
I require socket-like local IPC. I used named pipes and overlapped IO on windows and I want to rewrite the application to boost::ASIO so that it can use UNIX domain sockets as well.
I've recently …
0
votes
4answers
33 views
Can two or more SNMP agents be run on the same port (on the same machine)?
Hi,
Just a technical question -
Can two or more SNMP agents be run on the same port (on the same machine)?
My first instinct would be no since host:port identifies an instance of an application but …
1
vote
2answers
21 views
flash bandwidth detection
Is there a way for flash to detect a user's bandwidth, and depending the size of bandwidth, stop loading, or continue with the load? Now that I'm thinking about it, this would probably be a javascript …
