I have content management application that uses TCP/IP to fetch data. I would like to test this application for several network problems like packet loss and connection lost.
I have an application that listens on a specific port to do its task. This application can run on multiple instances by specifying different
On our device, we observed that the IPv6 NS packet with multicast address of Layer2 were droped. The tcpdump cannot capture these packet so I guess the packets were dropped by the network card driver(
I\'m currently developing a server (using Java) that has to send quite often (every 10-30 seconds) a few bytes to multiple clients (10 - 100). At first, I thought of using UDP multicast data开发者_开发
I\'m building a program in Java that simulates a network of moving nodes. When nodes collide there is a certain probability that they will establish a connection. I\'m trying to store all the nodes in
I am struggling to integrate the ne开发者_如何学Ctwork stack of Linux Kernel 2.6.35 with the Network Simulation Cradle (http://www.wand.net.nz/~stj2/nsc/).
Using g++ and boost::asio, I\'m trying to format network message frames containing the size of the data to be transmited:
I have some software that can emulate things like BER and delays on the network.I need a way to test the BER module of the software to make sure it actually works correctly.My solution is to create a
I have global proxy settings made from Java control applet. It takes proxy settings from browser. I need to run a Java application that does not use开发者_JAVA百科 global proxy settings, it has to use
I\'ve implemented a telnet client and one of the feature requests is to support big5 encoding. How is Big5 implemented over telnet, when only 7-bit character codes are 开发者_开发知识库supported? The