commit | 2a8662c7dd78718203ae37b658f793f3a8491851 | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Thu Mar 14 15:58:23 2019 -0700 |
committer | June Tate-Gans <jtgans@google.com> | Thu Mar 14 15:58:23 2019 -0700 |
tree | 9c05c9e18bcbab16dee3f01b69acd58c36e570d2 | |
parent | 6a22664c655438f3effeab16f333f6095060ca92 [diff] |
sshclient: Fix the iteration through the environment Change-Id: I53e54561ec9ce8a999bac0fcf8451e3462352402
MDT is a simple tool to aid in working with single board computers that the Mendel Linux distribution runs on. It consists of a whole bunch of pre-existing open source tooling, coupled with some simple wrappers written in python to ease their use.
It also provides an easy way to interact with these boards without having to fight with serial consoles, IP addresses, and other fiddly bits, reducing barrier to entry when working with these boards.
With minimal effort, MDT should also be portable to existing systems such as Debian and Ubuntu, if needed. This, however, is out of the scope of this project.