User Tools

Site Tools


iceowl

**This is an old revision of the document!**

IceOwl - an open source location broker. (soon to be renamed to IceCondor since iceowl is an existing project)

 input format: HTTP get/post variables
 output format: JSON

 position_record:
  lat: <x>
  long: <y>
  alt: <z>
  time: <z>
  id: <url>

HTTP actions:

 POST position  (requires oauth login, which provides the user's id/url)
 input:
  lat=<x> long=<y> alt=<z> time=<w>
 output:


 GET position
 input
  id=<identity url>
 output
  position_record

 GET nearby
 input
  lat=<x> long=<y> alt=<z>
  radius=<in meters>
 output
  array [
   position record
   ...
  ]
iceowl.1220403876.txt.gz ยท Last modified: 2024/01/31 04:08 (external edit)