搜索资源列表
sntp
- 在vxworks嵌入式操作系统下,服务器和客户端之间实现SNTP(简单的网络时间同步协议)的源代码。-In the vxworks OS, the codes can realize the function of SNTP between the server and client.
TFTP_C
- 实现TFTP文件传输,分为客户端和服务器两部分,两边既可以上传文件也可以下载文件。-can putup or getup the file by tftp
vxworksTCP_Demo
- Vxworks上实现TCP通讯的例子程序,能够实现客户端和服务器的通信,服务器可以同时与多个客户端连接,代码简单注释清晰。-Achieve TCP communication on Vxworks example program enables communication between the client and the server, the server can simultaneously connect with multiple clients, the code is simpl