I want to offer my Blog-followers (the blog is Wordpress-based) the opportunity to see the route I have traveled and my current location on my Blog. As RUTX50 is offering HTTP-based protocols for tracking I want to use the Wordpress-plugin Trackserver to integrate in my blog.
Trackserver, being a WordPress plugin, support HTTP-based protocols for tracking.
Under “General – GPS- and Satellite” configuration section all positions are enabled . After turning on GPS, on the Map page of RUTX50 the correct position is shown.
But RUTX50 is not sending GPS data to my blog, just a blank record. The Trackserver-Log shows the same entry every hour:
User: bluefire – Name: OsmAnd – Start: 2024-11-14 07:00:36 – End: 2024-11-14 07:00:36 – Points: 0 – Distance: 0 – Source: Unknown
I interpret the log entry that RUTX50 is connecting to Trackserver-Plugin, but it seems not sending any data. The manual from RUTX50 is very minimalistic and contains no information about it.
Questions:
- Trackserver understands only specific URL parameters: ‘lat’, ‘lon’, ‘timestamp’ which are the most relevant ones. Does RUTX50 send this parameters? What Trackserver needs looks like this: https://myblog.com/ts/userid/password?lat={0}&lon={1}×tamp={2}&altitude={4}&speed={5}&bearing={6} .
- Do additional details have to be configured in RUTX50 configuration so that all needed parameters are sent to Trackserver?