commit | e423a47b95f8f3a8fa1d8b39820741f059e4aa46 | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Mon Apr 01 13:36:00 2019 -0700 |
committer | June Tate-Gans <jtgans@google.com> | Mon Apr 01 13:36:00 2019 -0700 |
tree | d5efeb28778a2bfb2c903582caa73a8107d34191 | |
parent | 2b52903e887fa821e06ac7c1e29938d298716153 [diff] |
discoverer: Check to make sure info is real before using This fixes a related issue in discovery when a removal occurs before the announcement is complete. Change-Id: I1c2dc2c4bfd29ef9e7a7225c39b0377f5d43d691
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.