-
使用证书建立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
-
Socke文件传输
利用socket套接字编写的CS模型下的文件传输功能,实现了客户端和服务器端的文件传输,可以在不同的Ip间进行文件传输,对于本地网络127.0.0.1建立了C和S。
- 2022-03-20 15:31:39下载
- 积分:1
-
微分进化法 DE Algorithm
说明: 微分进化法可以求解大规模非线性数学模型,简单便捷(Differential evolution algorithm)
- 2020-06-23 05:00:01下载
- 积分:1
-
用ICMP.DLL发送TCP/IP控制信息
用ICMP.DLL发送TCP/IP控制信息-ICMP.DLL used to send TCP/IP control information
- 2023-04-14 23:30:02下载
- 积分:1
-
smith
说明: 计算微波吸收中的阻抗匹配问题,输入复介电常数和复磁导率可以得出阻抗(he impedance matching in microwave absorption can be obtained by inputting complex permittivity and permeability. Impedance matching can be obtained by inputting complex permittivity and permeability. Impedance can be obtained by inputting complex permittivity and permeability)
- 2020-12-22 20:42:55下载
- 积分:1
-
wrote a socket server reference to a highly
java写的一个socket服务器程序,参考性极强-wrote a socket server reference to a highly
- 2022-03-02 15:15:21下载
- 积分:1
-
全国招聘数据
说明: 用于爬去前程无忧招聘信息,可以爬取 人工智能 python 等十几种职业(Used to climb the future worry-free recruitment information)
- 2019-01-26 12:32:03下载
- 积分:1
-
用C++ Builder 编写得发送消息的程序源码,希望对你们有用
用C++ Builder 编写得发送消息的程序源码,希望对你们有用-C++ Builder with the preparation of a source process to send a message to the hope that useful to you
- 2022-02-05 03:52:44下载
- 积分:1
-
radmin21
说明: 务器端基于select I/O模型。为防止程序界面阻塞,有一个子线程用于不断接收socket并select其中的处理。客户端只有一个线程函数,不过其利用率很高,可用于远程目录交换,请求文件大小,创建若干线程来下载文件。文件传输有上传和下载,还有对等传输,这个项目中,传输文件具体指下载。(Client server based on select I/O model. Programming interfaces in order to prevent obstruction, there is a sub-thread for receiving socket and select which treatment. There is only one client thread function, but its utilization very high, can be used for remote directory exchange, request the file size, create a number of threads to download the file. File transfer are uploading and downloading, as well as peer-to-peer transmission, this project, the specific means to transfer files to download.)
- 2008-10-20 11:08:26下载
- 积分:1
-
baidu_liaotian
客户端的聊天内容通过json格式封装(包含聊天内容、发送人信息)之后,HTTP请求百度服务器,即请求把该消息发送到指定id的用户,请求成功之后,百度服务器就把我们的信息转发给指定的用户,对应用户再解析json格式的信息,就可以知道该消息来自何处,以及消息内容。(Chat client via json format package (includes chat, sender information), after, HTTP requests Baidu server, which sends the message to the requesting user specified id, after the request is successful, Baidu server took our information forwarded to the designated users, the corresponding user information and then parse json format, you can know that the message came from, and message content.)
- 2014-01-16 15:47:19下载
- 积分:1