Skip to content

CryptoGir/3cx_wallboard_websocket

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3cx Wallboard Websocket

Connects to the websocket of the 3cx wallboard and writes data to a mysql database

How to run

I ran this on my CentOS 6 web server, from the command line:
/path/to/ruby /path/to/3cx.rb /path/to/settings.yml

Other Info

I am running Ruby 2.1.0 on CentOS 6 (all the latest updates)

Make sure the following Ruby libraries are installed:

  • mechanize
  • faye-websocket
  • eventmachine
  • permessage_deflate
  • json
  • httparty
  • websocket-extensions
  • mysql

Credit to bombergio

I used his 3cx_wallboard_dashing as a basis for this.

About

3CX Wallboard scrapper to push data to Dashing using API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%