commit | b890d95395c182a6f6e9c77071be8540cfe96035 | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Wed Mar 13 17:18:17 2019 -0700 |
committer | June Tate-Gans <jtgans@google.com> | Thu Mar 14 00:49:53 2019 +0000 |
tree | 6ced42eb668cfb71124f7b2935d6d011b245ee62 | |
parent | bb70e538a8428e86cfa936352ccc6218634ddd4c [diff] |
mdt: Fix the windows console classes. Inner classes have strange behaviors in python. This makes things a bit more clearer. Change-Id: Icf3cd47a276e70425363d19d49e1f686bc7bcd39
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.