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
app-notes:send-the-local-gps-nmea-stream-to-a-remote-udp-server [2025/11/05 14:07] – [2. Important settings in the SDK script] grayapp-notes:send-the-local-gps-nmea-stream-to-a-remote-udp-server [2025/11/24 16:04] (current) – [1. Set up the SDK script on the router] gray
Line 24: Line 24:
 In the first step, the SDK function is activated and further options are specified.  In the first step, the SDK function is activated and further options are specified. 
  
----- 
  
 {{:app-notes:gnss_sdk_admin.png?950|}} {{:app-notes:gnss_sdk_admin.png?950|}}
  
-   - The function is activated under ''point 1''+      - The function is activated under ''point 1''
-  - Under ''point 2'', we free up memory for the execution of the script. For this SDK script, 100 MB is sufficient; only a few variables are stored temporarily for the execution of the program. +      - Under ''point 2'', we free up memory for the execution of the script. For this SDK script, 100 MB is sufficient; only a few variables are stored temporarily for the execution of the program. 
-  - Under ''point 3'', we activate monitoring to check whether the script is still being processed correctly. We use the router's core function in the program. Monitoring makes sense here.+       - Under ''point 3'', we activate monitoring to check whether the script is still being processed correctly. We use the router's core function in the program. Monitoring makes sense here.
  
 ---- ----
Line 62: Line 61:
  
 ############################################################################### ###############################################################################
-DEBUG=flase;      # Enable debugging with true or disable with false +DEBUG=false;      # Enable debugging with true or disable with false 
-DEBUGALL=flase;   # Enable debugging with true or disable with false+DEBUGALL=false;   # Enable debugging with true or disable with false
 ############################################################################### ###############################################################################
  
Line 273: Line 272:
 ---- ----
  
-===== - Important settings in the SDK script ===== 
- 
----- 
  
 ===== - Additional information ===== ===== - Additional information =====
Line 289: Line 285:
  
 ############################################################################### ###############################################################################
-DEBUG=flase;      # Enable debugging with true or disable with false +DEBUG=false;      # Enable debugging with true or disable with false 
-DEBUGALL=flase;   # Enable debugging with true or disable with false+DEBUGALL=false;   # Enable debugging with true or disable with false
 ############################################################################### ###############################################################################