Connecting a (Digital Matter) Dart device

KurtSantele 5 years ago

Hi,

I have a Dart device which is mentioned in the list of supported devices (protocol=dmt and port=5137).
Together with the company Digital Matter we're trying to connect my Dart device to my Traccar server.
The Traccar Server is running on port 18082 so I can browse to http://<myserver>:18082/ and log in.

Question is: how should the Dart2 device be configured?
I tried with server <myserver> and port 18082 but that fails as port 18082 is an HTTP port where the Traccar Server software is listening on.
Should I use <myserver> and port 5137? This means that I have to open up another port in my firewall.
Then again I thought port 5137 was the port that device was listening on.

In short: I don't know which port to use and how I should connect my dart device to my Traccar Server.
Can you help us out?

Best regards,
Kurt Santelé

Anton Tananaev 5 years ago

Device never listens to any port. Only server does.