| Extension | Descriptions | Developers | LB4 Maintainer
| ------------- |:-------------:| -----:|-----:|
| MQTT | MQTT Transport | @akashjarad, @Negrero | TBD |
| | | ||
https://github.com/strongloop/loopback4-extension-mqtt
This is originated from Call for Contribution on LB Extensions issue.
From @bajtos
@akashjarad awesome! I added you to the table at the top, created https://github.com/strongloop/loopback4-extension-mqtt and gave you write permissions to that repository.
I am afraid we don't have the documentation for server/transport authors ready yet, but see the following resources for help:
https://github.com/strongloop/loopback4-extension-starter for basic project setup
strongloop/loopback4-extension-grpc#8 for an example of a custom transport
https://github.com/strongloop/loopback-next/tree/master/packages/rest for a pretty complete implementation of REST transport
What is this extension's progress? It seems quite stale so far.
@Nosfistis I also needed to use this extension for my current project and probably other loopback projects in the future. We decided to create our own extension. If you need to, you can use it: https://www.npmjs.com/package/lb4-extension-mqtt (https://github.com/juleskreutzer/lb4-extension-mqtt#readme)
A manual will be added in the next few days, or just open an issue if you need some help ;)
@juleskreutzer , thanks for sharing!
This issue has been marked stale because it has not seen activity within six months. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository. This issue will be closed within 30 days of being stale.
This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository.
Most helpful comment
@Nosfistis I also needed to use this extension for my current project and probably other loopback projects in the future. We decided to create our own extension. If you need to, you can use it: https://www.npmjs.com/package/lb4-extension-mqtt (https://github.com/juleskreutzer/lb4-extension-mqtt#readme)
A manual will be added in the next few days, or just open an issue if you need some help ;)