hardware integration help

Rahul sharma6 years ago

Hi Traccar Team,

You guys are doing a great job. Actually I am learner and want to integrate the hardware with software. So I request to help me with sample code(with sufficient comments to understand the logic ) which captures the data(first part to learn) from hardware on server and parse it(second main part) and store it in the database, can someone please provide me a lead. I want to learn about this integration part. you can give example of any hardware but I will prefer Teltonika devices to learn this stuff.

I will really appreciate any lead/help.

Anton Tananaev6 years ago

Source code is openly available on github. Just search for Teltonika if you are specifically interested in it. I would also recommend studying Netty library documentation to understand how Traccar decoding works.

Rahul sharma6 years ago

Hi Anton Tananaev , Thank you for your prompt response. Can you please help me with the url of both the above mentioned resources-github and Netty library documentation . Thanks :)

Anton Tananaev6 years ago

Links to source code is right here on this website:

https://www.traccar.org/source-code/

Netty documentation:

http://netty.io/3.10/guide/

Rahul sharma6 years ago

Thank you very much sir :)