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/24 14:50] – [1. Set up the SDK script on the router] 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.
  
 ---- ----