User Tools

Site Tools


iceowl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
iceowl [2008/12/20 19:14] – old revision restored 97.115.76.235iceowl [2010/12/18 03:03] (current) – removed donpdonp
Line 1: Line 1:
-IceOwl - an open source location broker. (soon to be renamed to [[IceCondor]] since iceowl is an existing project) 
  
-<code> 
- input format: HTTP get/post variables 
- output format: JSON 
- error reporting: HTTP response code 
- 
- 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 
-   ... 
-  ] 
- 
-</code> 
iceowl.1229800491.txt.gz · Last modified: 2024/01/31 04:08 (external edit)