chore(broker): shell script runner for app

This commit is contained in:
Leandro Antônio Farias Machado 2023-05-13 09:34:56 -03:00
parent e0c307a3f2
commit 3a80f01f99
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,5 @@
This broker is an implementation of mochi. I had to fork it to customize CONNACK packet userProperty.
This broker is an implementation of mochi. I've to forked it to customize CONNACK packet userProperty, although mochi lib might have a better approach to do it.
To run this project you might have Go compiler in your machine, and inside cmd folder there is a run.sh script, which runs the project with the right arguments; also inside the same folder is the auth.json file, that carries configs of RBAC.
![img.png](img.png)

View File

@ -0,0 +1 @@
go run . -path auth.json