network-programming
Server-side network printing in java / grails
I am java / grails developer working on redesigning a software system. One of the requirements is to have a sever-side application send data to various network printers to print text data.[详细]
2023-04-04 01:59 分类:问答Recommended way to get hostname in Java
Which of the following is the best and most portable 开发者_StackOverflow社区way to get the hostname of the current computer in Java?[详细]
2023-04-04 00:45 分类:问答Bypassing the TCP-IP stack
I realise this is a somewhat open ended question... In the context of low latency applications I\'ve heard references to by-passing the TCP-IP stack.[详细]
2023-04-03 23:23 分类:问答Are multiple simultaneous Perl POE providers permitted?
I\'m using POE to build a system that bridges several protocols (HTTP, IRC, XMPP), and I\'d like to use POE to drive 开发者_JS百科a single event loop that handles these protocols.Can I do this safely,[详细]
2023-04-03 22:49 分类:问答I want to get the ip address through which my machine is connected to internet [duplicate]
This questio开发者_如何学Gon already has answers here: Closed 11 years ago. Possible Duplicate: c# Get public/external IP address?[详细]
2023-04-03 16:16 分类:问答How to create a generic network proxy using Python or C++?
I have an application which communicates over the local area network. However, I want to instead make it communicate over the internet. To do this I propose making an intermediate program which will r[详细]
2023-04-03 13:17 分类:问答Why libpcap captures incomplete packets?
I\'m running \"tcpdump port 1025 -w out.pcap -s 4000\" and all packets sent from loc开发者_Go百科alhost I see \"XXX bytes on wire, 54 bytes captured\" (only ethernet and tcp headers are captured, data[详细]
2023-04-03 11:29 分类:问答Socket Programming in Perl
I am new to Socket Programming. Here is what I am trying to do: I would like to transmit a Packet to another Server in the network over an UDP Connection.[详细]
2023-04-03 10:49 分类:问答Why does my simple lidgren client use so much memory?
I have a simple client and server that uses lidgren. The client continually sends requests to the server (messages consisting of one byte with value 1), and the client responds with \"data\" (2000 ush[详细]
2023-04-02 09:23 分类:问答Concatenating strings into own protocol
I\'m writing networking programming using socket.h to my studies. I have written server and client simple programs that can transfer files between them using buffer size given by user.[详细]
2023-04-02 00:54 分类:问答