chirpstack / chirpstack-gateway-bridge

ChirpStack Gateway Bridge abstracts Packet Forwarder protocols into Protobuf or JSON over MQTT.
https://www.chirpstack.io
MIT License
425 stars 273 forks source link

MQTT - What about last will message #85

Closed spatsatzis closed 6 years ago

spatsatzis commented 6 years ago

Is this a bug or a feature request?

Feature request

What did you expect?

It would be nice to implement the MQTT last will message

What happened?

Deployed following this Install on gateway

What version are your using?

2.4.1

Hello @brocaar , thanks for your effort. Recently i found loraserver.io and started playing with it, its fairly straight forward and helped me jump in very quickly.

I'm trying to build my scenario with LORA which requires lora-gateway-bridge installed on the LORA Gateway.

There is no problem at all, everything works fine but as i'm seeing your project there is missing or maybe not needed yet the last will message feature of the MQTT.

Maybe if the bridge is not installed in the gateway the last will message is unnecessary. But in my case, bridge installed on the gateway, it would be nice to implement that feature.

If you think it is a good idea, i can make a pull request that will take care of this.

Looking forward about your opinion.

Thanks !!