From 7916ea9258ce0a9d4951462836c5c06f2e227db3 Mon Sep 17 00:00:00 2001 From: Jose Bollo Date: Mon, 31 Dec 2018 09:59:16 +0100 Subject: 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 --- bindings/samples/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bindings/samples/README.md (limited to 'bindings/samples/README.md') 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) + -- cgit 1.2.3-korg