Build\Debug - Testing Devices

Dibbs4 years ago

Hi,

If modifying the back end and debugging in IntelliJ IDEA - can one test real devices (I'm interested in Teltonika devices)? Or is it via unit tests only?

If it's unit tests only, is it possible to replay messages that you can see in the logs of another server (i.e. just copy the messages that a specific device has sent in the past - Teltonika ones?)

Thanks

Anton Tananaev4 years ago

You can find some useful scripts here:

https://github.com/traccar/traccar/tree/master/tools

Dibbs4 years ago

Hi Anton,

Thanks for the pointer. I take it unit tests only (including log replay)? Not actual devices?

Thanks