Define new communication protocol

ghost376 years ago

Hi, at the beginning I would like to thank you for a great tool, working awesome.

In a project, I'm working on, we need to handle communication through some specific text UDP protocol, created by our client. I'm looking for informations about how to define new communication protocol for Traccar Server. Is there any way to add new protocol support, without modyfing a source code of the application, like some form in web panel?

If not, should I use this instruction to get the intended effect?
https://www.traccar.org/implement-protocol/

Anton Tananaev6 years ago

No, you can't add protocol without modifying code. Yes, follow instructions there. It might be a bit outdated, so also check examples in the code.

ghost376 years ago

Ok, thanks for help