Ruptela Uploader project using traccar api

Jose Castellanos2 years ago

Hi Anton Tananaev and Team,

I want to share with the community a sample project i am currently working to allow me to upload the configuration files to ruptela devices (currently tested on FM-Pro4 and Trace5). This is a Standalone application on nodejs , that connects to traccar using the rest api to execute commands, and the event foward capabilities to listen to the current commandResult of the previous executed command.

This is needed as the command requires to send several packages and wait for the result before actually sending other packages.

It is a by no means a production grade , but i hope it helps the integrate this kind of feature.

Any feedback is welcome.

the github url for project below:

https://github.com/matlock08/ruptela_uploader

Anton Tananaev2 years ago

Looks pretty cool. Thanks for sharing.