Community discussions

MikroTik App

Search found 6 matches

by crau1000
Tue Feb 12, 2019 11:07 am
Forum: Announcements
Topic: v6.44beta [testing] is released!
Replies: 365
Views: 170206

Re: v6.44beta [testing] is released!

Normis, 6.44Beta75 has an issue with GPS lat/longs. The new algorithm is inserting "00" after the decimal point. So originally lat/long would be 33.9686/-117.7432. NOW... from the GPS itself.... it is 33.009686/-117.007432. Ive attached a screen shot.. Screen Shot 2019-02-12 at 12.58.38 AM...
by crau1000
Wed Feb 06, 2019 10:01 am
Forum: General
Topic: LtAP Mini GPS + tracking in map
Replies: 28
Views: 12491

Re: LtAP Mini GPS + tracking in map

Hi Normis, The output isn't from a script it's the "/system script environment print" command in RouterOS. There is a PHP filter for the index.php script that filters the zeros and "\" forward slashes out before it goes to the JSON app. I got it working. I had to do a couple of t...
by crau1000
Tue Feb 05, 2019 2:07 am
Forum: General
Topic: LtAP Mini GPS + tracking in map
Replies: 28
Views: 12491

Re: LtAP Mini GPS + tracking in map

Hello Normis -- I installed 6.44beta61. I used the set command for dd. Still doesn't work BUT, I did find an issue. I sniffed and pulled apart the traffic going to JSON.. So we get prepended \00\00\00\00\00\00 etc.. trailing our dd lat/lon values.. I found a match to the value in "system script...
by crau1000
Mon Feb 04, 2019 11:39 pm
Forum: General
Topic: LtAP Mini GPS + tracking in map
Replies: 28
Views: 12491

Re: LtAP Mini GPS + tracking in map

Thanks Normis. Im looking forward to getting the updated OS and get this working. I will eventually get this working with postgresql. I'll update you with that code once I get it stitched together.

Again.. thanks for your help..
by crau1000
Sun Feb 03, 2019 11:10 pm
Forum: General
Topic: LtAP Mini GPS + tracking in map
Replies: 28
Views: 12491

Re: LtAP Mini GPS + tracking in map

Normis, is there a specific command in RouterOS to change the GPS format type? Or, is the only way to get dd GPS data through the "system gps monitor format=dd command"? Also, using the scripts from https://wiki.mikrotik.com/wiki/Manual:GPS-tracking, it does not post lat/long data to the s...
by crau1000
Thu Jan 31, 2019 4:48 am
Forum: Scripting
Topic: GPS http send to GpsGateServer script
Replies: 17
Views: 9364

Re: GPS http send to GpsGateServer script

Tried the format=dd in the script but still fails. I believe the script cannot handle negative coordinates. So if you have a Long of -117.1234, the add to the db fails.. then you get good ole Null Island. Any thoughts Normis?