foxglove-ws

Crates.iofoxglove-ws
lib.rsfoxglove-ws
version0.2.2
sourcesrc
created_at2023-06-18 15:36:00.552633
updated_at2023-10-02 17:40:56.636316
descriptionLibrary to publish messages to Foxglove via WebSocket.
homepagehttps://github.com/mkiefel/foxglove-ws
repositoryhttps://github.com/mkiefel/foxglove-ws
max_upload_size
id893543
size62,463
Martin Kiefel (mkiefel)

documentation

README

Foxglove WebSocket publishing in Rust

This library provides means to publish messages to the amazing Foxglove UI in Rust. It implements part of the Foxglove WebSocket protocol described in https://github.com/foxglove/ws-protocol.

Example

Call

cargo run --release --example string

to start an example application that publishes ROS 1 string data -- both latching and non-latching.

Commit count: 14

cargo fmt