commit | 15b0cdb7fb83b8f311547f1de1f4bfc8781a71fc | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Wed Feb 06 13:54:12 2019 -0800 |
committer | June Tate-Gans <jtgans@google.com> | Wed Feb 06 13:57:44 2019 -0800 |
tree | cfd788af22edbd75e732bae9bdcabe712c37a9f0 | |
parent | 8b47788c0087498d7bb70b77d203c1b6bf5682d1 [diff] |
shell: Split console handling to a separate class This splits out the console handling routines into their own classes, uses exceptions to great effect, and also provides preliminary Windows console support via multithreading. Change-Id: I46d4b227cc62208d9698339957c9f348ed01a8b7
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.