补充几条注释

This commit is contained in:
Bujue.Win10 2022-02-25 17:11:33 +08:00
parent 03cf0b701c
commit 5df3bb2449
2 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,7 @@
BEGIN{
fileSize = 1024*1024*1
# 上位机的局域网IP
upload_ip = "192.168.1.5"
uploadCount = 0

View File

@ -1,6 +1,9 @@
# 上位机启动tftp并将base目录设为项目根目录
# 远程ssh登录然后执行以下命令
ssh root@192.168.1.30
# 密码https://backendng-cn.tuya-inc.com:7799/operation/device/DeviceAuthQuery
cd /tmp && tftp 192.168.1.5 -g -l logDataClean.awk
tail -f /tmp/tuya.log | awk -f logDataClean.awk > /dev/null &