Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nielsfaber/mqtt-retained-topic-wiper

node.js app that looks for all subtopics in a branch and removes all retained messages
https://github.com/nielsfaber/mqtt-retained-topic-wiper

Last synced: about 1 month ago
JSON representation

node.js app that looks for all subtopics in a branch and removes all retained messages

Awesome Lists containing this project

README

        

# mqtt-retained-topic-wiper

# 1. Install
Clone and install dependencies
```
git clone https://github.com/nielsfaber/mqtt-retained-topic-wiper.git
cd mqtt-retained-topic-wiper
npm install
```

# 2. Run
```
node app.js
```

# 3. Success

It will remove all retained topics in `/.....` (including `` itself).