NetModule Routers come with the feature-rich [[documentation:feature-list|NetModule Router Software (NRSW)]]. For interessted users an **unsupported** Yocto-based OEM Linux OS reference distribution is available. Please note that the OEM Linux OS reference distribution is for academical use only and not intended for real life applications. ====== NetModule Router Software (NRSW) ====== There are basically three ways, how you can add your software extensions. The prefered way is using the built-in scripting enviroment called [[sdk:sdk|SDK]]. The advantages of this approach are that writing SDK scripts is relatively simple, but still powerful, and that these extensions can become part of the router's configuration. Hence, SDK scripts can be applied to other routers and they will survive software updates. The second approach is to write a C application and [[development:toolchain|cross-compile]] it for the router. With the optional available Virtualization License (Lic-V) it's possible to run an application in a [[https://en.wikipedia.org/wiki/LXC|Linux LXC container]]. $columns = 3; $tablestyle = "text-align:center;"; $tdstyle = "text-align:center; border-top:1px solid white; border-left:1px solid white; border-right: 10px solid white; border-bottom: 10px solid white; background-color:rgba(228,226,82,0.8); width:33%"; $image = "http://placehold.it/200x50"; $items = array( array("/sdk/sdk", $image, "SDK", "Language, API documentation, and sample scripts."), array("/development/toolchain", $image, "Toolchain", "Cross-compilation toolchain"), array("/virtualisation/start", $image, "Virtualization", "LXC container") ); echo "\n"; foreach ($items as $key=>$item) { echo ($key % $columns == 0) ? "" : ""; echo "\n"; echo ($key % $columns == $columns-1) ? "\n" : ""; } echo "
" . // "

" . "

$item[2]

" . "

$item[3]

\n";
====== Unsupported Linux OS Reference Distribution ====== **Disclaimer**: This software is unsupported - please don't contact NetModule support. Using the OEM Linux OS reference distribution may invalidate certifications and declarations of conformity. When the software is installed on a router, the warranty expires and the user is fully responsible for the operation. $columns = 1; $tablestyle = "text-align:center;"; $tdstyle = "text-align:center; border-top:1px solid white; border-left:1px solid white; border-right: 10px solid white; border-bottom: 10px solid white; background-color:rgba(228,226,82,0.8); width:33%"; $image = "http://placehold.it/200x50"; $items = array( array("https://netmodule-linux.readthedocs.io/en/latest/", $image, "Reference Distribution", "Unsupported Yocto-based OEM Linux OS reference distribution"), ); echo "\n"; foreach ($items as $key=>$item) { echo ($key % $columns == 0) ? "" : ""; echo "\n"; echo ($key % $columns == $columns-1) ? "\n" : ""; } echo "
" . // "

" . "

$item[2]

" . "

$item[3]

\n";