Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.