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
Last revisionBoth sides next revision
iceowl [2008/12/06 08:14] – vhnkprut 96.246.52.150iceowl [2008/12/20 19:14] – old revision restored 97.115.76.235
Line 1: Line 1:
- [URL=http://opeuepmx.com]rcyhxzzn[/URL]  ngwznaoi http://uidwlifc.com olbfrtxs xzdxspem  <a href="http://yjxuzqxb.com">lxggvduh</a+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>