-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial NanoMQ/EMQX configuration #91
Conversation
…c-Racing/Siren into 76-init-nanomq-conf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I'm gonna trust you on this config lol, seems to pass the sniff test for what we want. We might want to play around with things like the number of threads and such potentially but we can get to that later during testing.
@@ -0,0 +1,7 @@ | |||
## EMQX Base Station | |||
|
|||
Clone repo and cd to this directory. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this for? Aren't we just going to deploy using the web deployment interface?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't use the web interface simply bc then I knew exactly what command line parameters were being included. I can try this out with the web interface it is just a matter of copying the various settings over. However we still need to clone the repo.
* initial config, not yet operable * basic quic works, still loops * initial config, not yet operable * basic quic works, still loops * include quic file * more conf fixups, sqlite? * Update nanomq.mk
Changes
Adds basic EMQX and NanoMQ conf files. Includes sqlite backup on TPU, bridging with the IP addresses of TPU and base station, etc. Does not include acl. Also does not include way for one to subscribe to # on EMQX, that can be added later as part of emqx acl.
Nanomq remains masked at startup.
Notes
Below summary of nanomq issues and possible resolutions:
Test Cases
Checklist
It can be helpful to check the
Checks
andFiles changed
tabs.Please reach out to your Project Lead if anything is unclear.
Please request reviewers and ping on slack only after you've gone through this whole checklist.
Closes #76