commit | 243cab35e3b13d29ea693eec0aff31a3bb9b30a9 | [log] [tgz] |
---|---|---|
author | Jeremy Kerr <jk@ozlabs.org> | Tue Jan 17 13:54:54 2017 +0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Jan 17 05:40:34 2017 -0600 |
tree | 08c6e0a3af8d904480d2718816f5094a26a5784f | |
parent | 68a2ece737df08fa987885c91dccc57fdd3dc927 [diff] |
socket-handler: Use MSG_NOSIGNAL We handle -EPIPE in the error path, no need for a signal on send. Change-Id: I709262bcda141642d57188e0a2de15e9ddb061b0 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.