Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 536 Bytes

File metadata and controls

21 lines (12 loc) · 536 Bytes

Websockets in openFrameworks

Wrapper for websocketpp c++ library, basic usage example and a simple server.

Installation

Requirements

  1. Virtualenv for running the fastapi server server.py

    • TODO: requirements.txt and step by step instructions
  2. Static web served to connect and communicate with the websocket

  3. openFrameworks listening to the remote parameters receiving end

Install websocketpp

  1. Clone this repo
  2. Make sure you use --recursive or update the submodules after cloning
  3. TODO: make an addon