Skip to content
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

MQTT notificator #5106

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

MQTT notificator #5106

wants to merge 3 commits into from

Conversation

albinpllanaa
Copy link

Hi
I have been working on supporting MQTT notifications on Traccar using Eclipse Paho client.
MQTT is a lightweight publish-subscribe messaging protocol and it can be used also for Push Notifications on mobile apps.
Keys to configure the MQTT:

<entry key="notificator.mqtt.server.url">tcp://localhost:1883</entry>
<entry key="notificator.mqtt.client.id">traccar</entry>
<entry key="notificator.mqtt.username"></entry>
<entry key="notificator.mqtt.password"></entry>

First two keys are required, and the last two keys are needed only if MQTT server is secured with username and password.

Please review the changes and provide your feedback. Thank you!

Best regards

@albinpllanaa albinpllanaa changed the title Support MQTT notifications MQTT notificatior Jun 6, 2023
@albinpllanaa albinpllanaa changed the title MQTT notificatior MQTT notificator Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant