network-programming
server-client chat using WiFi and java socket programming
I want to make a chat program us开发者_如何学Going WiFi connection between 2 computers (ad-hoc).[详细]
2023-03-30 08:55 分类:问答Is SOCKS5 bind persistent, or one-time only?
I\'ve been studying RFC 1928 and the description of the BIND operation wasn\'t clear to me. The setup sequence is described as follows, as I underst开发者_开发技巧and it:[详细]
2023-03-30 08:43 分类:问答Removing the last IP Address Octet in Ruby
In Ruby, I开发者_运维百科\'m wanting to take my local IP address and convert it into my network id (e.g. 192.168.1.1 to 192.168.1.0)[详细]
2023-03-30 05:23 分类:问答Error : "Transport endpoint is already connected"
I am trying to develop a small chat server with C. For a simple chat server, ( Transport endpoint ) === ( socket ) ?[详细]
2023-03-30 04:14 分类:问答How to implement MVC across the LAN?
I don\'t want to reinvent the wheel, so ask how others do this ... I have 2 upcoming projects, one in Delphi and one in PHP (plus maybe one in Java), s开发者_如何转开发o info specific to those would[详细]
2023-03-30 03:41 分类:问答How can I detect if a network card is not connected with Java without delay?
It there an API (NetworkInterface, InetAddress, etc) in Java with which I can detect开发者_开发百科 that a network card is not connected.[详细]
2023-03-29 12:52 分类:问答Why the QNetworkReply readAll() returns zero bytes?
I am using qtwebkit in pyqt4to download images through QNetworkReply: import os import sys from PyQt4.QtCore import *[详细]
2023-03-29 08:39 分类:问答how can i see output in terminal for a process generated by fork()
I wrote code for concurrent server. I want to see output in terminal for child server socket that is generated by fork() call. Client is communicating with child server socket and i want to see data w[详细]
2023-03-29 08:33 分类:问答Binaries for cpp-netlib
I would like to know if it is possible to开发者_开发知识库 get the binaries for the static library for windows (x86 and x64) now present in cpp-netlib for the version 0.9.1?[详细]
2023-03-29 06:57 分类:问答reachabilityWithHostName timeout
I\'m implementing the Reachability class to check connection status as follow开发者_如何学JAVAs:[详细]
2023-03-29 04:55 分类:问答