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
Last revision Both sides next revision
configuration:gpsd [2016/05/13 12:17]
juraschek [SDK Scripts]
configuration:gpsd [2019/02/28 10:28]
juraschek [GPS over IP]
Line 7: Line 7:
     * cli status interface     * cli status interface
     * inside of SDK Skripts     * inside of SDK Skripts
 +    * SNMP 
 ====== Webinterface ====== ====== Webinterface ======
  
-The Webinterface ​already give you access to the GPS Data. This can be suitable to have a quick look on the current status of a vehicle.+The Webinterface ​gives you access to the GPS Data. This can be suitable to have a quick look on the current status of a vehicle.
  
 ===== Status Page ===== ===== Status Page =====
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 37: Line 46:
  
 <code javascript>​ <code javascript>​
-// get JOSN+// get JSON
 ?​WATCH={'​enable':​true,'​json':​true} ?​WATCH={'​enable':​true,'​json':​true}
 // get NMEA // get NMEA
 ?​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 65: Line 75:
 GNSS1 module type:               me909 GNSS1 module type:               me909
 GNSS1 module info:               ​Manufacturer:​ Huawei Technologies Co., Ltd. GNSS1 module info:               ​Manufacturer:​ Huawei Technologies Co., Ltd.
-                                 Model: ME909u-521 +.                                ​Model: ME909u-521 
-                                 ​Revision: 11.235.07.00.00 +.                                ​Revision: 11.235.07.00.00 
-                                 ​IMEI: 860461024127634 +.                                ​IMEI: 860461024127634 
-                                 ​+GCAP: +CGSM+.                                ​+GCAP: +CGSM
 GNNS1 system: ​                   GPS GNNS1 system: ​                   GPS
 GNSS1 signal: ​                   present GNSS1 signal: ​                   present
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.