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
816 views 0 comments
by anonymous
We are looking to design a simple bit of code that will run on the RUT240 or 955 router

is this possible, if so how does one go about doing it?

What language will the program be written in, and is there nay docs etc?

This program will only need access to the local network and the public internet?  Maybe possibly using a VPN?

2 Answers

0 votes
by anonymous

Hello,

It depends what code you are going to run ?

There is a functionality of adding custom scripts to the router that will execute after router reboots.

Then if there is something that is not in the router master firmware , you can add it by making custom developments in the router SDK file .

Instructions could be seen here:

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

Thanks

Regards,

Ahmed

0 votes
by anonymous
The RUT955 is supported to run official, most recent openwrt.

You might consider to use openwrt, having the advantage of most recent software packages, and being based on more recent kernel.

Implementation of private/custom software into official openwrt can be done using python, PHP, C, C++, lua etc.