2 unstable releases
new 0.2.0 | Mar 10, 2025 |
---|---|
0.1.0 | Mar 9, 2025 |
#1398 in Network programming
184 downloads per month
21KB
338 lines
aws-iot-mqtt-cli
MQTT CLI for AWS IoT
Report Bug
ยท
Request Feature
๐ About The Project
Simple mqtt cli for AWS IoT
๐๏ธ Built With
๐ Getting Started
๐ฅ Installing
Cargo
cargo install --git https://github.com/deepanchal/aws-iot-mqtt-cli
Once it's installed, simply run
aws-iot-mqtt-cli
๐ Running project locally
To get a local copy up and running follow these simple example steps.
-
Install rust: https://www.rust-lang.org/
-
Clone the repo.
git clone https://github.com/deepanchal/aws-iot-mqtt-cli.git
- cd into repo.
cd aws-iot-mqtt-cli
- Run cli
cargo run
๐ Usage
๐ Run
cargo run
๐๏ธ Build
cargo build
๐งช Run Tests
cargo test
๐ค Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feat/amazing-feature
) - Commit your Changes (
git commit -m 'feat: add some amazing-feature'
) - Push to the Branch (
git push origin feat/amazing-feature
) - Open a Pull Request
๐ License
Distributed under the MIT License. See LICENSE
for more information.
Dependencies
~9โ20MB
~263K SLoC