Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nielsfaber/mqtt-retained-topic-wiper
- Owner: nielsfaber
- Created: 2020-08-14T12:06:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-14T12:16:27.000Z (over 4 years ago)
- Last Synced: 2024-10-30T06:40:22.695Z (3 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).