Traccar doesn't provide such functionality. It can only forward decoded location data to an HTTP service.
Can I customize it/ add that functionality? If so could you give me a head start? Thanks!
I would recommend to start with reading Netty 3 library documentation.
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.
Hi kylemulder, did you programmed this feature?
Will it be possible to forward the incoming TCP data to another mirror server. If so how will I do it. Thanks!