commit | a395a771a9fe018adc20c4d6ac3417d7c2ce8c08 | [log] [tgz] |
---|---|---|
author | Johnathan Mantey <johnathanx.mantey@intel.com> | Tue Mar 19 14:28:53 2019 -0700 |
committer | Johnathan Mantey <johnathanx.mantey@intel.com> | Tue Mar 19 14:30:19 2019 -0700 |
tree | 41dd8ab7ebb3ab20d15b048509c6e3bd100cbb72 | |
parent | f9c8f6ca864a44c78daa0e5c79896d1c7fd4ad07 [diff] |
Fix a recursive header include The test-config-parse-logfile test case recursively includes console-server.h. Change-Id: I699ba24ece8671a0529cae3e25e258db811d33f5 Signed-off-by: Johnathan Mantey <johnathanx.mantey@intel.com>
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.