diff options
author | Loïc Collignon <loic.collignon@iot.bzh> | 2018-01-11 14:41:57 +0100 |
---|---|---|
committer | Loïc Collignon <loic.collignon@iot.bzh> | 2018-01-26 07:36:21 +0100 |
commit | b13719ee11e8ef5cb14e2310a12e9f790ecc7809 (patch) | |
tree | 47acdd6ccb02acdfa685b7635ef8b2d3abfabb0a /src/memo.txt | |
parent | 786a2a295fd452aab5078ce4923cd5fcc2c1b464 (diff) |
removed unused files and useless subdirectories
Change-Id: Ie0ebe0104589ff99ae24c7410a484eeef18821e7
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
Diffstat (limited to 'src/memo.txt')
-rw-r--r-- | src/memo.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/memo.txt b/src/memo.txt new file mode 100644 index 0000000..3a6ed50 --- /dev/null +++ b/src/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 |