Message flow in the traccar server

Anisha Vishnoi7 years ago

Hi Anton,

Can you please tell me following-

  1. Which class raw receive message from remote device. ?
Anton Tananaev7 years ago

Most of the decoder classes in the protocol package.

Anisha Vishnoi7 years ago

I want to do following thing-

  1. Calculate date wise traveled distance - For this I need some handler, I went through code and found various handlers(BaseEvent handler,DefaultData handler and BaseEventHandler etc) but able to find from where this handlers called, can you please help me ?
Anton Tananaev7 years ago

I would recommend you to read Netty library documentation to understand how the system works.