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 [2018/09/18 09:37]
juraschek [The Language]
sdk:sdk [2020/06/09 10:00]
juraschek [MQTT]
Line 15: Line 15:
 */ */
 for ( attempts=0; attempts<​3;​ attempts ++) { for ( attempts=0; attempts<​3;​ attempts ++) {
-  if ( nb_serial_read ("​serial0"​) == " Knock Knock !") {+  if ( nb_serial_read ("​serial0"​) == "Knock Knock !") {
     nb_serial_write ("​serial0",​ "Who 's there ?");     nb_serial_write ("​serial0",​ "Who 's there ?");
     if ( nb_serial_read ("​serial0"​) == " Santa ") {     if ( nb_serial_read ("​serial0"​) == " Santa ") {
Line 133: Line 133:
 ==== GPS ==== ==== GPS ====
   * [[sdk:​gps-udp-broadcast|Broadcast selected GPS NMEA data to different UDP ports]]   * [[sdk:​gps-udp-broadcast|Broadcast selected GPS NMEA data to different UDP ports]]
 +  * [[sdk:​gps-udp-client-GNSStoGPS|Send GNSS data to a remote UDP port in $GP instead of $GN format ]]
  
 ==== Serial ==== ==== Serial ====
Line 150: 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]]
 +  * [[sdk::​wifiprobingclients|Show probing WiFi clients]]
 ==== Various ==== ==== Various ====
   * [[sdk:​telnet-run-a-command-using-telnet|Run a command using Telnet]]   * [[sdk:​telnet-run-a-command-using-telnet|Run a command using Telnet]]