https://github.com/deepanchal/aws-iot-mqtt-cli
MQTT CLI for AWS IoT
https://github.com/deepanchal/aws-iot-mqtt-cli
aws-iot cli mqtt mqtt-client script
Last synced: about 1 month ago
JSON representation
MQTT CLI for AWS IoT
- Host: GitHub
- URL: https://github.com/deepanchal/aws-iot-mqtt-cli
- Owner: deepanchal
- License: mit
- Created: 2025-03-09T22:16:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-07T15:47:31.000Z (about 2 months ago)
- Last Synced: 2026-05-07T16:29:56.552Z (about 2 months ago)
- Topics: aws-iot, cli, mqtt, mqtt-client, script
- Language: Rust
- Homepage:
- Size: 81.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
## ๐ About The Project
Simple mqtt cli for AWS IoT
### ๐๏ธ Built With
- [`rust`](https://www.rust-lang.org/)
## ๐ Getting Started
### ๐ฅ Installing
#### Cargo
```bash
cargo install --git https://github.com/deepanchal/aws-iot-mqtt-cli
```
Once it's installed, simply run
```bash
aws-iot-mqtt-cli
```
### ๐ Running project locally
To get a local copy up and running follow these simple example steps.
1. Install rust: https://www.rust-lang.org/
2. Clone the repo.
```bash
git clone https://github.com/deepanchal/aws-iot-mqtt-cli.git
```
3. cd into repo.
```bash
cd aws-iot-mqtt-cli
```
4. Run cli
```sh
cargo run
```
## ๐ Usage
### ๐ Run
```sh
cargo run
```
### ๐๏ธ Build
```sh
cargo build
```
### ๐งช Run Tests
```sh
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!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feat/amazing-feature`)
3. Commit your Changes (`git commit -m 'feat: add some amazing-feature'`)
4. Push to the Branch (`git push origin feat/amazing-feature`)
5. Open a Pull Request
## ๐ License
Distributed under the MIT License. See [`LICENSE`](LICENSE) for more information.
[contributors-shield]: https://img.shields.io/github/contributors/deepanchal/aws-iot-mqtt-cli.svg?style=for-the-badge
[contributors-url]: https://github.com/deepanchal/aws-iot-mqtt-cli/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/deepanchal/aws-iot-mqtt-cli.svg?style=for-the-badge
[forks-url]: https://github.com/deepanchal/aws-iot-mqtt-cli/network/members
[stars-shield]: https://img.shields.io/github/stars/deepanchal/aws-iot-mqtt-cli.svg?style=for-the-badge
[stars-url]: https://github.com/deepanchal/aws-iot-mqtt-cli/stargazers
[issues-shield]: https://img.shields.io/github/issues/deepanchal/aws-iot-mqtt-cli.svg?style=for-the-badge
[issues-url]: https://github.com/deepanchal/aws-iot-mqtt-cli/issues
[license-shield]: https://img.shields.io/github/license/deepanchal/aws-iot-mqtt-cli.svg?style=for-the-badge
[license-url]: https://github.com/deepanchal/aws-iot-mqtt-cli/blob/main/LICENSE