blackhole-client is a node.js console application for connecting to kazoo's websockets application blackhole. It connects to kazoo and dumps conference events.
blackhole-client utilizes a node.js kazoo crossbar library (https://github.com/macpie/crossbar-nodejs) for gaining authentication to Kazoo.
blackhole-client requires node.js. Follow these instructions to install node on your target machine.
You will need git installed in order to clone the blackhole-client repo and to install the package dependencies for blackhole-client (crossbar lib).
git clone https://github.com/jamhed/blackhole-client.git
cd blackhole-client
npm install
cp config.js.sample config.js
# (Make Edits to the file that reflect your kazoo server details and credentials)
vim config.js
node app