Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwarwick/citp_websocket
Web display of CITP levels
https://github.com/jwarwick/citp_websocket
Last synced: 4 days ago
JSON representation
Web display of CITP levels
- Host: GitHub
- URL: https://github.com/jwarwick/citp_websocket
- Owner: jwarwick
- Created: 2014-10-31T17:59:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-25T20:21:27.000Z (almost 10 years ago)
- Last Synced: 2024-11-08T04:41:31.392Z (about 2 months ago)
- Language: Elixir
- Size: 254 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CitpWebsocket
Listen for CITP (http://www.citp-protocol.org/) visualizer data and retransmit the contents to a websocket.
## Installation
CitpWebsocket is built on Elixir (http://elixir-lang.org/) and uses the Phoenix web framework (https://github.com/phoenixframework/phoenix).
To install on a Mac using Homebrew (http://brew.sh/):
```
% brew install elixir
% git clone https://github.com/jwarwick/citp_websocket.git
% cd citp_websocket
% mix deps.get
% mix phoenix.start
```Then visit `localhost:4000` to see any streamed CITP data.