Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wcampbell0x2a/saleae-rs
a rust library for interacting with saleae devices (incomplete for now)
https://github.com/wcampbell0x2a/saleae-rs
rust saleae saleae-logic
Last synced: 16 days ago
JSON representation
a rust library for interacting with saleae devices (incomplete for now)
- Host: GitHub
- URL: https://github.com/wcampbell0x2a/saleae-rs
- Owner: wcampbell0x2a
- Created: 2020-01-04T21:10:58.000Z (almost 5 years ago)
- Default Branch: dev
- Last Pushed: 2021-06-18T05:52:10.000Z (over 3 years ago)
- Last Synced: 2024-10-30T10:53:45.580Z (2 months ago)
- Topics: rust, saleae, saleae-logic
- Language: Rust
- Homepage:
- Size: 93.8 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Saleae
[![Latest Version](https://img.shields.io/crates/v/saleae.svg)](https://crates.io/crates/saleae)
[![Rust Documentation](https://docs.rs/saleae/badge.svg)](https://docs.rs/saleae)
[![Build Status](https://travis-ci.org/wcampbell0x2a/rust-saleae.svg?branch=dev)](https://travis-ci.org/wcampbell0x2a/rust-saleae)
[![Coverage Status](https://coveralls.io/repos/github/wcampbell0x2a/rust-saleae/badge.svg?branch=dev)](https://coveralls.io/github/wcampbell0x2a/rust-saleae?branch=dev)This library provides a Rust API for the Saleae devices when running the Logic
program.The API is based on the documentation provided here: [SaleaeSocketAPI](https://github.com/saleae/SaleaeSocketApi)
## Note
This library isn't complete, as there are more functions that need implementations.## Changelog
See [CHANGELOG.md](https://github.com/wcampbell0x2a/saleae-rs/blob/master/CHANGELOG.md)