From 6e8b1a3857115c984d270eb0e9f36e9236a9a715 Mon Sep 17 00:00:00 2001 From: Serge Bazanski Date: Sun, 14 Oct 2018 23:29:35 +0100 Subject: [PATCH] warn people --- 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..965ddcc --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +Dell M1000e gRPC Proxy +====================== + +Cursedness level: 6.5/10. + +This is a small gRPC proxy to allow programmatic access to a Dell M1000e Chassis Management Controller. It's based on scraping the web interface, as the alternative (WSMAN) is even more ridiculous. + +Functionality +------------- + +The only feature supported so far is getting information for an iDRAC KVM console. This can be used to run a iDRAC KVM proxy (to be implemented), or the original client. + +Usage +----- + + ./cmc-proxy -h + +Flags are self-explanatory. This is based on [hspki](https://code.hackerspace.pl/q3k/hspki), so you'll need to have compatible (dev) certs to run this. The proxy listens on gRPC and a status HTTP debug server.