Import Beacons into Geohopper

You are here:

Geohopper can trigger alerts when in proximity to a beacon.  Beacons broadcast UUID, major and minor number.  With these three bits of information it becomes trivial to import one or many beacons with one tap on a URL.  Create the URL using the format below, paste the URLs into an email or other shared document accessible from the iOS device.  From the iOS device where Geohopper is installed, tap on the URL in the email or document to import into Geohopper’s Locations list.  

Use the beacon identifier information for parts of the URL in upper case (BEACONNAME, UUID, MAJORNUMBER and MINORNUMBER). 

geohopper://localhost/addlocations?name=BEACONNAME&uuid=UUID&major=MAJORNUMBER&minor=MINORNUMBER

 For example:

geohopper://localhost/addlocations?name=beacon1&uuid=88044CE3-E95F-43FB-84AD-CE5A31E58770&major=1&minor=2

Import multiple beacons with one extended URL string. For example:

geohopper://localhost/addlocations?name=beacon1&uuid=88044CE3-E95F-43FB-84AD-CE5A31E58770&major=1&minor=2&name=beacon2&uuid=88044CE3-E95F-43FB-84AD-CE5A31E58771&major=11&minor=12

Tapping the URL will open Geohopper and import the beacon identifier in one action.

 

 

If this article isn’t exactly what you are looking for, try Manually configure Geohopper with 3rd party beacons.