commit | 413d7b640088bff04ce9e38934b73864e0d95f8d | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Mon Mar 25 15:25:27 2019 -0700 |
committer | June Tate-Gans <jtgans@google.com> | Mon Mar 25 15:30:10 2019 -0700 |
tree | 1182ba9e510a8de6bd40e5aeb8e2367bd6076d43 | |
parent | 8f8125ee42e496851494fe28caf29c588ef87214 [diff] |
discoverer: Stop trying to scan for devices after construction The zeroconf ServiceBrowser has a nasty habit of starting to scan the minute it has been constructed. Unfortunately, since we construct all of our command instances in main, this was starting N instances of the ServiceBrowser, contaminating the results very badly. Change-Id: I8448091a7d562244ee81892ad4ef6e34754f2fb3
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.