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
Next revision
Previous revision
iceowl [2008/09/03 00:52] 64.122.198.69iceowl [2010/12/18 03:03] (current) – removed donpdonp
Line 1: Line 1:
-IceOwl - an open source location broker. 
  
-<code> 
- 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 
-   ... 
-  ] 
- 
-</code> 
iceowl.1220403125.txt.gz · Last modified: 2024/01/31 04:08 (external edit)