Skip to content

Rust components of LibOSDP. Provides the rust crate "libosdp" and a tool "osdpctl" to setup manage and control OSDP devices

License

Notifications You must be signed in to change notification settings

goToMain/libosdp-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

948b1b7 · Jan 9, 2025
Nov 12, 2024
Nov 12, 2024
Nov 12, 2024
Jan 9, 2025
Nov 12, 2024
Dec 10, 2023
Feb 17, 2024
Feb 20, 2024
Dec 10, 2023
Mar 9, 2024
Oct 11, 2024

Repository files navigation

LibOSDP-rs

Build CI Crates.io libosdp-sys version Crates.io libosdp version Crates.io osdpctl version

This project hosts cargo crates that add rust support for LibOSDP in rust and other OSDP related tools such as osdpctl. You can also take a look at the documentation 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.