分类: 编程

编程

0

openssl 3.3.2

【编译】openssl 3.3.2

https://www.tkxiong.com/archives/2348

20240923 tkxiong 选择openssl 3.3.2 版本进行编译

这次编译使用了ChatGPT,通过对话解决了部分问题。[……]

继续阅读

0

make指定位置路径编译

make指定位置路径编译

 

https://wenku.csdn.net/answer/b2af23a821ef40c085b53bb4c121a13d

要在 make 命令中设置头文件路径,您可以使用 -I 选项。例如,如果您的头文件位于 /path/to/include 目[……]

继续阅读

0

获取指定日期时间

获取指定日期时间

#define _CRT_SECURE_NO_WARNINGS * *//一定要添加上**
#include<stdio.h>
#include<time.h>
int main()
{
time_t     now;
stru[……]

继续阅读

0

paho.mqtt.c

paho.mqtt.c

https://github.com/eclipse/paho.mqtt.c

https://docs.emqx.com/zh/cloud/latest/connect_to_deployments/c_sdk.html#%E5%AE%8C%E6%95%B4%E4[……]

继续阅读

0

MQTT服务器部署

 

安装 Mosquitto

https://learningsky.io/install-mosquitto-mqtt-message-broker-on-raspberry-pi-and-python-publish-subscription/

systemctl daemon-[……]

继续阅读