https://github.com/ewpratten/serialstudio-rs
A simple Rust library to act as a data source for Serial Studio
https://github.com/ewpratten/serialstudio-rs
rust rust-library serial-studio telemetry visualization
Last synced: 6 months ago
JSON representation
A simple Rust library to act as a data source for Serial Studio
- Host: GitHub
- URL: https://github.com/ewpratten/serialstudio-rs
- Owner: ewpratten
- License: gpl-3.0
- Created: 2021-04-22T15:59:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T13:18:18.000Z (over 4 years ago)
- Last Synced: 2025-02-10T12:16:19.276Z (8 months ago)
- Topics: rust, rust-library, serial-studio, telemetry, visualization
- Language: Rust
- Homepage: https://crates.io/crates/serialstudio
- Size: 21.5 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Serial Studio for Rust
[](https://crates.io/crates/serialstudio)
[](https://docs.rs/serialstudio)
This is a very simple Rust library to act as a data source for [Serial Studio](https://github.com/Serial-Studio/Serial-Studio).
## What is provided?
This crate provides a simple threaded TCP server for use with Serial Studio. As of now, only one connection can be handled at a time, per port.