IgitDanny / t2-vm

Run and develop for Tessel 2 in a virtual machine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tessel 2 VM Tool

Command line tool to run a Tessel 2 VM for local testing.

Installation

You will require Virtualbox.

npm install -g git+https://github.com/tessel/t2-vm.git

Running a Tessel 2 VM

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

Example usage

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.

License

MIT/ASL2

About

Run and develop for Tessel 2 in a virtual machine.


Languages

Language:JavaScript 100.0%