Command line tool to run a Tessel 2 VM for local testing.
You will require Virtualbox.
npm install -g git+https://github.com/tessel/t2-vm.git
Make sure you have the t2-cli installed to generate your local key.
t2 key generate
t2-vm create
t2-vm launch
The resulting hostname can be used to push code to the local VM:
t2 launch index.js --name Tessel-XXXXXXXXXX
TODO: how to use binary builds! For some code to play with in the VM, clone https://github.com/tcr/stillframe, explode the archives, and load it into the VM. The run it from shell using node
as usual.
MIT/ASL2