tinuzz / wp-plugin-trackserver

A WordPress plugin for GPS tracking and publishing
https://wordpress.org/plugins/trackserver/
36 stars 12 forks source link

[feature request] distinguish devices #32

Closed ser closed 1 year ago

ser commented 3 years ago

Hi, as far as I can understand, osmand-style assumes all logging is done by the same device.

My postulate is to add a variable with device name to allow several devices to report independently to different tracks.

For example:

http://........./osmand/lat=XXX&device=XYZ..............

tinuzz commented 1 year ago

In Tracksever v5, the 'source' parameter is meant for this. If it isn't present, it will get a calculated value, but if it is present, the value will be recorded as-is.

http://........./osmand/lat=XXX&source=XYZ..............

Best regards, Martijn.