commit | 5daa4972a798d242fcc629b4ea7c9c3d981124d9 | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Tue Feb 05 11:47:15 2019 -0800 |
committer | June Tate-Gans <jtgans@google.com> | Tue Feb 05 11:47:15 2019 -0800 |
tree | 7bbacbcdf357485d0e6f71da2623fed8d907d320 | |
parent | 4a3ed823a11fefb84ef106a644df2a49afbe07e8 [diff] |
discovery: Make discovery more robust and faster This migrates toward a simplified listener interface so that commands can do their work more efficiently. Change-Id: I5e6fd7bcd6fa511b8af116d6efe3f72ef0aed0d5
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.