diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-07-21 15:57:53 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-07-21 15:57:53 +0200 |
commit | e8b0e3fd766fa155e4c2be4b939173d9f1c2f23a (patch) | |
tree | 2bba8835c73a1b68897525df7da15d33f003e07a /binding/memo.txt |
first commit
Diffstat (limited to 'binding/memo.txt')
-rw-r--r-- | binding/memo.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binding/memo.txt b/binding/memo.txt new file mode 100644 index 0000000..3a6ed50 --- /dev/null +++ b/binding/memo.txt @@ -0,0 +1,11 @@ + +gcc --shared -fPIC -o aia.so [^t]*.c -lcurl -lsystemd -ljson-c + +afb-daemon --rootdir=. --ldpaths=. --port=1212 --token= --verbose --verbose --verbose + + +afb-client-demo localhost:1212/api?token=t +agl-identity-agent subscribe + + +gcc -o taia *aia-uds-bluez.c -lsystemd |