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

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.

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.