
UGL Broadcast Plug-in
Transmit UGL data to a user defined target
App info
App description
Android App Analysis and Review: UGL Broadcast Plug-in, Developed by FlashLight. Listed in Tools Category. Current Version Is 1.003, Updated On 26/04/2020 . According to users reviews on Google Play: UGL Broadcast Plug-in. Achieved Over 249 Installs. UGL Broadcast Plug-in Currently Has 1 Reviews, Average Rating 5.0 Stars
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.
What's New
- tweaks to comply with latest Ultra GPS Logger version
- code cleanup
- code cleanup