A few questions from a rookie guy

jcroman8 years ago

Hi Anton
I am rookie in this of back end world and I would like if you can recommend me some books for this of java web apps (how to use JSON objects, maps layers, your server's code configuration etc..).

I how you can help me
Thanks

Anton Tananaev8 years ago

Traccar server consists of two parts:

  1. Back-end in Java
  2. Front-end in JavaScript

I think you need to explain what you are trying to do first.

jcroman8 years ago

Thanks for reply.

I want to know what you did in the back-end part of the traccar platform.
I mean, how did you know how to structure the server or in which books did you based your impressive work (references). Honestly, I would like to make modifications to some protocols to add sensors and more specific needs like notifications etc... I appreciate you help along the way but I would like to understand better the traccar server itself in the future.

Thanks Anton

PS: Sorry my english

Anton Tananaev8 years ago

Traccar is based on Netty library, so a good place to start is their guide:

http://netty.io/3.8/guide/