Traccar Data Flow

kurniawan7 years ago

Hi, I'm new to traccar and i would like to learn about it. Is there any documentation that i can use to learn about traccar data flow. How traccar firstly receive data, process it, check if whether device inside/outside geofence , speeding etc. And then base on the information send the appropriate notification to user.

Thank you

Anton Tananaev7 years ago

I would recommend to read Netty 3 documentation:

http://netty.io/3.8/guide/

Traccar back-end is built around this library.

kurniawan7 years ago

Is there any documentation for data processing (flow chart or something), after data being received using netty ?

Anton Tananaev7 years ago

No, but Netty documentation should be enough to understand how the system works.

kurniawan7 years ago

Ok. Thank you for your guidance.