e42a2c9c85
This commit is adding an option 'k' to make the console application exits when the console is down. This can be useful in some cases such as an integration to LAVA infrastructure. Console can be used to open a terminal on different boards to be able to run some tests. In some cases, the console is down and without this commit, the tests will be timed-out because it can't talk to the device. Adding this option will allow us to exit the console directly, without waiting for a timeout. The benefit will be time saving. Signed-off-by: Mylène Josserand <mylene.josserand@collabora.com> |
||
---|---|---|
autologin | ||
conserver | ||
conserver.cf | ||
console | ||
contrib | ||
package | ||
test | ||
_config.yml | ||
.cirrus.yml | ||
.gitignore | ||
CHANGES | ||
compat.h | ||
configure.ac | ||
FAQ | ||
gen-version | ||
INSTALL | ||
install-sh | ||
LICENSE | ||
LICENSES | ||
LICENSES.md | ||
Makefile.in | ||
PROTOCOL | ||
README.md | ||
TODO |
Conserver
Conserver is an application that allows multiple users to watch a serial console at the same time. It can log the data, allows users to take write-access of a console (one at a time), and has a variety of bells and whistles to accentuate that basic functionality. The idea is that conserver will log all your serial traffic so you can go back and review why something crashed, look at changes (if done on the console), or tie the console logs into a monitoring system (just watch the logfiles it creates). With multi-user capabilities you can work on equipment with others, mentor, train, etc. It also does all that client-server stuff so that, assuming you have a network connection, you can interact with any of the equipment from home or wherever.
Documentation
See the INSTALL
file for installation and the man pages for specifics.
Downloading
The latest version can be found on GitHub.
Contributions
Contributions distributed with the code can be found in the contrib
subdirectory.