Skip to content

Kerstin-Keller/ws-protocol

 
 

Repository files navigation

Foxglove Studio WebSocket protocol libraries

This repository provides a protocol specification and reference implementations enabling Foxglove Studio to ingest arbitrary “live” streamed data.

The protocol is encoding-agnostic, i.e. it can support Protobuf messages, ROS 1 or 2 messages, etc. (as long as the desired encoding is supported by both client and server).

Documentation

Development

Virtualenv usage

pipenv install --dev
pipenv shell

h5py installation on M1 Macs

brew install hdf5
HDF5_DIR=/opt/homebrew/opt/hdf5 pip install -v --no-build-isolation h5py

Run example server

python -m python.scripts.example [hdf5 file]

Run example client

yarn workspace @foxglove/ws-protocol example [host] [topic]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 38.9%
  • CMake 27.2%
  • Python 24.7%
  • TypeScript 6.6%
  • Shell 1.4%
  • Makefile 0.8%
  • JavaScript 0.4%