Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
development:start [2020/08/06 08:19]
fachet [Unsupported Linux OS reference distribution]
development:start [2020/08/06 08:27] (current)
fachet
Line 1: Line 1:
-NetModule Routers come with the feature-rich NetModule Router Software (NRSW).+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. For interessted users an **unsupported** Yocto-based OEM Linux OS reference distribution is available.
Line 5: Line 5:
  
 ====== NetModule Router Software (NRSW) ====== ====== NetModule Router Software (NRSW) ======
-There are basically ​two 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.+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. The second approach is to write a C application and [[development:​toolchain|cross-compile]] it for the router.
-<php>+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]].<php>
 $columns = 3; $columns = 3;
 $tablestyle = "​text-align:​center;";​ $tablestyle = "​text-align:​center;";​
Line 15: Line 15:
     array("/​sdk/​sdk",​ $image, "​SDK",​ "​Language,​ API documentation,​ and sample scripts."​),​     array("/​sdk/​sdk",​ $image, "​SDK",​ "​Language,​ API documentation,​ and sample scripts."​),​
     array("/​development/​toolchain",​ $image, "​Toolchain",​ "​Cross-compilation toolchain"​),​     array("/​development/​toolchain",​ $image, "​Toolchain",​ "​Cross-compilation toolchain"​),​
-    array("/​virtualisation/​start",​ $image, "Virtualisation", "LXC container"​)+    array("/​virtualisation/​start",​ $image, "Virtualization", "LXC container"​)
 ); );
 echo "<​table style='​$tablestyle'>​\n";​ echo "<​table style='​$tablestyle'>​\n";​
Line 29: Line 29:
 </​php>​ </​php>​
 ====== Unsupported Linux OS Reference Distribution ====== ====== Unsupported Linux OS Reference Distribution ======
-Disclaimer: This software is **unsupported** - please don't contact NetModule support.+**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. 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.