1
vote
8answers
693 views
Managing Cisco programatically; Telnet vs SNMP?
I was recently approached by a network-engineer, co-worker who would like to offload his minor network admin duties to a junior-level helpdesk tech. The specific location in need of management acts …
0
votes
0answers
14 views
Possible to sit on the network and receive a TCP stream/UDP datagrams?
Has anyone out there done the work of sitting on top of a packet capture interface (like jpcap) with an implementation of UDPSocket (for UDP datagrams) and InputStream (for TCP streams)?
I suppose it …
0
votes
3answers
92 views
Simple way to simulate a slow network in python.
Scenario. I have a client with two network connections to a server. One connection uses a mobile phone, and the other is using a wlan connection.
The way that I have solved this is by having the …
1
vote
1answer
10 views
Where can find examples and tutorials for Perl’s Net::Pcap module?
Could someone provide a good documentation / tutorial/ PDFs/ reference to book link about Net::Pcap in addtion to the module documentation and
this Perl and Net::Pcap article on PerlMonks?
0
votes
2answers
21 views
+200
POSTing to the web in Clarion
I'm developing a RESTful API for a client. The problem is, he's using a rather obscure language called Clarion. It's proprietary and closed, and the docs are not freely available online.
Whenever we …
1
vote
2answers
35 views
Set timeout for winsock recvfrom
I'm trying to set up a blocking socket to timeout after 16 ms of trying to recvfrom() on a port. Platform is Windows. I've looked at tons of examples online and it seems really simple I just can't …
9
votes
3answers
319 views
Testing network interrupts in software
I have a network C++ program in Windows that I'd like to test for network disconnects at various times. What are my options?
Currently I am:
Actually disconnecting the network wire from the back …
2
votes
1answer
35 views
+100
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
0answers
19 views
How to speedup UDP communications in Windows XP applications
I am doing some maintenance on software and have a problem that I do not understand.
Application was developed using Microsoft Visual C++ 6 and runs on Windows XP. It consists of 21 applications that …
0
votes
2answers
29 views
route a custom url to a web-application
Hi,
I have a Vista Home PC with computer-name say *office_pc1* and with IP say 192.168.11.40. I have a web-application, in that pc, which can be successfully accessed via the IP itself.
Now, my …
0
votes
2answers
29 views
Is it possible to boot a “shut down” system over a network through an application(code) on the network?
I was just wondering if by any means an application can boot up a system that has been previously shutdown within the same network.
This taught came to my mind after a friend just told me how his …
2
votes
3answers
158 views
Netty vs Apache MINA
Pros/Cons of using either ? They both provide roughly the same functionality. Which should I choose to develop my high performance TCP server ?
1
vote
1answer
30 views
Selection between ACE & Boost for learning
Hi everyone, I am an intermediate c++ programmer and done some work using ACE, now I want to learn one of those Libraries thoroughly to progress in to my career. That why I need your kind help to make …
1
vote
2answers
32 views
Audio streaming from iPhone to a server?
How can I stream the audio recorded from iPhone to a server continuously? Am I really have to use RTP? Any other suggestions?
Thanks.
1
vote
3answers
83 views
Check connection open or closed ?(in c in Linux)
In socket programming in Linux I need to write data in socket but I don't know socket is open or close . how to I know that socket is open and close without read ?
printf("befor read%d\n", n);
…
