Skip to content

tessel/t2-vm

Repository files navigation

Tessel 2 VM Tool

Code of Conduct

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

Prerequisites

VirtualBox and its extension pack

Installation

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-vm 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.

Copyright and License

Copyright 2016 Tessel

Dual-licensed under the Apache License, Version 2.0, and the MIT License.

About

Run and develop for Tessel 2 in a virtual machine.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
APACHE-LICENSE
MIT
MIT-LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published