sbd

Crates.iosbd
lib.rssbd
version0.3.3
sourcesrc
created_at2015-08-29 04:00:23.699245
updated_at2024-05-29 20:29:16.281904
descriptionRead and write Iridium Short Burst Data (SBD) messages
homepage
repositoryhttps://github.com/gadomski/sbd-rs
max_upload_size
id2948
size1,263,401
Pete Gadomski (gadomski)

documentation

https://docs.rs/sbd/

README

sbd-rs

Native rust library to read and write Iridium Short Burt Data (SBD) messages, and an executable that exposes some of that library's functionality. Documentation is available online, and they include some background on Iridum and its Short Burst Data (SBD) services.

GitHub Workflow Status (with event) Crates.io docs.rs

Building the executable

To build the sbd executable, you need rust. Once you have rust, simply:

cargo install sbd

Using sbd serve as a daemon

The executable includes a couple of powers, including a "run-forever" server for receiving Iridium SBD DirectIP messages and storing those messages to the filesystem. This sbd serve power does not include any sort of daemonization; you have to roll your own. I personally use supervisord.

Using the library

Include the following in your Cargo.toml:

[dependencies]
sbd = "0.3"

Contributing

Please open issues and/or pull requests through the github interface.

Authors

This code was cobbled together by Pete Gadomski pete@gadom.ski.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 225

cargo fmt