commit | ddf2ab7c899400656f46ccf67e80fa24abad7fc5 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Mon Feb 10 12:36:09 2020 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Tue Feb 25 09:46:06 2020 +1030 |
tree | df530435b488fa054de09c6befac1b69147b4bd2 | |
parent | 5e7c0786fd863dd4260b2e2a6f95cfebf5e4e40f [diff] |
obmc-console: Expose socket ID configuration for client and server * Add a new option in the server configuration file to use a friendly ID in the socket abstract path * Add a new command-line option to the client to connect to a particular server socket path. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: I95440ca7c2c76d2c1ef00d92abc9e0ffc32cbf5a
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.