https://github.com/ubidots/ubidots_emqx_plugin
Ubidots EMQX Plugin for EMQX 5.
https://github.com/ubidots/ubidots_emqx_plugin
Last synced: 27 days ago
JSON representation
Ubidots EMQX Plugin for EMQX 5.
- Host: GitHub
- URL: https://github.com/ubidots/ubidots_emqx_plugin
- Owner: ubidots
- License: apache-2.0
- Created: 2024-03-13T12:08:41.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-01T11:09:51.000Z (about 1 year ago)
- Last Synced: 2025-02-14T04:52:43.620Z (3 months ago)
- Language: Erlang
- Size: 28.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# test_emqx_plugin
Another amazing EMQX plugin.
## Release
An EMQX plugin release is a tar file including including a subdirectory of this plugin's name and it's version, that contains:
1. A JSON format metadata file describing the plugin
2. Versioned directories for all applications needed for this plugin (source and binaries).In a shell from this plugin's working directory execute `make rel` to have the package created like:
``` bash
_build/default/emqx_plugrel/emqx_plugin_template-.tar.gz
```See [EMQX documentation](https://docs.emqx.com/en/enterprise/v5.0/extensions/plugins.html) for details on how to deploy custom plugins.