Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gotomain/libosdp-rs
Rust components of LibOSDP. Provides the rust crate "libosdp" and a tool "osdpctl" to setup manage and control OSDP devices
https://github.com/gotomain/libosdp-rs
libosdp libosdp-rs osdp osdp-rs osdpctl rust-osdp
Last synced: 20 days ago
JSON representation
Rust components of LibOSDP. Provides the rust crate "libosdp" and a tool "osdpctl" to setup manage and control OSDP devices
- Host: GitHub
- URL: https://github.com/gotomain/libosdp-rs
- Owner: goToMain
- License: apache-2.0
- Created: 2023-12-10T16:21:54.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-01T04:39:07.000Z (about 1 month ago)
- Last Synced: 2024-12-11T07:05:51.772Z (23 days ago)
- Topics: libosdp, libosdp-rs, osdp, osdp-rs, osdpctl, rust-osdp
- Language: Rust
- Homepage: https://libosdp.sidcha.dev
- Size: 254 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# LibOSDP-rs
[![Build CI][7]][8]
[![Crates.io libosdp-sys version][3]][4]
[![Crates.io libosdp version][5]][6]
[![Crates.io osdpctl version][9]][10]This project hosts cargo crates that add rust support for [LibOSDP][1] in rust
and other OSDP related tools such as osdpctl. You can also take a look at the
[documentation][2] for more details.## Project structure:
- `libosdp-sys` - Low level rust `-sys` crate for the C library.
- `libosdp` - Safe wrapper around `libosdp-sys` to be consumed by rust projects.
- `osdpctl` - A tool to create and manage OSDP devices.
- `scripts` - Tools for developers working on this project.[1]: https://github.com/goToMain/libosdp
[2]: https://libosdp.sidcha.dev/
[3]: https://img.shields.io/crates/v/libosdp-sys?style=flat&logo=rust&logoColor=DDD&label=crate%20%3A%20libosdp-sys&link=https%3A%2F%2Fcrates.io%2Fcrates%2Flibosdp-sys
[4]: https://crates.io/crates/libosdp-sys
[5]: https://img.shields.io/crates/v/libosdp?style=flat&logo=rust&logoColor=DDD&label=crate%20%3A%20libosdp&link=https%3A%2F%2Fcrates.io%2Fcrates%2Flibosdp
[6]: https://crates.io/crates/libosdp
[7]: https://github.com/goToMain/libosdp-rs/actions/workflows/build-ci.yml/badge.svg
[8]: https://github.com/goToMain/libosdp-rs/actions/workflows/build-ci.yml
[9]: https://img.shields.io/crates/v/osdpctl?style=flat&logo=rust&logoColor=DDD&label=crate%20%3A%20osdpctl&link=https%3A%2F%2Fcrates.io%2Fcrates%2Fosdpctl
[10]: https://crates.io/crates/osdpctl