network-programming
How can I monitor the NIC status(up/down) in a C program without polling the kernel?
Now I need to get the status of the NIC(up or down) in the real time. That means I have to catch the kernel interrupt when the NIC up or down in a blocked loop.[详细]
2023-03-31 15:22 分类:问答Load-balancing in parallel processing application
I\'m building a network-distributed parallel processing application that uses a combination of CPU and GPU resources across many machines.[详细]
2023-03-31 14:30 分类:问答Connecting To a URL through java in Blackberry
I am trying to connect to a URL through a Java program in Blackberry simulator. But it is not connecting.[详细]
2023-03-31 13:08 分类:问答access svn server from other network
Ok so I followed the instructions from here svn config and have set up a svn server on a debian squeeze host. Now this works so far from the same network. (eg. ip of the debian server: https开发者_Sta[详细]
2023-03-31 12:00 分类:问答Winsock 2.0 Will Not Connect to Public IP Address
So I am trying to build a simple text IM program to get into the wonderful world of networking. I have written 2 programs using Winsock 2.0 with C++: a server and a client. I have specified a UDP conn[详细]
2023-03-31 03:22 分类:问答Python Better network API than urllib
I noticed there is no way to close connections in urllib (close does not work). Is there a better more robust network API for python开发者_高级运维?You are not alone with the problems of urllib. Pytho[详细]
2023-03-30 22:30 分类:问答Sending data to greasemonkey application from java program?
I want to create a connection between a java program as a server and a greasemonkey(java scri开发者_开发技巧pt application) as a client.[详细]
2023-03-30 18:11 分类:问答Server/Client not communicating correctly (CocoaAsyncSocket)
I\'ve got a simple client & server application semi working with CocoaAsyncSocket. I can use the client to connect to the server, and can pass data back and forth between them and the delegate met[详细]
2023-03-30 12:41 分类:问答Bug in Mono System.Net.Socket or I misunderstand something? (incorrect number of bytes sent returned)
After playing a while with Mono, I see one strange thing - every call to Send(), EndSend(), SendAsync() etc return not number of bytes sent in this particular operation, but total number of bytes sent[详细]
2023-03-30 12:19 分类:问答is it possible to mimic source/destination IP of UDP packets?
I capture network packets of specific protocol (over UDP if this matters) and I need to repeat them to different destination. Just sending captured packets will lose original source/destination IPs bu[详细]
2023-03-30 09:50 分类:问答