From af96e3345ba7d84df21052f349c5991482a43cc5 Mon Sep 17 00:00:00 2001 From: "Menno E. Duursma" Date: Tue, 11 May 2010 15:18:35 +0200 Subject: system/conserver: Initial import --- system/conserver/README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 system/conserver/README (limited to 'system/conserver/README') diff --git a/system/conserver/README b/system/conserver/README new file mode 100644 index 0000000000..28a06b0c63 --- /dev/null +++ b/system/conserver/README @@ -0,0 +1,14 @@ +Conserver is an application that allows multiple users to watch a serial +console at the same time (serial meaning 'serial data stream' here, not +necessarily any phisical RS-232 port). 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 logfile +it creates; for instance using ``dnotify''). + +Multi-user capabilities allow you to 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. -- cgit v1.2.3