commit | d5b37aa3c97daf3e29b0aeacfce1c5d3beb1dff8 | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Mon Mar 18 12:13:11 2019 -0700 |
committer | June Tate-Gans <jtgans@google.com> | Mon Mar 18 12:14:30 2019 -0700 |
tree | b759e282d90003f40812a6fe67c22311848adafb | |
parent | 2a8662c7dd78718203ae37b658f793f3a8491851 [diff] |
console: Add in SIGWINCH support This allows us to resize the TTY on the remote side when the local terminal window size changes. Significant quality of life improvement. Change-Id: If610f7daea98bc601a4c7a22d705651e897cc3ef
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.