Added SDKs management support.
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Fri, 22 Dec 2017 20:26:40 +0000 (21:26 +0100)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Fri, 22 Dec 2017 20:29:59 +0000 (21:29 +0100)
commitf1c182ede3c4aed0d6196d05b0a64ff93372e755
tree2cf95732a06808aac8325bccb5199346b33165a2
parent285332c351777b74abca638b8b2a2cde3c68edc6
Added SDKs management support.

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
26 files changed:
.gitignore
.vscode/launch.json
.vscode/settings.json
Makefile
conf.d/etc/xds/server/server-config.json
lib/syncthing/st.go
lib/xdsconfig/config.go
lib/xdsconfig/fileconfig.go
lib/xdsserver/apiv1-events.go
lib/xdsserver/apiv1-sdks.go
lib/xdsserver/apiv1.go
lib/xdsserver/sdk.go
lib/xdsserver/sdks.go
lib/xdsserver/webserver.go
lib/xsapiv1/events.go
lib/xsapiv1/sdks.go
scripts/sdks/README.md [new file with mode: 0644]
scripts/sdks/agl/_build-sdks-json.sh [new file with mode: 0755]
scripts/sdks/agl/_env-init.sh [new file with mode: 0755]
scripts/sdks/agl/add [new file with mode: 0755]
scripts/sdks/agl/get-config [new file with mode: 0755]
scripts/sdks/agl/list [new file with mode: 0755]
scripts/sdks/agl/remove [new file with mode: 0755]
scripts/sdks/agl/update [new file with mode: 0755]
scripts/xds-utils/install-agl-sdks.sh
webapp/src/index.html