Skip to content

jamhed/blackhole-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blackhole-client

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.

Application Setup Instructions

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).

Follow these instructions to get blackhole-client setup
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

About

Kazoo web-sockets client demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published