按月归档: 9 月 2024

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-[……]

继续阅读