commit | 5e7c0786fd863dd4260b2e2a6f95cfebf5e4e40f | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Mon Feb 10 12:12:36 2020 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Tue Feb 25 09:46:02 2020 +1030 |
tree | 412440a34e072bc9424b903f5cc9584f5453af76 | |
parent | c5ce2cbd12e395749c3b4abedf0d81f49b402b70 [diff] |
console-socket: Add an optional component to UNIX socket abstract names Allows multiple instances of obmc-console-server to run concurrently without interfering with each other. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: I7ef9c14e554c687e8d606e1eaaed82a7f1c06d98
Note: In addition to a toolchain and autoconf tools, this requires autotools-archive
to be installed.
To build this project, run the following shell commands:
./bootstrap.sh ./configure ${CONFIGURE_FLAGS} make
To fully clean the repository, run:
./bootstrap.sh clean
Running the server requires a serial port (e.g. /dev/ttyS0):
touch obmc-console.conf ./obmc-console-server --config obmc-console.conf ttyS0
To connect to the server, simply run the client:
./obmc-console-client
To disconnect the client, use the standard ~.
combination.