Description: .Ne 环境的下多线程的TCP/UDP 编程示例子,里面包括了服务器也客户端程序-. Ne environment under the multi-threaded TCP/UDP programming examples son, which includes the server client program Platform: |
Size: 3072 |
Author:蓝鸥 |
Hits:
Description: 基于UDP-面向无连接的应用程序
网络通信应用程序:客户机发出数据请求命令,服务器根据其命令提供数据;
服务器端异步地发出UDP包,客户端接受UDP包并写入.TXT文件中。
-UDP-based-no connection-oriented applications network communications applications : client data requests issued an order under its orders servers provide data; Asynchronous server to send UDP packet, the client received UDP packet and write. TXT file. Platform: |
Size: 8192 |
Author:lee |
Hits:
Description: 一个简单的UDP服务器和客户端实现源码,适合初学网络编程者学习使用。-a simple UDP server and client to achieve source, network programming for beginners learning to use. Platform: |
Size: 75776 |
Author:柴二建 |
Hits:
Description: 基于ace和wxWidgets结合使用的c/s结构的例子,server广播后,client对server发起连接,然后server启动接收线程,并将收到的数据通过单独的线程进行处理;该代码有以下特点:wxWidgets事件循环和ace的Reactor事件循环并行处理,定时器以及读写的并行处理,udp和tcp通信的并行处理,ui线程和通信线程的并行处理;有此例子,开发跨平台跨编译器的带图形界面的c/s程序易如反掌。-wxWidgets based ace and the combined use of c/s structure of the examples, After the broadcast server, client connect to server initiated, then start receiving threaded server and the data received through a separate thread processing; The code has the following characteristics : wxWidgets ace incident cycle and the cycle of Reactor incident parallel processing, Timer and writable parallel processing, tcp and udp communications parallel processing, Got threads and the threads in parallel communications; this example, Cross-platform development of cross-compiler with the graphical interface c/s procedures as easy. Platform: |
Size: 2088960 |
Author:wuyan |
Hits:
Description: 用C实现的录音和播放程序,udp的client负责录音,udp的server负责同步播放。在录音数据传输前,采用g711u方式进行编码,在接收端解码后再进行播放。代码清晰,注释详细。-Implemented using C recording and playback programs, udp The client is responsible for recording, udp broadcast of the server is responsible for synchronization. In the recording, before the data transmission, using g711u approach to coding and then decoding at the receiving end for playback. Code is clear and detailed comments. Platform: |
Size: 56320 |
Author:孙涛 |
Hits:
Description: 一个简单的delphi UDP server 和client例子,适合初学者学习使用。-A simple UDP server and client communication example. Suit for freshman. Platform: |
Size: 419840 |
Author:Andrew |
Hits:
Description: Implementation of UDP server and client.
run as 2 separate projects that communicate with each other.
can be a great structure to start with-Implementation of UDP server and client.
run as 2 separate projects that communicate with each other.
can be a great structure to start with Platform: |
Size: 1024 |
Author:roi |
Hits:
Description: 基于UDP 的客户端和服务端程序,完成本机端口间的的通信-UDP-based client and server program to complete the communication between the local port Platform: |
Size: 1024 |
Author:李信 |
Hits:
Description: UDP Server and Client.. This Code can be converted to jar files and data can be transmitted from different systems Platform: |
Size: 117760 |
Author:AP.Babu |
Hits:
Description: a project about python udp server/client demo, run them in different computers,you can better experience the enjoyment of network programming with python
1 this is a implementation of python udp server client model, run the code respectively in different machines, and enable that the two machines
can ping each other,to do this , you r supposed to shut down your firewalls first.
2 I run the two py file code in two machines,first, you should get to know the ip address of server machine, and replace the HOST constant
with your own server ip, then type message firstly on client machine, then you will find that the typed message in client machine shows in
the server window, and then the client waits for the response from server side ,then u type message in server window, u will find that message
show in client side ,then the server side goes into waiting for the response from client side.
3 so u implement the server / client model in UDP protocol Platform: |
Size: 1024 |
Author:BaDTimE
|
Hits: