Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
sdk:sdk [2020/05/22 07:49]
fachet [Wifi / WLAN]
sdk:sdk [2021/03/19 13:58]
dodenhoeft [Built-in Scripts]
Line 151: Line 151:
   * [[sdk::​mqtt_simple_status|Send Router Status Informations to an MQTT Broker]]   * [[sdk::​mqtt_simple_status|Send Router Status Informations to an MQTT Broker]]
   * [[sdk::​mqtt_advanced_status|Send Router Status Informations to an MQTT Broker - Advanced Version]]   * [[sdk::​mqtt_advanced_status|Send Router Status Informations to an MQTT Broker - Advanced Version]]
 +  * [[sdk::​mqtt_dio| Publish changes of the Digitial In or Out Interfaces via MQTT]]
 ==== Wifi / WLAN ==== ==== Wifi / WLAN ====
   * [[sdk::​wifimodechanger|Change Wifi Mode based on SSID]]   * [[sdk::​wifimodechanger|Change Wifi Mode based on SSID]]
Line 184: Line 185:
 |[[sdk:​scripts:​gps-udp-client-compat|gps-udp-client-compat.txt]]| This script sends the local GPS NMEA stream (incl. serial/​checksum) to a remote UDP server.| |[[sdk:​scripts:​gps-udp-client-compat|gps-udp-client-compat.txt]]| This script sends the local GPS NMEA stream (incl. serial/​checksum) to a remote UDP server.|
 |[[sdk:​scripts:​gps-udp-client|gps-udp-client.txt]]| This script sends the local GPS NMEA stream to a remote UDP server.| |[[sdk:​scripts:​gps-udp-client|gps-udp-client.txt]]| This script sends the local GPS NMEA stream to a remote UDP server.|
 +|[[sdk:​scripts:​gps2serial-gnsstogps|gps2serial-gnsstogps.txt]]| This script sends the local GPS NMEA stream to the internal serial interface. t checks for the correct CR/LF end of line characters and convert messages $GN to $GP.|
 |[[sdk:​scripts:​gps-upd-client-compat|gps-upd-client-compat.txt]]| This script sends the local GPS NMEA stream to a remote UDP server (incl. device identity).| |[[sdk:​scripts:​gps-upd-client-compat|gps-upd-client-compat.txt]]| This script sends the local GPS NMEA stream to a remote UDP server (incl. device identity).|
 |[[sdk:​scripts:​led|led.txt]]| This script can be used to set a LED| |[[sdk:​scripts:​led|led.txt]]| This script can be used to set a LED|