Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 961 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 961 Bytes

go-devparam

Go library and applications for accessing device parameters using the deviceparameters protocol: https://github.com/thinnect/tos-devparam.

deviceparameter A basic utility for dealing with individual nodes and parameters. See the deviceparameter README for details.

deviceparameters A utility for dealing with several parameters on multiple nodes. See the deviceparameters README for details.

Building

Enter cmd/deviceparameter or cmd/deviceparameters and execute make to see supported targets. Both applications can be cross-compiled for Windows and for use on ARM based Linux platforms.

Packaged versions can be built from the support directory, see the support/Makefile for available options.

Building the deb packages requires ronn, which can be installed with ruby's gem or can be obtained from https://github.com/rtomayko/ronn.