搜索资源列表
-
1下载:
linux/unix环境下利用socket进行文件传输的服务器端程序和客户端程序-linux/unix socket file transfer server client
-
-
0下载:
本文阐述了使用JAVA编程语言对基于客户/服务器模式的应用编写网络通信程序,讨论了SOCKET机制、输入输出流以及程序实现代码。-This paper describes the use of JAVA programming language based on client/server application procedures for the preparation of network communication, discussion SOCKET mechanism, input
-
-
0下载:
本文讲下C#使用socket实现多端口通信,挺不错哦,一起看下吧。
基本思路是:
1》服务端监听(用一个公用的端口接收连接的请求如:6666)。
2》客户机请求连接端口为6666
3》服务器接受请求然后再监听一个新的端口,再把这个端口发送给客户机。
4》客户机接到发来的端口,再重新连接服务器此端口。
5》服务器保存每一个连接的客户机。
-This article about C# using the socket und
-
-
0下载:
基于IP传感器的监控软件能够对分布在网络上的作为独立节点的传感器进行数据采集、校准等操作,而在监控软件开发中,首先就要解决网络通信问题。本文以搭载了Linux操作系统的IP传感器(ARM核)作为下位机,在其上编程实现Socket通信的服务器端,提供Socket客户端的并发访问。以装有Windows的计算机作为上位机,在其 上编程实现Socket通信的客户端,实现对Socket服务器端的访问,解决了IP传感器网络监控平台的通信问题。 -The monitoring software based o
-
-
0下载:
Network Programming
Topics in this section include:
• What a socket is
• What you can do with a socket
• The difference between TCP/IP, UDP/IP and Multicast sockets
• How servers and clients communicate over sockets
-
-
0下载:
socket客户端和服务器,具有聊天,文件上传,下载的功能,文件上传、下载带有实时的进度条-socket client and server, chat, file upload and download function, file upload, download with real-time progress bar
-
-
0下载:
网络编程即编写通过计算机网络与其他程序进行通信的这类程序,相互通信的程序中一方称为客户程序,一方称为服务器程序,我们使用应用程序编程接口API来进行网络程序的编写,主要以两种方式来介绍UNIX下的SOCKET编程技术-Network programming that is written to communicate through a computer network and other programs such procedures, the party known as the clie
-
-
0下载:
一个程序为服务端,建立UDP服务端套接字 另外一个程序为客户端,建立UDP客户端套接字 这两个新程序可以互联,完成一个基于TCP/IP网络的文本聊天程序.-A procedure for the server, a UDP server socket another program for the client, UDP client socket the two new program can be interconnected, complete a chat program of TC
-
-
0下载:
一个程序为服务端,建立UDP服务端套接字。
另外一个程序为客户端,建立UDP客户端套接字。
这两个新程序可以互联,完成一个基于TCP/IP网络的文本聊天程序。-A procedure for the server, a UDP server socket.Another program for the client, UDP client socket.The two new program can be interconnected, complete a chat program t
-
-
0下载:
建立远程连接,分为客户端和服务端,用到的是socket的知识-Establish a remote connection, is divided into client and server, the socket used is knowledge
-
-
0下载:
socket编程实现客户机与服务器间的通信-socket programming for communication between the client and the server
-
-
0下载:
socket客户端和服务器(局网),参考别人修改改进的-socket client and server (Office network), refer others to modify improvements
-
-
0下载:
主要是对网络通信中用到的套接字socket的用法讲解,可以实现服务器端与客户端实时通信-Mainly used in network traffic socket socket usage to explain, you can achieve real-time server and client communications
-
-
0下载:
Socket programming using java
-