搜索资源列表
wince下socket编程的例子,包括server端和client端
- 基于Mini2440的S3C2440的Socket编程源程序。
wince6.0TCPclient_TcpSever
- 实现在wince环境下创建TCP客户端和TCP服务器端程序的方法和步骤以及select I/O模型的应用。-Creating the environment to achieve wince TCP client and TCP server side methods and procedures, and select I/O Model.
socket
- linux 里面的socket完好封装。 把基本的客户端和服务器端写成了函数,方便调用。-socket inside the well-linux package. The basic client and server written in a function to facilitate the call.
server
- 单程PHP socket 服务器端 需打开php.ini中的socket功能-PHP socket server-side one-way required to open the socket functions in php.ini
WinceSocketExample
- wince socket编程 ,包括server 和 client 两个程序源码。-wince socket programming ,including server and client!
Internet
- wince 下socket实现的HTTP类,支持post和get-HTTP classes implement by socket,supports POST and GET.
ClientHttp
- 支持CMWAP 的HTTP socket封装类。-This class encapsulates HTTP protocol and provides the functionality to request and read files on an HTTP server,support MMS.
AOS
- this program is a Auto Ordering System which is used in the Embedded-based System. this system use socket-communication(TCP) to communicate server - accountDB system -this program is a Auto Ordering System which is used in the Embedded-based System
socket2
- 基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。 客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据 -Linux operating system based on the socket programming, to complete a simple
2-server
- 传感器模块 远程监控模块 socket模块等-Sensor Module Remote Monitoring Module socket module
socket
- DavinciDM6446系统下,网络通讯SOCKET传输YUV文件代码.包括客户端和服务端-DavinciDM6446 system, network communication SOCKET transfer YUV file code. Including client and server-side
imekinox-win_as3server-5163651
- 在这个应用里Microsoft Kinect和Flash可以互相通信.它是那么的惊人,它开辟了一个充满无限可能的世界!而且AS3的API也能很容易的使用了.-Socket server+ AS3 library
CQq
- 基于WinCE Socket的网络编程,完成客户端与服务器端的通信-WinCE Socket-based network programming, complete client and server communication
TCP_server
- 建立基于TCP套接字的服务器与客户端的连接,客户端向服务器发送字符串,服务器将接受到的字符串打印出来-Establish a connection based on the TCP socket server and client, the client sends the server a string, the server will receive the string print out
server
- 基于qt,linux环境下socket编程,简单的聊天小程序的服务器端-Based qt, linux socket programming environment, a simple chat server-side applet
Socket
- 在niosII处理器上实现一个简单的服务器,支持led控制-Implement a simple server on niosII processor, support led control
socket
- Linux下socket编程示例,包括TCP/UDP编程,循环服务器、并发服务器等-Linux socket programming examples, including TCP/UDP programming cycle servers, concurrent server, etc.
socket
- linux 里面的socket完好封装。把基本的客户端和服务器端写成了函数,方便调用。-socket inside the well-linux package. The basic client and server written in a function to facilitate the call.
LWIP_TCP--server
- stm32f107VCT 实现服务端socket 编程server端程序部分,网络调试助手可以进行数据检验。-stm32f107 socket server
C语言实现socket编程代码
- 服务器步骤:建立socket,绑定socket和地址信息,开启监听,收到请求后发送数据。 客户端步骤:建立socket,连接服务器端,接收并打印服务器给的数据。(Server steps: set up socket, bind socket and address information, open listening, send data after receiving request. Client steps: set up socketside, connect to server,