Mqttgatewaytraccar
Mqttgatewaytraccar is a small Server written in NodeJs to use Traccar in other IoT Platforms such as Thingsboard
Mqttgatewaytraccar uses a number of open source projects to work properly:
npm install
npm start
nano docker-compose.yml
docker-compose up
Try docker-compose up -d to start in background.
On your Traccar Setup edit conf/traccar.xml and add forward
<!-- position forwarding -->
<entry key='forward.enable'>true</entry>
<entry key='forward.json'>true</entry>
<entry key='forward.url'>http://mqttgatewaytraccar_ip:8759/</entry>
And restart Traccar Instance