Hi Anton,
Can you please tell me following-
- Which class raw receive message from remote device. ?
Most of the decoder classes in the protocol package.
I want to do following thing-
- 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 ?
I would recommend you to read Netty library documentation to understand how the system works.
Hi Anton,
Can you please tell me following-