Skip to content

deepanchal/aws-iot-mqtt-cli

This branch is up to date with main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

424cd12 Β· Mar 28, 2025

History

33 Commits
Mar 9, 2025
Mar 28, 2025
Mar 9, 2025
Mar 9, 2025
Mar 17, 2025
Mar 17, 2025
Mar 28, 2025
Mar 17, 2025
Mar 9, 2025
Mar 9, 2025
Mar 9, 2025
Mar 9, 2025
Mar 9, 2025

Repository files navigation

Contributors Forks Stargazers Issues MIT License


aws-iot-mqtt-cli

MQTT CLI for AWS IoT
Report Bug Β· Request Feature

🌟 About The Project

Simple mqtt cli for AWS IoT

(back to top)

πŸ—οΈ Built With

(back to top)

πŸš€ 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.

  1. Install rust: https://www.rust-lang.org/

  2. Clone the repo.

git clone https://github.com/deepanchal/aws-iot-mqtt-cli.git
  1. cd into repo.
cd aws-iot-mqtt-cli
  1. Run cli
cargo run

πŸ“ Usage

πŸƒ Run

cargo run

πŸ—οΈ Build

cargo build

πŸ§ͺ Run Tests

cargo test

(back to top)

🀝 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

(back to top)

πŸ“„ License

Distributed under the MIT License. See LICENSE for more information.

(back to top)