uota and upload test script
This commit is contained in:
parent
0bbe30f782
commit
d807f32ad1
2 changed files with 6 additions and 0 deletions
3
cmd_uota.sh
Normal file
3
cmd_uota.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
echo '__sdlogger__ {"cmd": "UOTA", "wlan_ssid": "sorglosinternet.de", "wlan_password": "foobar23"}' > /dev/kmsg
|
||||||
3
cmd_upload.sh
Normal file
3
cmd_upload.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#! /bin/sh
|
||||||
|
|
||||||
|
echo '__sdlogger__ {"cmd": "upload", "wlan_ssid": "sorglosinternet.de", "wlan_password": "foobar23", "router_mac": "1c:61:b4:4f:b8:ea", "upload_server": "http://192.168.133.197/upload/"}' > /dev/kmsg
|
||||||
Loading…
Add table
Reference in a new issue