networking
How can I test android application for network errors?
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.[详细]
2023-04-08 05:29 分类:问答Log4j logging to separate files
I have an application that listens on a specific port to do its task. This application can run on multiple instances by specifying different[详细]
2023-04-08 03:55 分类:问答How to check the registers value of the network card on ARM Linux?
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([详细]
2023-04-08 01:53 分类:问答Alternatives to multicast
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开发者_开发[详细]
2023-04-08 01:34 分类:问答Find all connected components given the connections in a graph (Java)
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[详细]
2023-04-08 01:32 分类:问答Network Simulation Cradle with Linux Stack 2.6.35
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/).[详细]
2023-04-07 23:08 分类:问答int/char conversion in network frames with C++/boost::asio
Using g++ and boost::asio, I\'m trying to format network message frames containing the size of the data to be transmited:[详细]
2023-04-07 22:35 分类:问答Python Scapy wrpcap - How do you append packets to a pcap file?
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[详细]
2023-04-07 20:43 分类:问答Java proxy settings
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[详细]
2023-04-07 20:32 分类:问答implementing big5 over telnet protocol?
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[详细]
2023-04-07 19:58 分类:问答