How do I find the module which receives data from tracking device?

Sriram 8 years ago

I've been trying to figure out which class receives the data from the tracking device but unfortunately I'm having a hard time looking for it. Could you please help me with this ? I can see initserver() on webserver class does that supports receiving position data from the device?

Anton Tananaev 8 years ago

I would recommend to read Netty documentation to understand Traccar architecture.

Sriram 8 years ago

Thank you! I'll check for it