Using flattened Docker images from https://github.com/u-root/sidecore-images, sidecore lets you run IoT systems as easily as you run a shell script.
Building on top of cpu
, sidecore merely
requires your IoT system to run a small daemon in order to use it as a resource.
NOTE: Go version 1.20 is required as a minimum. For more details, look at the Go modules documentation.
If you have cloned this repository, run go build ./cmds/sidecore
to build the
command, then ./sidecore -h
for help.
To install the binary to your $GOBIN
(commonly $HOME/go/bin
) directory, run:
go install github.com/u-root/sidecore/cmds/sidecore@latest