commit | 71723e2461d552dad822bff1b630b91acef15c49 | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Tue Mar 26 15:01:29 2019 -0700 |
committer | June Tate-Gans <jtgans@google.com> | Tue Mar 26 22:16:21 2019 +0000 |
tree | 85e9ed68956d4355d26f326734f45108fc3dadf2 | |
parent | 9f7a9d88afe46b0e58fffccb40993d2c7d13dd84 [diff] |
main: Disable warnings from Paramiko's usage of deprecated methods These warnings are content-free, so let's not confuse the users. Change-Id: Ic114ca796711b8de0e377e311a25e9a34a1b8a97
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.