Using Traccar just for device communication

dneb3 years ago

Hello, starting from Server Version 5.0, it is stated that we can use Traccar just for device communication and forward location data to some other service. how can we achieve this communication after upgrading to Version 5.0. Thanks for the Help!

Anton Tananaev3 years ago

You need to implement a storage interface that doesn't use the database.

dneb3 years ago

is it different from using WebSocket?

Anton Tananaev3 years ago

That's completely unrelated.