2019-03-19 03:01:01 +00:00
|
|
|
Conserver
|
2019-03-19 02:32:41 +00:00
|
|
|
=========
|
2019-03-19 02:26:28 +00:00
|
|
|
|
2020-10-19 06:41:46 +00:00
|
|
|
[![Build Status](https://api.cirrus-ci.com/github/bstansell/conserver.svg)](https://cirrus-ci.com/github/bstansell/conserver)
|
2019-03-19 03:01:01 +00:00
|
|
|
|
2019-03-19 02:26:28 +00:00
|
|
|
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
|
|
|
|
-------------
|
|
|
|
|
2019-03-19 02:37:18 +00:00
|
|
|
See the `INSTALL` file for installation and the man pages for specifics.
|
2019-03-19 02:26:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
Downloading
|
|
|
|
-----------
|
|
|
|
|
2020-10-19 06:41:46 +00:00
|
|
|
The latest version can be found on [GitHub](https://github.com/bstansell/conserver/releases).
|
2019-03-19 02:26:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
Contributions
|
|
|
|
-------------
|
|
|
|
|
2019-03-19 02:37:18 +00:00
|
|
|
Contributions distributed with the code can be found in the `contrib`
|
2019-03-19 02:26:28 +00:00
|
|
|
subdirectory.
|