Forward GPS data to mirror server

deathscythe7 years ago

Will it be possible to forward the incoming TCP data to another mirror server. If so how will I do it. Thanks!

Anton Tananaev7 years ago

Traccar doesn't provide such functionality. It can only forward decoded location data to an HTTP service.

deathscythe7 years ago

Can I customize it/ add that functionality? If so could you give me a head start? Thanks!

Anton Tananaev7 years ago

I would recommend to start with reading Netty 3 library documentation.

kylemulder7 years ago

Use the extra.handlers configuration property to specify your own handler, which will receive the event's and then forward it how you want to.

Peter Flower6 years ago

Hi kylemulder, did you programmed this feature?