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
Last revisionBoth sides next revision
configuration:gpsd [2016/05/17 05:48] – [GPS over IP] leuenbergerconfiguration:gpsd [2019/02/28 10:28] – [GPS over IP] juraschek
Line 7: Line 7:
     * cli status interface     * cli status interface
     * inside of SDK Skripts     * inside of SDK Skripts
 +    * SNMP 
 ====== Webinterface ====== ====== Webinterface ======
  
Line 15: Line 16:
  
 {{ :configuration:screenshot_-_130516_-_13_57_52.png?nolink |}} {{ :configuration:screenshot_-_130516_-_13_57_52.png?nolink |}}
- 
- 
  
  
Line 24: Line 23:
 {{ :configuration:screenshot_-_130516_-_13_51_36.png?nolink |}} {{ :configuration:screenshot_-_130516_-_13_51_36.png?nolink |}}
  
 +====== Data format NMEA-0183 ======
 +
 +source: http://freenmea.net/docs
 +
 +**NMEA-0183 prefixes (Talker IDs)**
 +NMEA protocol can be sent by different equipment. It can be identified by so called Talker Id. Most known one is, of course $GP_ - GPS.
 +  * GA - Galileo
 +  * GL - GLONASS Receiver
 +  * GP - Global Positioning System (GPS)
 +  * GN - Global Navigation Satellite System (GNSS), combined services
  
  
Line 42: Line 51:
 ?WATCH={'enable':true,'json':false} ?WATCH={'enable':true,'json':false}
 ?WATCH={'enable':true,'nmea':true} ?WATCH={'enable':true,'nmea':true}
 +?WATCH={'enable':true}
 </code> </code>
  
Line 142: Line 152:
 </code> </code>
  
 +==== SNMP ====
 +It's possible to poll the postition via SNMP. 
 +You will find the entries "gnssLat" latitude and "gnssLon" longitude in the private MIB. 
 +Please be aware that the update interval will be 3s.