An SMPP library for Rust.
In early development: a basic framework for an SMSC is done, but many features required for a robust service are missing. See Issues.
First, install Rust.
To launch an SMSC:
bash
cargo run
To launch with detailed logging:
bash
RUST_LOG=DEBUG cargo run
Development focusses on SMPP v3.4, since that is in wide use. Docs:
We follow the Rust code of conduct.
Currently the moderation team consists of Andy Balaam only. We would welcome more members: if you would like to join the moderation team, please contact Andy Balaam.
Andy Balaam may be contacted by email on andybalaam at artificialworlds.net or on mastodon on @andybalaam@mastodon.social.
rust-smpp is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
This project is developed in both my work and personal time, and released under my personal copyright with the agreement of my employer.