-
ftp的实现源码
实现一个简单的ftp程序,希望对初学者有用。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2022-08-02 17:37:11下载
- 积分:1
-
用串口通讯工具,功能:1、数据可以16特征…
用串口通讯工具,功能:1、对数据可以以16进制或字符形式收发,2、定时发送指定数据,3、根据接受指定字符自动回复。-using serial communications tools and functions : 1, the data can be 16 characters or form band transceiver, 2, regularly sending specific data, 3, under the designated characters automatic reply.
- 2022-01-30 17:43:52下载
- 积分:1
-
多线程主机端口扫描软件
该程序实现对目标IP的主机进行端口扫描,可自定义要扫描的端口序号,自定义目标IP,自定义要实行的线程数。在多线程下可以以较快的速度完成端口扫描,且扫描比较准确,有C#提供的界面操作,源码有注释。
- 2022-04-24 04:22:57下载
- 积分:1
-
package of develop dns
package of develop dns
- 2022-05-26 10:29:42下载
- 积分:1
-
linewatcher拨打您的ISP,保持你的联系和日志
LineWatcher dials your ISP, keeps your connection alive and logs errors. Originally distributed as freeware, this program counts over 10.000 downloads since its first release in 2001. See home page http://www.reseau.org/linewatcher/index.html-LineWatcher dials your ISP, keeps your connection alive and logs
errors. Originally distributed as freeware, this program counts over
10.000 downloads since its first release in 2001. See home page
http://www.reseau.org/linewatcher/index.html
- 2022-08-24 08:17:55下载
- 积分:1
-
VC++ 采用UDP协议传输文件
应用背景UDP传输文件,不丢包,VC++的代码,贡献出来,希望可以供用得着的人使用关键技术VC++ 采用UDP协议传输文件(不丢包),希望网络编程的人可以使用得到
- 2022-01-31 22:00:23下载
- 积分:1
-
火花留言本,一个公司的开源项目,功能简洁易用,安装方便。...
火花留言本,一个公司的开源项目,功能简洁易用,安装方便。-sparks this message, a company"s open-source projects, functions simple to use, easy installation.
- 2022-02-07 02:12:32下载
- 积分:1
-
C# Socket one by one Demo
Socket客户端与服务端one by one 通信,最近公司项目中要用到,主要是模仿硬件间的one by one通信,通信过程是 客户端连接,服务端接受连接并等待客户端消息,一定时间内如果没有收到客户端任何消息则断开连接。客户端发送消息后等待服务端消息,一定时间内无返回,则断开。循环上述过程。
- 2022-03-22 22:02:00下载
- 积分:1
-
集中式服务器的聊天应用
应用背景多用户聊天应用程序使用Python命令行文件:client.py server.py可以帮助多个用户同时进行交互的应用程序。运行client.py:Python client.py服务器IP地址端口号关键技术关键技术:Python•套接字编程TCP
- 2022-02-12 07:33:30下载
- 积分:1
-
使用证书建立ssl安全连接
资源描述socket连接,使用ssl建立安全通道,传输数据,压缩包括里面包含client和server及相关证书。
目录结构:
gen_ca.sh: used to generate a ca cert
gen_subcert.sh: used to generate a sub cert from ca
Makefile: used to generate app_client and app_server by client.c and server.c
client.c:the client use ssl to transfer data
server.c: the server use ssl to transfer data
- 2022-02-25 14:06:16下载
- 积分:1