diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2018-12-31 09:59:16 +0100 |
---|---|---|
committer | Jose Bollo <jose.bollo@iot.bzh> | 2019-01-02 09:44:55 +0100 |
commit | 7916ea9258ce0a9d4951462836c5c06f2e227db3 (patch) | |
tree | cac15330fd254fa1020533c41fa533700d281ffa /bindings/samples/README.md | |
parent | e84fc44c47b42651fef17405f5bc09e5079d4a72 (diff) |
bindings/samples: Cleanup and tiny comment
The count of samples was too large and with
duplications. Hopefuly, removing duplications
and adding a tiny README file lowers fuzzy.
Change-Id: I55ed8f40a4f1e6e28e2a36f2819e25505246ecdd
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'bindings/samples/README.md')
-rw-r--r-- | bindings/samples/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bindings/samples/README.md b/bindings/samples/README.md new file mode 100644 index 00000000..587da22b --- /dev/null +++ b/bindings/samples/README.md @@ -0,0 +1,14 @@ + +This directory contains several examples of writting bindings with C. + +To get tutorial examples, you should check the directory ../tutorial. + +The provide examples here are: + +* AuthLogin (auth): shows how to manage the session +* DemoContext (context): as AuthLogin with use of LOA +* DemoPost (post): shows how to use HTTP to transfer files +* tic-tac-toe (tictactoe): example explain in the documentation +* hello3 (hello3): toolset for exhaustive use of the binder API v3 +* hello2 (hello2): toolset for use of the binder API v2 (legacy) + |