搜索资源列表
talk_tcp_linux
- unix/linux使用socket编程的一个具体示例,包括服务器段和客户端程序。并给出使用嵌入式microwin的GUI的参考设计说明。-unix / linux use socket programming of a specific examples, including the server and client programs. Given the use of embedded microwin GUI reference design specification.
TCPClient on CE4.2
- 一个基于windows ce 4.2系统的在SH3上运行的tcpip协议寨的客户端程序.-windows ce based on a 4.2 system running on the SH3 the TCPIP agreement Walled the client program.
BAS上载WEB文件工具(FileCompose)
- 本工具可以将所有的web文件打包生成一个文件,用户通过tftp将该文件加载到主机,方便完成web客户端的升级。另外加载web客户端程序,既可以用该打包文件也可以分别加载所有的web文件,主机兼容两种方式。用于VxWorks环境下的GoAheadWebSrv内置WEB服务器应用。-the tools to the web all documents generated a document package, users tftp this document loaded to the host,
nucleus _telnet
- 嵌入式操作系统Nucleus Plus下的telnet客户端程序。Nucleus Plus据说是国内装机量最大的RTOS(比Vxworks还多),本源码已经过严格测试,在数以万计的机器上正在运行。-Embedded Operating System Nucleus Plus the telnet client. Nucleus Plus is said to be the largest domestic capacity of RTOS (more than Vxworks) the sour
winceTCPClient
- ce下的客户端程序 可以传送文件的-ce under the client can send documents
WindowsMobileClientDevelop
- WindowsMobile客户端程序开发-Windows Client Development
LB_TCP_CLIENT
- 硬件协议栈芯片W3100A和51单片机实现tcp客户端程序,在keil51环境中-hardware protocol stack and 51 W3100A chip MCU tcp client, in keil51 environment
WinsockComm
- wince下EVC编译通过的客户端程序,编译的硬件平台为三星s3c2410。-wince under EVC compiled by the client program. Compiling the hardware platform for Samsung s3c2410.
socket_linux
- 嵌入式linux系统的socket通信程序,包括服务器端和客户端程序-Embedded Linux System socket communication procedures, including server and client programs
ClientTCP
- WINCE.net 下的TCP网络编程客户端程序的源代码,EVC4开发环境-WINCE.net the TCP network programming client program source code, development environment EVC4
NetRecorderTEST
- 网络录音盒系列资料之三:测试过程。本资料系本人毕业设计的测试部分,包括客户端程序的运行界面、录音盒的照片以及测试过程的视频。所谓网络录音盒是指通过网络向远程计算机提供录音盒所在位置的监听和录音功能的网络设备。为了方便用户选择自己需要的内容,本人将所有关于网络录音盒的资料分为三个部分上传:1、文档;2、源代码;3、测试过程。(站长可以重新对上述内容进行组织)-network data recording boxes series three : tests. This information is
tftp_client
- tftp 客户端程序,运行在嵌入式操作系统中-tftp client program, run in the embedded operating system
MyTCPClient
- WinCE EVC4.2 TCP/IP客户端程序,可以和服务器端程序建立连接聊天
C8051JTAG_SRC
- 新华龙单片机的ISP客户端程序,可通过JTAG在线刷新内部固件,这个压缩包为SRC源代码。
WMCOPYClient
- wince进程间利用WM_COPY传递消息的客户端程序源码。
live555实现了RTSP的客户端程序
- live555.rar为开源代码,实现了RTSP的客户端程序,里面的工程全部为VC++工程,以及将其移植到了WINCE平台,供大家学习和参考。-live555.rar as open source code to achieve the RTSP client program, which works all of the VC++ project, and migration to the WINCE platform for them to learn and reference.
PDAandPCSocketvs2005
- 实现pda和pc间socket通信,是用C#语言来编写的pda程序,分为服务器和客户端两部分-Pda and the pc to achieve communication between the socket
基于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.)
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网络调试助手作为服务端进行数据传输。