Code documentation

David CO2 months ago

Hello everyone!

I'm researching the Traccar server and I'd like to know if there is any documentation or guide that explains how it works at the code level, or in other words, if the code is documented anywhere. I've reviewed the documentation on the official page, but it seems to focus more on the abstraction of the system than on the internal details of the code. My goal is to better understand how it works inside, both to learn and to eventually contribute to the project.

Any references, advice or experience you can share will be very helpful. Thanks in advance!

Anton Tananaev2 months ago

If you want to understand the code, I recommend reading the Netty documentation. It's at the core of the processing pipeline.