• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

autologin/H27-Mar-2019-1,126906

conserver/H03-May-2022-21,47917,769

conserver.cf/H07-May-2022-1,9571,869

console/H27-Mar-2019-4,5313,907

contrib/H27-Mar-2019-2,7612,159

package/H27-Mar-2019-13989

test/H07-May-2022-299264

.cirrus.ymlH A D27-Mar-2019744 3733

.gitignoreH A D27-Mar-20198 21

CHANGESH A D27-Mar-201951.3 KiB990915

FAQH A D27-Mar-20199 KiB187150

INSTALLH A D27-Mar-201912.4 KiB289220

LICENSEH A D27-Mar-20191.5 KiB3023

LICENSESH A D27-Mar-20195.3 KiB11689

Makefile.inH A D27-Mar-20191.1 KiB5538

PROTOCOLH A D27-Mar-201912.5 KiB303237

README.mdH A D27-Mar-20191.2 KiB3624

TODOH A D27-Mar-20194 KiB10977

_config.ymlH A D27-Mar-201926 11

compat.hH A D27-Mar-20195.8 KiB346267

config.guessH A D03-May-202243 KiB1,4811,288

config.subH A D03-May-202234.8 KiB1,8031,662

configure.acH A D27-Mar-201925.4 KiB871794

install-shH A D27-Mar-20195.5 KiB252153

README.md

1Conserver
2=========
3
4[![Build Status](https://api.cirrus-ci.com/github/conserver/conserver.svg)](https://cirrus-ci.com/github/conserver/conserver)
5
6Conserver is an application that allows multiple users to watch a
7serial console at the same time. It can log the data, allows users to
8take write-access of a console (one at a time), and has a variety of
9bells and whistles to accentuate that basic functionality. The idea is
10that conserver will log all your serial traffic so you can go back and
11review why something crashed, look at changes (if done on the console),
12or tie the console logs into a monitoring system (just watch the
13logfiles it creates).  With multi-user capabilities you can work on
14equipment with others, mentor, train, etc. It also does all that
15client-server stuff so that, assuming you have a network connection,
16you can interact with any of the equipment from home or wherever.
17
18
19Documentation
20-------------
21
22See the `INSTALL` file for installation and the man pages for specifics.
23
24
25Downloading
26-----------
27
28The latest version can be found on [GitHub](https://github.com/conserver/conserver/releases).
29
30
31Contributions
32-------------
33
34Contributions distributed with the code can be found in the `contrib`
35subdirectory.
36