commit | 1b5750109ef3a365e2c60b112ad35a48f690fbee | [log] [tgz] |
---|---|---|
author | Jeremy Kerr <jk@ozlabs.org> | Wed Feb 08 11:22:23 2017 +0800 |
committer | Jeremy Kerr <jk@ozlabs.org> | Tue Jun 27 14:55:02 2017 +0800 |
tree | 4baa7e2dc8bf01e0808ddf67aab03352b8a52fe7 | |
parent | 55c9712de99f56f575bfa6e49f85ab2c62538984 [diff] |
server: Add documentation to struct handler Add a little documentation for the handler API, as we'll be changing this with upcoming buffer code. Change-Id: I0d33c415f577b9bdc6b53bb8151bb7f564733b3d 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.