xeronm / esp8266-tshcli

UDP client utilities for Light-weight Shell ESP8266 (esp8266-tsh)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esp8266-tshcli

Client utilities for ESP8266 Light-weight Shell esp8266-tsh

CLI utility

# help
$ ./tcli.py -h
# list all top-level commands
$ ./tcli.py
# Query system information
$ ./tcli.py -H 192.168.5.64 -s 18fe34fca540 system info
# Upgrade Firmware
$ ./tcli.py -H 192.168.5.64 -s 18fe34fca540 -f ./../tsh/bin/tsh-0.1.0-dev.spi4.info.json firmware upgrade 

About

UDP client utilities for Light-weight Shell ESP8266 (esp8266-tsh)

License:GNU General Public License v3.0


Languages

Language:Python 99.8%Language:Shell 0.2%