Crates.io | sbd |
lib.rs | sbd |
version | 0.3.3 |
source | src |
created_at | 2015-08-29 04:00:23.699245 |
updated_at | 2024-05-29 20:29:16.281904 |
description | Read and write Iridium Short Burst Data (SBD) messages |
homepage | |
repository | https://github.com/gadomski/sbd-rs |
max_upload_size | |
id | 2948 |
size | 1,263,401 |
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.
To build the sbd
executable, you need rust.
Once you have rust, simply:
cargo install sbd
sbd serve
as a daemonThe 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.
Include the following in your Cargo.toml
:
[dependencies]
sbd = "0.3"
Please open issues and/or pull requests through the github interface.
This code was cobbled together by Pete Gadomski pete@gadom.ski.
Licensed under either of
at your option.
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.