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 13:56] – [1. Set up the SDK script on the router] grayapp-notes:send-the-local-gps-nmea-stream-to-a-remote-udp-server [2025/11/05 14:32] (current) – [2. Additional information] gray
Line 62: Line 62:
  
 ############################################################################### ###############################################################################
-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 264: Line 264:
 {{:app-notes:gnss_sdk_job.png?950|}} {{:app-notes:gnss_sdk_job.png?950|}}
  
-Again, enter the ''name'' for the SDK process first. If you want to activate the first SDK script on the router, the two fields ''“Trigger”'' and ''"Script"'' are already filled with the options you set up earlier. If you already have multiple scripts, you must select the correct option ''(Trigger and Script)'' from the pull-down menu. As before, click ''“Apply”'' to apply the setting to the router. In this case, the SDK script is also activated.+Again, enter the ''name'' for the SDK process first. If you want to activate the first SDK script on the router, the two fields ''“Trigger”'' and ''"Script"'' are already filled with the options you set up earlier. If you already have multiple scripts, you must select the correct option ''(Trigger and Script)'' from the pull-down menu. As before, click ''“Apply”'' to apply the setting to the router. In this case, the SDK script is also activated. Two arguments are required for the GPS_Tracking script: an IP address from the server and a UDP port. In this example, the ''IP address 192.168.1.1'' and '' UDP port 20000'' were used.
  
 ---- ----
 +{{:app-notes:gnss_sdk_status.png?950|}}
 +
 +Using the Administration option under ''point 1'', you can view information under the Status tab, ''point 2'', to see whether the SDK script has started correctly and is running without errors.
 +
 +----
 +
  
 ===== - Additional information ===== ===== - Additional information =====
Line 280: Line 286:
  
 ############################################################################### ###############################################################################
-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
 ############################################################################### ###############################################################################