搜索资源列表
ClientTCP
- WINCE.net 下的TCP网络编程客户端程序的源代码,EVC4开发环境-WINCE.net the TCP network programming client program source code, development environment EVC4
wltdc
- vxworks作为客户端的网络通断检测程序-vxworks as a network client-off detection procedures
NetRecorderCODE
- 网络录音盒系列资料之二:源代码。本代码系本人毕业设计的代码部分,包括运行于录音盒上的服务器端代码以及运行于计算机上的客户端代码。所谓网络录音盒是指通过网络向远程计算机提供录音盒所在位置的监听和录音功能的网络设备。为了方便用户选择自己需要的内容,本人将所有关于网络录音盒的资料分为三个部分上传:1、文档;2、源代码;3、测试过程。(站长可以重新对上述内容进行组织)-network box recording information from the two series : the source c
NetRecorderTEST
- 网络录音盒系列资料之三:测试过程。本资料系本人毕业设计的测试部分,包括客户端程序的运行界面、录音盒的照片以及测试过程的视频。所谓网络录音盒是指通过网络向远程计算机提供录音盒所在位置的监听和录音功能的网络设备。为了方便用户选择自己需要的内容,本人将所有关于网络录音盒的资料分为三个部分上传:1、文档;2、源代码;3、测试过程。(站长可以重新对上述内容进行组织)-network data recording boxes series three : tests. This information is
NetCam_CaptureClient
- StarDot公司130万像素网络摄像机(NetCam) ClientPull方式下的Java客户端源代码,可直 接用来做你自己的网络摄像机,吐血推荐,此 源代码全球仅此一份!版权自负 参见http://www.stardot-tech.com/netcam/-StarDot company 1.3 million pixel network cameras (NetCam) ClientPu ll manner of Java client source code, can b
NetCam_CaptureStream
- StarDot公司130万像素网络摄像机(NetCam) ServerPush方式下的Java客户端源代码,可直 接用来做你自己的网络摄像机,吐血推荐,此 源代码全球仅此一份!版权自负 参见http://www.stardot-tech.com/netcam/-StarDot company 1.3 million pixel network cameras (NetCam) ServerPu sh manner Java client source code, can be d
WINCE_Socket
- WINCE下TCP/IP协议网络编程,包括服务器端和客户端,在局域网上运行完全正常。-WINCE under TCP / IP network programming, including server and client, LAN running completely normal.
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
tcpClient
- 实时操作系统Vxworks下网络测试程序,用作客户端。需要在Vxworks开发平台Tornado下编译。模块化比较好,本课题组一直用它。
IPC_MSGCLIENT
- wince开发的网络客户端程序!对于用wince嵌入式开发的人员来说是不可或缺的好东西!
DM642_Client
- DM642 网络传输代码,可动态配置IP地址,也可自己设置IP,网关等,使DM642使用TCP/IP连上网-DM642 network transport code, and can be dynamically configured IP addresses, can also set up their own IP, gateway, so that DM642 using TCP/IP to connect to networks
Lab538-JPEGNetWork
- dsp dm642 瑞泰实验开发板 视频网络客户端编程-dsp dm642 Skandia experimental development board Video Network Client Programming
STM32F107_TCPClient
- Stm32 F107网络客户端软件,基于TCP协议,实现和服务器端的可靠通信。服务器版本已经上传,本为客户端软件,在keil4.0下开发,在神州F107系列开发板上测试通过。-stm32 client soft use tcp to communicate with server to get the command or information server.
atmg128_5300
- atmeg128,w5300网络通讯程序,可做网络客户端和服务器端。通讯稳定可靠。-Atmeg128, w5300 network communication program, to do the network client and server. Communication is stable and reliable.
socketSrv
- 将CSV文件进行解析,然后通过TCP协议传输,客户端进行接收解析还原为CSV文件(The CSV file is parsed and then transmitted through the TCP protocol, and the client receives the parse and restores it to the CSV file)
基于W5500硬件协议栈的TCP客户端收发数据例程
- 基于W5500硬件协议栈的TCP客户端收发数据例程,主芯片STM32F407,程序实测过,可靠稳定。(W5500 hardware protocol stack based TCP client transceiver data routine, the main chip STM32F407, the program has been measured, reliable and stable.)
wince TCP
- wince同windows系统网络通信,有服务器端和客户端,可以直接通信。(Wince communication with the windows system network, the server side and the client, can communicate directly.)
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网络调试助手作为服务端进行数据传输。