Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能告诉我如何使用 IRIS mote 增加数据包大小。我正在粘贴我的头文件,我已经添加了 nodeid 和计数器,但它没有出现在数据包中..任何帮助都会很好完整 RssiDemoMessages.h
您可以在 Makefile 中添加以下行
CFLAGS += -DTOSH_DATA_LENGTH=50
其中 50 是字节数。请记住,丢包也会随着字节数的增加而增加。