Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
development:start [2020/08/06 08:27] fachetdevelopment:start [2024/12/10 10:29] (current) – [NetModule Router Software (NRSW)] dodenhoeft
Line 7: Line 7:
 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. 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.
-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>+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;";