搜索资源列表
wltds
- vxWorks作为服务端的网络通断检测程序-vxWorks services as part of its network constantly testing procedures
netswitch
- 在有名的开源elphel 333 系列网络摄像机基础上,本人设计了RS485到ETRAX 100 LX的串口的转换板,用于控制云台,此代码为完整的,包含客户端的控制用的FLASH,以及服务端的服务程序源代码。-revenue in the famous series elphel 333 network camera based on I designed a RS485 ETRAX 100 LX to the serial conversion boards, for the control
PPPServer200
- 服务端: 这是一个完整的基于Wince 4.1图形图象,网络通讯(C/S)模式下的商用程序源代码包.
WMCOPYServer
- wince进程间利用WM_COPY传递消息的服务端程序源码。
pcsoftware
- 嵌入式TCP/IP协议栈应用主机端程序(VC6源码) 一个专为嵌入式系统编写的小型TCP/IP协议栈TCP/IPLean,一个适于学习并容易移植的协议栈,有专门书籍《嵌入式系统web服务器TCP/IP Lean》进行详细介绍,很适合于希望了解TCP/IP基本原理和代码实现的朋友。这里提供它的VC6版源码包下载,它可以与超值型以上开发板提供的arpscan、ping和udp实例配套,作为主机端的服务运行。
CE_recv_send_file
- 在两个开发板上实现文件的循环收发,一个服务端程序,一个客户端程序,服务端程序先运行,然后在开启服务端,就可以实现文件的循环收发
TCPServer
- WINCE 6.0下的Socket通讯服务端程序,用VS2005开发-The Socket communication WINCE 6.0 client program, use VS2005 development
Udp_test
- 用于VxWorks中的UDP通信程序,包含客户和服务端两个程序-For VxWorks in the UDP communication program, including both client and server programs
irDA_Server_and_Client
- Windows CE下用于红外接口通讯的客户端程序和服务端程序-Under the Windows CE interface for infrared communications client program and server program
Server_SrC_ok
- 服务端程序,完成简单的服务应答,实际测试过高,可用-Server-side program, the completion of a simple service response, the real test is too high, can be used
NetSpeedTest
- 这个是TI DAVINCI DM355的和PC 电脑之间的网络速度测试程序, 用来对DM355的网络速度极限测试, 分别有在DM355上的LINUX的程序,和PC HOST的VC 网络测试程序, 是客户端和服务端-this is source code about net speed testing between TI DAVINCI DM355 and PC host
client
- 根据套接字建立TCP连接的过程,创建服务端程序,并在接收到客户端连接请求后,产生一个新的线程来处理这个客户端的通讯工作-Process to establish a TCP connection according to the socket to create a server program, and receives the client connection requests, resulting in a new thread to handle client communicatio
ARM11-wince-vs2008
- 通过tcp/ip通讯实现平板电脑与ARM11之间的通讯,本程序为wince服务端程序,可将通过wifi传来的数据通过串口传送出去,编程是通过VS2008MFC实现的,第一次编c++的程序,望指教。-Tablet PC with ARM11 communication via tcp/ip communication, the procedures for the wince server program can be coming via wifi data sent through the s
WinceRemoteControl
- wince远程桌面控制程序、里面包含了pc客户端、pc服务端、wince服务端程序、是先在pc模拟成功后一下去的、wince服务端优化的非常好、在400MHz的设备上还跑得非常流畅、绝对好用。-wince remote desktop control program, which contains the pc client and the pc server side, the the wince server program, first look to the pc simulation
TCPNET_X256-server
- AT91芯片,TCP/IP通讯工程,本程序为服务端程序,希望可以给各位同学有帮助,本程序已经实际使用,请大家放心参考。-AT91 chips, TCP/IP communications engineering, the procedures for the server program, students will have to give you hope that you can help, this program has actually been used, please rest
video
- 一个可以在arm板2440上运行的摄像头采集服务端程序-An arm board in 2440 running on the camera capture server program
server
- C语言聊天程序服务端程序可以多对多聊天,类似在线聊天-C language chat program can be many-chat server program
rtthread-uspserver
- rtthread的udp服务端程序,适用于魔笛开发板-Rtthread UDP client program, suitable for the magic flute development board
STM332-F107lwip
- 本程序是基于STM32F107芯片,DM9161为以太网PHY芯片的Lwip裸板移植,借助于网络调试助手可以实现客户端与服务端之间的通信。其以STM32为服务端,电脑为客户端,STM32默认IP为192.168.0.30,端口为23,调试的时候若电脑开有无线网记得把无线网给关掉,不然调试助手连接不上客户端,IP地址可根据实际需要进行修改,一定要记得使stm32客户端的IP与电脑IP处于同一网段,只有在同一网段才能保证两者之间的通信,代码仅供参考学习,若型号不一样可参考修改进行移植(This pr
RAW_TCP客户端程序
- STM32F407作为TCP客户端源程序,可以与PC网络调试助手作为服务端进行数据传输。