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
start [2018/02/12 09:40] juraschekstart [2024/08/22 10:11] (current) fachet
Line 1: Line 1:
 + [[faq:rma|RMA procedure]]  |  [[faq:support|Opening a support ticket]]
 +
 +
 ====== Welcome to NetModule Wiki ====== ====== Welcome to NetModule Wiki ======
-This wiki provides information about all NetModule Routers. Please select a topic below, use the search or+This wiki provides information on all NetModule Routers. Please select a topic below, use the search or
 [[toc|table of contents]]. [[toc|table of contents]].
  
 ** **
- +<WRAP center round tip 85%> 
- +[[maintenance:modem-firmware-update|All Information about updating Modem Firmware U-Blox Toby L2xx can be found here]]
-<WRAP center round tip 90%> +
-[[faq:update-to-4.1.0.100If you have problems installing 4.1.0.100 please see this wiki page for detailed instructions ]]+
 </WRAP> </WRAP>
- 
- 
 ** **
-<php> +  [[documentation:|Documentation and Downloads]]: Product documentation such as user manual and outline drawings for the NetModule Routers. 
-$columns = 3; +  - [[installation:|Installation]]: Getting started, installation and commissioning of the device. 
-$tablestyle = "text-align:center;"; +  - [[configuration:|Configuration and Deployment]]: Typical configuration of components such as WWAN, WLAN or VPN or link supervision. 
-$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%"; +  - [[development:|Software Development]]: Software extensions for NetModule Router Software using the [[sdk:|Software Development Kit (SDK)]], cross-compilation toolchain or LXC Virtualization or an unsupported Linux reference distribution
-$image = "http://placehold.it/200x50"; +  - [[monitoring:|Monitoring and Device Management"]]: Operation and monitoring, NMS, SNMP and [[faq:rma|RMA Procedure]]
-$items = array(   +  - [[maintenance:|Maintenance and Update]]: Maintenance tasks such as software update and reconfiguration. 
-      array("/documentation/", $image, "Documentation and Downloads", "Product documentation such as user manual and outline drawings for the NetModule Routers."),   +  - [[troubleshooting:|Troubleshing and Tech Support]]: Error analysis, reading the system log, using debug tools, tech support and RMA. 
-    array("/installation/", $image, "Installation", "Getting started, installation and commissioning of the device."), +  - [[faq:rma|RMA and Replacement]]: Hardware defect or upgrade to a new product. 
-    array("/configuration/", $image, "Configuration and Deployment", "Typical configuration of components such as WWAN, WLAN or VPN or link supervision."), +  - [[app-notes:|Whitepapers]]: Full use cases such as Passenger WLAN. 
-    array("/development/", $image, "Software Development", "Software extensions using the <a href=sdk/sdk>SDK</a><a href=development/toolchain>cross-compilation toolchain</a> or <a href=app-notes/virtualisation>LXC Virtualization</a>."), +  - [[faq-and-tools:|FAQ and Tools]]: FAQ, Tools and other helpers.
-    array("/monitoring/", $image, "Monitoring and Device Management", "Operation and monitoring, NMS, SNMP."), +
-    array("/maintenance/", $image, "Maintenance and Update", "Maintenance tasks such as software update and reconfiguration."), +
-    array("/troubleshooting/", $image, "Troubleshooting and Tech Support", "Error analysis, reading the system log, using debug tools, tech support and RMA"), +
-    // array("/replacement", $image, "RMA and Replacement", "Hardware defect or upgrade to a new product."), +
-    array("/app-notes/", $image, "Application Notes", "Full use cases such as Passenger WLAN."), +
-    array("/faq-and-tools/", $image, "FAQ and Tools", "FAQ, Tools and other helpers"), +
-); +
-if (empty($items)) { +
-    $items = array(); +
-    for ($i=1; $i<=9; $i++) { +
-        array_push($items, array("topic$i", $imgageserver "100x50", "This is title # $i", "This is the description of item $i")); +
-    } +
-+
-echo "<table style='$tablestyle'>\n"; +
-foreach ($items as $key=>$item) { +
-    echo ($key % $columns == 0) ? "<tr>" : ""; +
-    echo "<td style='$tdstyle'>"+
-    // "<p style='margin:8px;'><a href='$item[0]'><img src='$item[1]' title='$item[2]'></a></p>"+
-    "<p style='margin:8px; font-weight: bold;'><a href='$item[0]'>$item[2]</a></p>"+
-    "<p style='margin:8px;'>$item[3]</p></td>\n"; +
-    echo ($key % $columns == $columns-1) ? "</tr>\n" : ""; +
-+
-echo "</table>\n"; +
- +
-</php> +
- +
-<html> +
-<center></html> +
-   +
- +
-If you have any further Questions, Issues or a RMA Request please follow these pages  +
- +
- +
-|  [[faq:rma|RMA Procedure]]  |  [[faq:support|Opening a Support Ticket]]  |+
  
-<html> 
-</center></html>