摘要:
起因是因为 订阅的时候,获取到的 MQTT 信息时,第一条信息好像是连接信息,所以需要过滤他。 接收到的数据如下 必须要过滤这个 name : 1 的字典,操作如下: 在 Python3 里面,已经没有 dict.has_key 的操作,判断里面是否有这个 key ,所以只能用 if "name" 阅读全文
摘要:
MQTT 不是普通的 client server 模型,他还加了一个 代理者。 下载 broker 代理 server 代码编写 client 代码编写 启动 阅读全文
摘要:
```c ifconfig -a | grep eth0 | awk -F ' ' '{print $5}' | sed 's/://g'
``` 阅读全文
摘要:
下载,安装相关软件 下载完了之后更新 配置参考 遇到问题 c install d m0755 /bin install m0755 src/po2lmo /bin/po2lmo install: cannot create regular file '/bin/po2lmo': Permission 阅读全文
摘要:
```c include include include include include include include include include include include define I2C_DEV "/dev/i2c 2" int main(void){ int tmp75Fd; 阅读全文
摘要:
Linux 程序退出的时候,程序是会把 watchdog 调用 release 功能。 阅读全文
摘要:
因为不小心把 kernel 的 tmpfs 的选项去掉,导致 文件系统内的 tmpfs 分区不显示。 kernel 打开如下选项即可 在文件系统内就会有相关显示 阅读全文
摘要:
主要配置设备树如下模式即可 阅读全文
摘要:
+ 运算 运算 运算 / 运算 取 余 阅读全文
摘要:
前言:想看一下 git 记录里面某个文件的改动。记录一下 git diff 的用法 阅读全文