FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
175 views 2 comments
by
Hello,

we have a custom IoT Service and we want to build a Interface between the RUTX and our Service. My question is now, how i get the IoT data on the RUTX over Python ? I want subsequently format the data and push it to my IoT Service over MQTT or REST.

Regards

1 Answer

0 votes
by anonymous

Hi,

As this is more a development question, I would suggest looking at OpenWRT wiki and forums. Unfortunately, I will not be able to help you with this question. Python is supported and python programs can be run on our routers.

If you wish to develop a service, you might also want to look at our SDK:

https://wiki.teltonika-networks.com/view/Software_Development_Kit

There you will find already existent services and will be able to compile yours into the firmware.

EB.

by
I checked already your SDK, but i cant see any option to get the live time data vom RUTX. There are no librarys or package for that or ? Maybe you can tell me where your scripts placed, then i can check how you get the data and extend it with a interface to our IoT Service.

Regards

*edit: Thanks for your fast reply!
by anonymous
You should find all the initial scripts in /etc/init.d/ directory.

In most cases, you should find things in /usr/sbin and /etc directories.

EB.