2024年5月4日

摘要: 树莓派获取温度并上报 1.项目介绍 1.1 树莓派上通过一线协议连接DS18B20,采用网络socket编程同时实现客户端与服务器端程序,客户端实现定时上报温度给服务器端的功能,服务器端则将接收到的数据永久的存储在数据库中。 1.2客户端功能介绍 ·连接服务器 ·定时采样 ·网络异常断开后能在网络恢 阅读全文
posted @ 2024-05-04 21:23 努力十年 阅读(27) 评论(0) 推荐(0) 编辑
 
摘要: 1.代码实现 1.主函数代码段 #include <stdio.h> #include <string.h> #include <errno.h> #include <sys/types.h> #include <dirent.h> #include <fcntl.h> #include <unis 阅读全文
posted @ 2024-05-04 15:09 努力十年 阅读(23) 评论(0) 推荐(0) 编辑