Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ichenjia committed Jan 20, 2014
1 parent c4ce1cf commit 3350593
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,22 @@ A http server for Leap Motion controller. It offers RESTful web APIs for accessi
In essence, the server use polling to acquire data from Leap Motion once a HTTP request is received. Then it display following data in JSON format:

Gestures : /gestures

Devices : /devices

Controller: /controller

Frame: /frame

Fingers :/fingers

Hands: /hands

Pointables: /pointables

Tools: /tools


An example would be

An AJAX call: http://{an ip address}:{port default is 1234}/gestures to retrieve current gestures list in JSON format.
Expand Down

0 comments on commit 3350593

Please sign in to comment.