UGL Broadcast Plug-in

100+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image

About this app

To use this plug-in you need the following in addition to the plug-in:
- Ultra GPS Logger

The plug-in allows to broadcast your position to:

- a user defined URL via HTTP GET or HTTP POST
- a FTP server (kml, gpx or csv)
- an email address
- NMEA data via UDP to an IP address in your local WLAN

So you can use the GPS position live for different purposes.

The HTTP GET/POST mode provides the following varaibles:

nick - nickname as specified in settings
grp - group as specified in settings

lat - current latitude
lon - current longitude
alt - current altitude
time - current timestamp

The configuration can be accessed under:
Settings / Plugins / Broadcast

In case multiple position sending is configured:

[ar_size] => 10
[ar_lat_0] => oldest postion
[ar_lon_0] =>
[ar_alt_0] =>
[ar_time_0] =>
...
[ar_lat_9] => latest postion
[ar_lon_9] =>
[ar_alt_9] =>
[ar_time_9] =>

The FTP mode uses the FTP server configured under Settings / Online services.
Updated on
Apr 25, 2020

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
This app may share these data types with third parties
Location
This app may collect these data types
Location
Data is encrypted in transit
You can request that data be deleted

What's new

- tweaks to comply with latest Ultra GPS Logger version
- code cleanup