conserver: add advanced serial console package

Conserver is an application that allows multiple users to use
serial consoles at the same time, with logging.  It has a client-
server design which makes it easy to manage a distributed set
of serial consoles.  Logging makes post-crash analyses easier.

Signed-off-by: Bjørn Mork <bjorn@mork.no>
This commit is contained in:
Bjørn Mork
2017-04-20 15:32:59 +02:00
parent 6a50d4754e
commit f42caaffb8
5 changed files with 154 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
config * {
master localhost;
port 3109;
}