commit | 55c9712de99f56f575bfa6e49f85ab2c62538984 | [log] [tgz] |
---|---|---|
author | Jeremy Kerr <jk@ozlabs.org> | Tue Feb 07 17:06:46 2017 +0800 |
committer | Jeremy Kerr <jk@ozlabs.org> | Tue Jun 27 14:55:02 2017 +0800 |
tree | fc61697b111ce64a919b868e23a9bd35103f932d | |
parent | c9775ce74bbd1445c4d0ebb504f3f6ea20a6fa2e [diff] |
server: Use consistent function names Put verbs at the end, ie: console_register_poller -> console_poller_register console_register_handler -> console_handler_register Change-Id: I4fa78137ce54a3f15aad87c3371569b084e47094 Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
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.