commit | 10fe0ff3d8aa50e983cb6609c7f4dd701319ce67 | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Thu Jun 25 13:07:02 2020 -0500 |
committer | June Tate-Gans <jtgans@google.com> | Thu Jun 25 13:10:31 2020 -0500 |
tree | 2959b99b3dd37c88ec28ae7407e50e8d079916d8 | |
parent | 9680c4b727a03e317d6aaad2335d5cdd7ad07ff7 [diff] |
discoverer: Stop warnings about update_service This adds a stub update_service method. It's debatable if we'll need this method at all, but zeroconf is going to be making it mandatory soon, so we'll add a stub. Change-Id: Ied177430f8a16b3ba89bf9f32063d87bbea8d162
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.
Install it via pip like this:
pip install mendel-development-tool
Note that if you run this as a non-root user, the executable will be stored in $HOME/.local/bin
which may not be in your PATH environment variable, so you'll want to add it.