From f6cfa2945f896b0a73271b16211426d765d96580 Mon Sep 17 00:00:00 2001 From: jakub <jakub@elixxir.io> Date: Wed, 11 Aug 2021 20:04:09 +0200 Subject: [PATCH] Add readme --- readme.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..a51284d --- /dev/null +++ b/readme.md @@ -0,0 +1,18 @@ +# Avocent Console Tool + +Python utility to make the Avocent IP KVM Java client work on Mac. +Tested on Avocent AV3216 + +## Prerequisites + +- up to date Homebrew +- Java 8 with java in path +- Python 3 + +## How to use + +1. Run `python3 start-console.py` +2. Drag the jnlp file generated by your IPKVM to the terminal window +3. Enter your sudo password, or use TouchID for sudo verification when asked +4. Use Java console as normal + -- GitLab