Forward GPS data to mirror server

deathscythe8 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 Tananaev8 years ago

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

deathscythe8 years ago

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

Anton Tananaev8 years ago

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

kylemulder8 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?