我从wiki那里获得了关于DHT的基本概念:在DHT-网络中,每个节点负责特定范围的key-space.要将文件存储在DHT中,首先是hash the file's name to getthe file's key;其次是send a message put(key, file-content) to any node of the DHT,消息将被中继到负责key的节点,该节点将存储对获取数据:
当从DHT获取文件时,首先,散列文件名以获取key;第二,向任何节点发送
请帮忙,我正在尝试从DHT11湿度和温度传感器中获取传感器值,但是Esp8266正在连接到互联网上,但没有读取传感器的值。blynk-cloud.com:8021:41:34.230 -> Failed to read from DHT21:41:34.940 -> Failed to read from DHT sensor!
21:42:56.217 -> Failed to read from DHT s