Description
thsq-prod-tests
is a node utility used in Thingsquare production test systems. thsq-prod-tests
connects with a radio-equipped device over serial port, such as a TI Launchpad CC1352, to form a test controller. See https://www.thingsquare.com/blog/articles/iot-production-testing/ for more information.
Installation
sudo npm install -g thsq-prod-tests
Basic usage
See help for how to use thsq-prod-tests
:
thsq-prod-tests -h
Quickstart
Connect with device at COM18, log test results to cloud, and display on local webserver.
thsq-prod-tests --serialport COM18 -u <thingsquare user token> --webserver