sbd 0.3.2

Read and write Iridium Short Burst Data (SBD) messages
Documentation

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.