Started by user Thomas Jaeckle Running as Thomas Jaeckle [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-4p8z1 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-4p8z1" namespace: "ditto" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.ditto.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-4p8z1" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-4p8z1" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.ditto.svc.cluster.local/ditto/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-ditto" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on basic-4p8z1 in /home/jenkins/agent/workspace/website-build-and-deploy-fast-old-gerrit [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout Ditto master) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/website-build-and-deploy-fast-old-gerrit/ditto [Pipeline] { [Pipeline] git The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/ditto.git > git init /home/jenkins/agent/workspace/website-build-and-deploy-fast-old-gerrit/ditto # timeout=10 Fetching upstream changes from https://github.com/eclipse/ditto.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 0eef1b703555b41267935e3952490d3b808e2551 (refs/remotes/origin/master) > git config remote.origin.url https://github.com/eclipse/ditto.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0eef1b703555b41267935e3952490d3b808e2551 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master 0eef1b703555b41267935e3952490d3b808e2551 # timeout=10 Commit message: "Merge pull request #1474 from bosch-io/bugfix/sol-id-placeholder-resolvement" First time build. Skipping changelog. [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout Ditto release-2.4) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/website-build-and-deploy-fast-old-gerrit/ditto-release-2.4 [Pipeline] { [Pipeline] git The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/ditto.git > git init /home/jenkins/agent/workspace/website-build-and-deploy-fast-old-gerrit/ditto-release-2.4 # timeout=10 Fetching upstream changes from https://github.com/eclipse/ditto.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 89a8a4626eb9437ed22cddd3092cb0b4b8f62d11 (refs/remotes/origin/release-2.4) Commit message: "added Ditto 2.4.2 release notes" First time build. Skipping changelog. > git config remote.origin.url https://github.com/eclipse/ditto.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/release-2.4^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 89a8a4626eb9437ed22cddd3092cb0b4b8f62d11 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b release-2.4 89a8a4626eb9437ed22cddd3092cb0b4b8f62d11 # timeout=10 [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build documentation for master) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/website-build-and-deploy-fast-old-gerrit/ditto [Pipeline] { [Pipeline] sh + mvn --batch-mode --errors clean package -Pbuild-documentation --projects documentation --also-make Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.3, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.3+7 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [WARNING] The project org.eclipse.ditto:ditto:pom:0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse Ditto [pom] [INFO] Eclipse Ditto :: Documentation [pom] [INFO] [INFO] ----------------------< org.eclipse.ditto:ditto >----------------------- [INFO] Building Eclipse Ditto 0-SNAPSHOT [1/2] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto --- [INFO] [INFO] --- flatten-maven-plugin:1.2.7:clean (flatten.clean) @ ditto --- [INFO] [INFO] --- license-maven-plugin:4.1:check (default) @ ditto --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (prepare-agent) @ ditto --- [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/website-build-and-deploy-fast-old-gerrit/ditto/target/jacoco.exec [INFO] [INFO] --- license-maven-plugin:2.0.0:add-third-party (default-cli) @ ditto --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.2.7:flatten (flatten) @ ditto --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.2.0:unpack-dependencies (copy-legal-docs) @ ditto --- [INFO] [INFO] ---------------< org.eclipse.ditto:ditto-documentation >---------------- [INFO] Building Eclipse Ditto :: Documentation 0-SNAPSHOT [2/2] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-documentation --- [INFO] [INFO] --- flatten-maven-plugin:1.2.7:clean (flatten.clean) @ ditto-documentation --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (prepare-agent) @ ditto-documentation --- [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/website-build-and-deploy-fast-old-gerrit/ditto/documentation/target/jacoco.exec [INFO] [INFO] --- gem-maven-plugin:2.0.1:exec (generate-documentation) @ ditto-documentation --- [WARNING] OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0 [INFO] Successfully installed jekyll-3.6.2 [INFO] Successfully installed addressable-2.5.2 [INFO] Successfully installed public_suffix-3.0.1 [INFO] Successfully installed colorator-1.1.0 [INFO] Successfully installed jekyll-sass-converter-1.5.0 [INFO] Successfully installed sass-3.5.3 [INFO] Successfully installed sass-listen-4.0.0 [INFO] Successfully installed jekyll-watch-1.5.0 [INFO] Successfully installed listen-3.0.8 [INFO] Successfully installed rb-fsevent-0.10.2 [INFO] Successfully installed rb-inotify-0.9.10 [INFO] Successfully installed ffi-1.9.18-java [INFO] Successfully installed kramdown-1.15.0 [INFO] Successfully installed liquid-4.0.0 [INFO] Successfully installed mercenary-0.3.6 [INFO] Successfully installed pathutil-0.16.0 [INFO] Successfully installed forwardable-extended-2.6.0 [INFO] Successfully installed rouge-2.2.1 [INFO] Successfully installed safe_yaml-1.0.4 [INFO] Successfully installed jekyll-sitemap-1.1.1 [INFO] 20 gems installed [WARNING] OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0 2022-09-07T06:54:31.170Z [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable. [WARNING] OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0 2022-09-07T06:54:45.672Z [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable. [INFO] Configuration file: /home/jenkins/agent/workspace/website-build-and-deploy-fast-old-gerrit/ditto/documentation/src/main/resources/_config.yml [INFO] Source: /home/jenkins/agent/workspace/website-build-and-deploy-fast-old-gerrit/ditto/documentation/src/main/resources [INFO] Destination: /home/jenkins/agent/workspace/website-build-and-deploy-fast-old-gerrit/ditto/documentation/target/classes [INFO] Incremental build: disabled. Enable with --incremental [INFO] Generating... [INFO] done in 21.371 seconds. [INFO] Auto-regeneration: disabled. Use --watch to enable. [WARNING] OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0 2022-09-07T06:54:47.863Z [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable. [INFO] [INFO] --- flatten-maven-plugin:1.2.7:flatten (flatten) @ ditto-documentation --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-documentation:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ ditto-documentation --- [INFO] Reading assembly descriptor: src/main/resources/assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/website-build-and-deploy-fast-old-gerrit/ditto/documentation/target/ditto-documentation-0-SNAPSHOT-site.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT: [INFO] [INFO] Eclipse Ditto ...................................... SUCCESS [ 31.579 s] [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [01:02 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:50 min [INFO] Finished at: 2022-09-07T06:55:13Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build documentation for release-2.4) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/website-build-and-deploy-fast-old-gerrit/ditto-release-2.4 [Pipeline] { [Pipeline] sh + mvn --batch-mode --errors clean package -Pbuild-documentation --projects documentation --also-make Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.3, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.3+7 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [WARNING] The project org.eclipse.ditto:ditto:pom:0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse Ditto [pom] [INFO] Eclipse Ditto :: Documentation [pom] [INFO] [INFO] ----------------------< org.eclipse.ditto:ditto >----------------------- [INFO] Building Eclipse Ditto 0-SNAPSHOT [1/2] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto --- [INFO] [INFO] --- flatten-maven-plugin:1.2.7:clean (flatten.clean) @ ditto --- [INFO] [INFO] --- license-maven-plugin:4.1:check (default) @ ditto --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (prepare-agent) @ ditto --- [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/website-build-and-deploy-fast-old-gerrit/ditto-release-2.4/target/jacoco.exec [INFO] [INFO] --- license-maven-plugin:2.0.0:add-third-party (default-cli) @ ditto --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.2.7:flatten (flatten) @ ditto --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.2.0:unpack-dependencies (copy-legal-docs) @ ditto --- [INFO] [INFO] ---------------< org.eclipse.ditto:ditto-documentation >---------------- [INFO] Building Eclipse Ditto :: Documentation 0-SNAPSHOT [2/2] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-documentation --- [INFO] [INFO] --- flatten-maven-plugin:1.2.7:clean (flatten.clean) @ ditto-documentation --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (prepare-agent) @ ditto-documentation --- [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/website-build-and-deploy-fast-old-gerrit/ditto-release-2.4/documentation/target/jacoco.exec [INFO] [INFO] --- gem-maven-plugin:2.0.1:exec (generate-documentation) @ ditto-documentation --- [WARNING] OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0 [INFO] Successfully installed jekyll-3.6.2 [INFO] Successfully installed addressable-2.5.2 [INFO] Successfully installed public_suffix-3.0.1 [INFO] Successfully installed colorator-1.1.0 [INFO] Successfully installed jekyll-sass-converter-1.5.0 [INFO] Successfully installed sass-3.5.3 [INFO] Successfully installed sass-listen-4.0.0 [INFO] Successfully installed jekyll-watch-1.5.0 [INFO] Successfully installed listen-3.0.8 [INFO] Successfully installed rb-fsevent-0.10.2 [INFO] Successfully installed rb-inotify-0.9.10 [INFO] Successfully installed ffi-1.9.18-java [INFO] Successfully installed kramdown-1.15.0 [INFO] Successfully installed liquid-4.0.0 [INFO] Successfully installed mercenary-0.3.6 [INFO] Successfully installed pathutil-0.16.0 [INFO] Successfully installed forwardable-extended-2.6.0 [INFO] Successfully installed rouge-2.2.1 [INFO] Successfully installed safe_yaml-1.0.4 [INFO] Successfully installed jekyll-sitemap-1.1.1 [INFO] 20 gems installed [WARNING] OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0 2022-09-07T06:55:37.078Z [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable. [WARNING] OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0 2022-09-07T06:55:50.973Z [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable. [INFO] Configuration file: /home/jenkins/agent/workspace/website-build-and-deploy-fast-old-gerrit/ditto-release-2.4/documentation/src/main/resources/_config.yml [INFO] Source: /home/jenkins/agent/workspace/website-build-and-deploy-fast-old-gerrit/ditto-release-2.4/documentation/src/main/resources [INFO] Destination: /home/jenkins/agent/workspace/website-build-and-deploy-fast-old-gerrit/ditto-release-2.4/documentation/target/classes [INFO] Incremental build: disabled. Enable with --incremental [INFO] Generating... [INFO] done in 20.89 seconds. [INFO] Auto-regeneration: disabled. Use --watch to enable. [WARNING] OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0 2022-09-07T06:55:53.237Z [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable. [INFO] [INFO] --- flatten-maven-plugin:1.2.7:flatten (flatten) @ ditto-documentation --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-documentation:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ ditto-documentation --- [INFO] Reading assembly descriptor: src/main/resources/assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/website-build-and-deploy-fast-old-gerrit/ditto-release-2.4/documentation/target/ditto-documentation-0-SNAPSHOT-site.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT: [INFO] [INFO] Eclipse Ditto ...................................... SUCCESS [ 2.663 s] [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [ 44.059 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 48.068 s [INFO] Finished at: 2022-09-07T06:56:17Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout website) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/website-build-and-deploy-fast-old-gerrit/website [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.ditto (ssh://genie.ditto@git.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-5rkSfkM9fU1Y/agent.1086 SSH_AGENT_PID=1088 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/website-build-and-deploy-fast-old-gerrit/website@tmp/private_key_4359473232244338626.key (/home/jenkins/agent/workspace/website-build-and-deploy-fast-old-gerrit/website@tmp/private_key_4359473232244338626.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + git clone ssh://genie.ditto@git.eclipse.org:29418/www.eclipse.org/ditto.git . Cloning into '.'... Total 66823 (delta 13364), reused 66225 (delta 13364) [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1088 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish website) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/website-build-and-deploy-fast-old-gerrit/website [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.ditto (ssh://genie.ditto@git.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-ChIkOqo4uWCd/agent.1119 SSH_AGENT_PID=1121 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/website-build-and-deploy-fast-old-gerrit/website@tmp/private_key_6367056906598347392.key (/home/jenkins/agent/workspace/website-build-and-deploy-fast-old-gerrit/website@tmp/private_key_6367056906598347392.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + git config user.name 'Eclipse Ditto Bot' [Pipeline] sh + git config user.email ditto-bot@eclipse.org [Pipeline] sh + echo 'Git repo files:' Git repo files: [Pipeline] sh + ls -laR .: total 18568 drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 124 Sep 7 06:56 .. drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 1.0 drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 1.1 drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 1.2 drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 1.3 drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 1.4 drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 1.5 drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 2.0 -rw-r--r--. 1 jenkins 1001020000 13247 Sep 7 06:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13265 Sep 7 06:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14328 Sep 7 06:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13786 Sep 7 06:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14265 Sep 7 06:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17544 Sep 7 06:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17294 Sep 7 06:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13963 Sep 7 06:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 91073 Sep 7 06:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13834 Sep 7 06:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13987 Sep 7 06:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26583 Sep 7 06:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14071 Sep 7 06:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14904 Sep 7 06:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14156 Sep 7 06:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13758 Sep 7 06:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29466 Sep 7 06:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13325 Sep 7 06:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13915 Sep 7 06:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13845 Sep 7 06:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14333 Sep 7 06:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17430 Sep 7 06:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13878 Sep 7 06:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15162 Sep 7 06:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13993 Sep 7 06:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16491 Sep 7 06:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53381 Sep 7 06:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15724 Sep 7 06:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14533 Sep 7 06:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14366 Sep 7 06:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17724 Sep 7 06:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37361 Sep 7 06:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14157 Sep 7 06:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24403 Sep 7 06:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18298 Sep 7 06:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14433 Sep 7 06:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29299 Sep 7 06:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45084 Sep 7 06:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30460 Sep 7 06:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23226 Sep 7 06:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16766 Sep 7 06:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52042 Sep 7 06:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34268 Sep 7 06:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16597 Sep 7 06:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 18098 Sep 7 06:56 2021-09-29-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 29250 Sep 7 06:56 2021-11-03-oauth2.html -rw-r--r--. 1 jenkins 1001020000 15719 Sep 7 06:56 2021-11-22-release-announcement-220.html -rw-r--r--. 1 jenkins 1001020000 26758 Sep 7 06:56 2021-12-20-http-live-channel.html -rw-r--r--. 1 jenkins 1001020000 24680 Sep 7 06:56 2021-12-22-live-channel-condition.html -rw-r--r--. 1 jenkins 1001020000 17268 Sep 7 06:56 2022-01-21-release-announcement-230.html -rw-r--r--. 1 jenkins 1001020000 32671 Sep 7 06:56 2022-03-03-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 16438 Sep 7 06:56 2022-04-14-release-announcement-240.html -rw-r--r--. 1 jenkins 1001020000 17416 Sep 7 06:56 2022-07-12-reactive-mqtt.html drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 2.1 drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 2.2 drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 2.3 drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 2.4 -rw-r--r--. 1 jenkins 1001020000 60948 Sep 7 06:56 404.html -rw-r--r--. 1 jenkins 1001020000 71320 Sep 7 06:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 64309 Sep 7 06:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 62720 Sep 7 06:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 64294 Sep 7 06:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 62753 Sep 7 06:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 62661 Sep 7 06:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 62766 Sep 7 06:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 63462 Sep 7 06:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 104624 Sep 7 06:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 64639 Sep 7 06:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 66109 Sep 7 06:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 66985 Sep 7 06:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 74418 Sep 7 06:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 104419 Sep 7 06:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 71895 Sep 7 06:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 66370 Sep 7 06:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 78169 Sep 7 06:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 71863 Sep 7 06:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 110344 Sep 7 06:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 65044 Sep 7 06:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 65468 Sep 7 06:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 90830 Sep 7 06:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 97818 Sep 7 06:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 76848 Sep 7 06:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 69626 Sep 7 06:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 61742 Sep 7 06:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 63057 Sep 7 06:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 61444 Sep 7 06:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 61906 Sep 7 06:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 61867 Sep 7 06:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 64544 Sep 7 06:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 68528 Sep 7 06:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 182461 Sep 7 06:56 basic-wot-integration-example.html -rw-r--r--. 1 jenkins 1001020000 102583 Sep 7 06:56 basic-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 22531 Sep 7 06:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 22462 Sep 7 06:56 blog.html -rw-r--r--. 1 jenkins 1001020000 95829 Sep 7 06:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 64253 Sep 7 06:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 61308 Sep 7 06:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 62476 Sep 7 06:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 130445 Sep 7 06:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 97610 Sep 7 06:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 167264 Sep 7 06:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 62277 Sep 7 06:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 73400 Sep 7 06:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 76968 Sep 7 06:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 85629 Sep 7 06:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 87021 Sep 7 06:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 94149 Sep 7 06:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 93099 Sep 7 06:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 69593 Sep 7 06:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 69899 Sep 7 06:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 docson -rw-r--r--. 1 jenkins 1001020000 12666 Sep 7 06:56 EclipseDitto-community-call.ics -rw-r--r--. 1 jenkins 1001020000 61960 Sep 7 06:56 feedback.html -rw-r--r--. 1 jenkins 1001020000 134606 Sep 7 06:56 feed.xml drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 files -rw-r--r--. 1 jenkins 1001020000 1241 Sep 7 06:56 Gemfile -rw-r--r--. 1 jenkins 1001020000 1699 Sep 7 06:56 Gemfile.lock drwxr-sr-x. 8 jenkins 1001020000 163 Sep 7 06:57 .git -rw-r--r--. 1 jenkins 1001020000 62964 Sep 7 06:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Sep 7 06:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 114753 Sep 7 06:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11645 Sep 7 06:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 67939 Sep 7 06:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 64072 Sep 7 06:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 66561 Sep 7 06:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 79388 Sep 7 06:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 65189 Sep 7 06:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 85435 Sep 7 06:56 httpapi-sse.html drwxr-sr-x. 5 jenkins 1001020000 4096 Sep 7 06:56 images -rw-r--r--. 1 jenkins 1001020000 16337 Sep 7 06:56 index.html -rw-r--r--. 1 jenkins 1001020000 61655 Sep 7 06:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 65897 Sep 7 06:56 installation-extending.html -rw-r--r--. 1 jenkins 1001020000 150138 Sep 7 06:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 63960 Sep 7 06:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 63195 Sep 7 06:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 70767 Sep 7 06:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 64798 Sep 7 06:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 jsonschema -rw-r--r--. 1 jenkins 1001020000 67935 Sep 7 06:56 migration_notes_wildcard_search.html drwxr-sr-x. 3 jenkins 1001020000 84 Sep 7 06:56 openapi -rw-r--r--. 1 jenkins 1001020000 64828 Sep 7 06:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 62732 Sep 7 06:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 62244 Sep 7 06:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 62244 Sep 7 06:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 65180 Sep 7 06:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 65673 Sep 7 06:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 64853 Sep 7 06:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 65930 Sep 7 06:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 64660 Sep 7 06:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 67878 Sep 7 06:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 68249 Sep 7 06:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 65853 Sep 7 06:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 64567 Sep 7 06:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 64725 Sep 7 06:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 77883 Sep 7 06:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 64177 Sep 7 06:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 64133 Sep 7 06:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 64288 Sep 7 06:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 64369 Sep 7 06:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 64350 Sep 7 06:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 64166 Sep 7 06:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 64107 Sep 7 06:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 64276 Sep 7 06:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 64257 Sep 7 06:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 64152 Sep 7 06:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 64059 Sep 7 06:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 123800 Sep 7 06:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 70604 Sep 7 06:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 67120 Sep 7 06:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 67385 Sep 7 06:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 67977 Sep 7 06:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 66737 Sep 7 06:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 66849 Sep 7 06:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 68678 Sep 7 06:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 68921 Sep 7 06:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 64975 Sep 7 06:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 67861 Sep 7 06:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 66621 Sep 7 06:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 66378 Sep 7 06:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 70397 Sep 7 06:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 65183 Sep 7 06:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 65676 Sep 7 06:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 64856 Sep 7 06:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 65933 Sep 7 06:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 64663 Sep 7 06:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 67881 Sep 7 06:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 68252 Sep 7 06:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 67258 Sep 7 06:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 65856 Sep 7 06:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 64570 Sep 7 06:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 64537 Sep 7 06:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 75603 Sep 7 06:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 62671 Sep 7 06:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 64988 Sep 7 06:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 67422 Sep 7 06:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 63726 Sep 7 06:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 63404 Sep 7 06:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 63019 Sep 7 06:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 62941 Sep 7 06:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 63061 Sep 7 06:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 63043 Sep 7 06:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 105791 Sep 7 06:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 67523 Sep 7 06:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 64988 Sep 7 06:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 65193 Sep 7 06:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 63726 Sep 7 06:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 64058 Sep 7 06:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 63404 Sep 7 06:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 63732 Sep 7 06:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 66496 Sep 7 06:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 64645 Sep 7 06:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 66327 Sep 7 06:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 63723 Sep 7 06:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 63887 Sep 7 06:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 63401 Sep 7 06:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 63561 Sep 7 06:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 63536 Sep 7 06:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 63689 Sep 7 06:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 63398 Sep 7 06:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 63948 Sep 7 06:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 63298 Sep 7 06:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 64802 Sep 7 06:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 64970 Sep 7 06:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 63884 Sep 7 06:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 63226 Sep 7 06:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 63195 Sep 7 06:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 67375 Sep 7 06:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 66975 Sep 7 06:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 73767 Sep 7 06:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 62141 Sep 7 06:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 63398 Sep 7 06:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 64093 Sep 7 06:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 62686 Sep 7 06:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 61994 Sep 7 06:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 72278 Sep 7 06:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 63342 Sep 7 06:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 79435 Sep 7 06:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 68061 Sep 7 06:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 66016 Sep 7 06:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 75151 Sep 7 06:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 112472 Sep 7 06:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 86653 Sep 7 06:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 66276 Sep 7 06:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 96094 Sep 7 06:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 85479 Sep 7 06:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 85905 Sep 7 06:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 76773 Sep 7 06:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 71817 Sep 7 06:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 63240 Sep 7 06:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 61414 Sep 7 06:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 64305 Sep 7 06:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 63786 Sep 7 06:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 64375 Sep 7 06:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 64035 Sep 7 06:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 65637 Sep 7 06:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 65784 Sep 7 06:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 65384 Sep 7 06:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 65318 Sep 7 06:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 67804 Sep 7 06:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 63456 Sep 7 06:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 63850 Sep 7 06:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 65779 Sep 7 06:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 64702 Sep 7 06:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 66493 Sep 7 06:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 69691 Sep 7 06:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 62218 Sep 7 06:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 63186 Sep 7 06:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 63667 Sep 7 06:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 62357 Sep 7 06:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 68314 Sep 7 06:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 62735 Sep 7 06:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 70139 Sep 7 06:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 66904 Sep 7 06:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 70370 Sep 7 06:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 61689 Sep 7 06:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 100771 Sep 7 06:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 63477 Sep 7 06:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 76400 Sep 7 06:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 64179 Sep 7 06:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 63462 Sep 7 06:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 62042 Sep 7 06:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 67491 Sep 7 06:56 release_notes_220.html -rw-r--r--. 1 jenkins 1001020000 63045 Sep 7 06:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 61839 Sep 7 06:56 release_notes_222.html -rw-r--r--. 1 jenkins 1001020000 68207 Sep 7 06:56 release_notes_230.html -rw-r--r--. 1 jenkins 1001020000 63512 Sep 7 06:56 release_notes_231.html -rw-r--r--. 1 jenkins 1001020000 63102 Sep 7 06:56 release_notes_232.html -rw-r--r--. 1 jenkins 1001020000 73121 Sep 7 06:56 release_notes_240.html -rw-r--r--. 1 jenkins 1001020000 62406 Sep 7 06:56 release_notes_241.html -rw-r--r--. 1 jenkins 1001020000 51 Sep 7 06:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 66751 Sep 7 06:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 35438 Sep 7 06:56 search.json -rw-r--r--. 1 jenkins 1001020000 20014 Sep 7 06:56 sitemap.xml drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 slides -rw-r--r--. 1 jenkins 1001020000 68491 Sep 7 06:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 73254 Sep 7 06:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 95772 Sep 7 06:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 69488 Sep 7 06:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 80603 Sep 7 06:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 71786 Sep 7 06:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 74324 Sep 7 06:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 69876 Sep 7 06:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 73538 Sep 7 06:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 67945 Sep 7 06:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 86399 Sep 7 06:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 77892 Sep 7 06:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 74212 Sep 7 06:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 70351 Sep 7 06:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 70824 Sep 7 06:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 68463 Sep 7 06:56 tag_troubleshooting.html -rw-r--r--. 1 jenkins 1001020000 69474 Sep 7 06:56 tag_wot.html drwxr-sr-x. 2 jenkins 1001020000 118 Sep 7 06:56 wot ./1.0: total 10168 drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 12644 Sep 7 06:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 12662 Sep 7 06:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 13704 Sep 7 06:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13183 Sep 7 06:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 13662 Sep 7 06:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 16941 Sep 7 06:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 16691 Sep 7 06:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13360 Sep 7 06:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 92488 Sep 7 06:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13231 Sep 7 06:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13384 Sep 7 06:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 25980 Sep 7 06:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 13468 Sep 7 06:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14301 Sep 7 06:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 13553 Sep 7 06:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13155 Sep 7 06:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 28828 Sep 7 06:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 12722 Sep 7 06:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13312 Sep 7 06:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13242 Sep 7 06:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 13730 Sep 7 06:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 16827 Sep 7 06:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13275 Sep 7 06:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 14562 Sep 7 06:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13390 Sep 7 06:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 15883 Sep 7 06:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 52778 Sep 7 06:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15150 Sep 7 06:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 46472 Sep 7 06:56 404.html -rw-r--r--. 1 jenkins 1001020000 49959 Sep 7 06:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 48364 Sep 7 06:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 49466 Sep 7 06:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 48097 Sep 7 06:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 47940 Sep 7 06:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 47999 Sep 7 06:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 52558 Sep 7 06:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 61464 Sep 7 06:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 51255 Sep 7 06:56 basic-acl.html -rw-r--r--. 1 jenkins 1001020000 50267 Sep 7 06:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 49633 Sep 7 06:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 51121 Sep 7 06:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 77569 Sep 7 06:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 55428 Sep 7 06:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 63316 Sep 7 06:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 54960 Sep 7 06:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 51059 Sep 7 06:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 57514 Sep 7 06:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 57947 Sep 7 06:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 68848 Sep 7 06:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 59402 Sep 7 06:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 54598 Sep 7 06:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 48485 Sep 7 06:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 46968 Sep 7 06:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 47077 Sep 7 06:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 47314 Sep 7 06:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 49905 Sep 7 06:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 53760 Sep 7 06:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 16526 Sep 7 06:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 21345 Sep 7 06:56 blog.html -rw-r--r--. 1 jenkins 1001020000 79632 Sep 7 06:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 50597 Sep 7 06:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 46831 Sep 7 06:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 48000 Sep 7 06:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 74520 Sep 7 06:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 112975 Sep 7 06:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 47726 Sep 7 06:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 55882 Sep 7 06:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 59294 Sep 7 06:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 55100 Sep 7 06:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 54906 Sep 7 06:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 63118 Sep 7 06:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 65520 Sep 7 06:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 55282 Sep 7 06:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 docson -rw-r--r--. 1 jenkins 1001020000 12666 Sep 7 06:56 EclipseDitto-community-call.ics -rw-r--r--. 1 jenkins 1001020000 47984 Sep 7 06:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 files -rw-r--r--. 1 jenkins 1001020000 48130 Sep 7 06:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Sep 7 06:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 94806 Sep 7 06:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 10872 Sep 7 06:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 53463 Sep 7 06:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 47375 Sep 7 06:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 61732 Sep 7 06:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 50729 Sep 7 06:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 65344 Sep 7 06:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 images -rw-r--r--. 1 jenkins 1001020000 12892 Sep 7 06:56 index.html -rw-r--r--. 1 jenkins 1001020000 48159 Sep 7 06:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 122667 Sep 7 06:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 49130 Sep 7 06:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 48716 Sep 7 06:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 56121 Sep 7 06:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 50245 Sep 7 06:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 jsonschema drwxr-sr-x. 2 jenkins 1001020000 69 Sep 7 06:56 openapi -rw-r--r--. 1 jenkins 1001020000 49124 Sep 7 06:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 48181 Sep 7 06:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 49979 Sep 7 06:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 50472 Sep 7 06:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 49634 Sep 7 06:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 51091 Sep 7 06:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 51438 Sep 7 06:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 50652 Sep 7 06:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 49366 Sep 7 06:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 49524 Sep 7 06:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 60475 Sep 7 06:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 48976 Sep 7 06:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 48932 Sep 7 06:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 49087 Sep 7 06:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 48965 Sep 7 06:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 48906 Sep 7 06:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 49075 Sep 7 06:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 49056 Sep 7 06:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 48951 Sep 7 06:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 48858 Sep 7 06:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 102436 Sep 7 06:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 56063 Sep 7 06:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 49982 Sep 7 06:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 50475 Sep 7 06:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 49637 Sep 7 06:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 51094 Sep 7 06:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 51441 Sep 7 06:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 51531 Sep 7 06:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 50655 Sep 7 06:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 49369 Sep 7 06:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 49336 Sep 7 06:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 58082 Sep 7 06:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 50488 Sep 7 06:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52904 Sep 7 06:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 49226 Sep 7 06:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 48904 Sep 7 06:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 48519 Sep 7 06:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 48441 Sep 7 06:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 48561 Sep 7 06:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 48543 Sep 7 06:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 90254 Sep 7 06:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 53023 Sep 7 06:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 50488 Sep 7 06:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 50684 Sep 7 06:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 49226 Sep 7 06:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 49558 Sep 7 06:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 48904 Sep 7 06:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 49232 Sep 7 06:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 51996 Sep 7 06:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 50145 Sep 7 06:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 50681 Sep 7 06:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 49223 Sep 7 06:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 49387 Sep 7 06:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 48901 Sep 7 06:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 49061 Sep 7 06:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 48580 Sep 7 06:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 48733 Sep 7 06:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 48433 Sep 7 06:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 49053 Sep 7 06:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 49209 Sep 7 06:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 48928 Sep 7 06:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 48270 Sep 7 06:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 48239 Sep 7 06:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 51341 Sep 7 06:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 51132 Sep 7 06:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 59417 Sep 7 06:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 47633 Sep 7 06:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 48909 Sep 7 06:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 54338 Sep 7 06:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 66680 Sep 7 06:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 55275 Sep 7 06:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 51257 Sep 7 06:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 62214 Sep 7 06:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 94753 Sep 7 06:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 72686 Sep 7 06:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 50352 Sep 7 06:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 71006 Sep 7 06:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 68377 Sep 7 06:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 62295 Sep 7 06:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 56503 Sep 7 06:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 48342 Sep 7 06:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 46938 Sep 7 06:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 49829 Sep 7 06:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 49310 Sep 7 06:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 49892 Sep 7 06:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 49559 Sep 7 06:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 51222 Sep 7 06:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 51308 Sep 7 06:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 50908 Sep 7 06:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 50842 Sep 7 06:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 53389 Sep 7 06:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 48980 Sep 7 06:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 49374 Sep 7 06:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 51366 Sep 7 06:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 50226 Sep 7 06:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 52017 Sep 7 06:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 55307 Sep 7 06:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 51 Sep 7 06:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 51707 Sep 7 06:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 22625 Sep 7 06:56 search.json drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 slides -rw-r--r--. 1 jenkins 1001020000 54625 Sep 7 06:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 65460 Sep 7 06:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 52584 Sep 7 06:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 60466 Sep 7 06:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 54380 Sep 7 06:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 53703 Sep 7 06:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 52503 Sep 7 06:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 55902 Sep 7 06:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 51042 Sep 7 06:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 64497 Sep 7 06:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 55109 Sep 7 06:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 56249 Sep 7 06:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 53446 Sep 7 06:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 53419 Sep 7 06:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 51547 Sep 7 06:56 tag_troubleshooting.html ./1.0/css: total 80 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Sep 7 06:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23805 Sep 7 06:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Sep 7 06:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Sep 7 06:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 995 Sep 7 06:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Sep 7 06:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Sep 7 06:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4249 Sep 7 06:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Sep 7 06:56 theme-green.css ./1.0/docson: total 76 drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Sep 7 06:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Sep 7 06:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Sep 7 06:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Sep 7 06:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Sep 7 06:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Sep 7 06:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Sep 7 06:56 widget.js ./1.0/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Sep 7 06:56 docson.css ./1.0/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Sep 7 06:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Sep 7 06:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Sep 7 06:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Sep 7 06:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Sep 7 06:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Sep 7 06:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Sep 7 06:56 traverse.js ./1.0/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Sep 7 06:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Sep 7 06:56 signature.html ./1.0/files: total 28 drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Sep 7 06:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Sep 7 06:56 migration_mongodb_1.0.0.js ./1.0/images: total 316 drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Sep 7 06:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Sep 7 06:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Sep 7 06:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Sep 7 06:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Sep 7 06:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Sep 7 06:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Sep 7 06:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Sep 7 06:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Sep 7 06:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Sep 7 06:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Sep 7 06:56 iot_logo.svg drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 pages ./1.0/images/blog: total 328 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Sep 7 06:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Sep 7 06:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Sep 7 06:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Sep 7 06:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Sep 7 06:56 2018-12-14-command-and-control.png ./1.0/images/pages: total 8 drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 protocol ./1.0/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Sep 7 06:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Sep 7 06:56 context-overview.png ./1.0/images/pages/basic: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16882 Sep 7 06:56 ditto-class-diagram-v1.png -rw-r--r--. 1 jenkins 1001020000 23249 Sep 7 06:56 ditto-class-diagram-v1.svg -rwxr-xr-x. 1 jenkins 1001020000 4115 Sep 7 06:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Sep 7 06:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Sep 7 06:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Sep 7 06:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Sep 7 06:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Sep 7 06:56 policy-example.png ./1.0/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Sep 7 06:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Sep 7 06:56 ditto-twin-channel.png ./1.0/js: total 24 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Sep 7 06:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Sep 7 06:56 toc.js ./1.0/jsonschema: total 108 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 19834 Sep 7 06:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1129 Sep 7 06:56 feature.json -rw-r--r--. 1 jenkins 1001020000 1338 Sep 7 06:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 3651 Sep 7 06:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Sep 7 06:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Sep 7 06:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 3923 Sep 7 06:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2203 Sep 7 06:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Sep 7 06:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Sep 7 06:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Sep 7 06:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Sep 7 06:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Sep 7 06:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Sep 7 06:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 4585 Sep 7 06:56 thing_v1.json -rw-r--r--. 1 jenkins 1001020000 4139 Sep 7 06:56 thing_v2.json ./1.0/openapi: total 356 drwxr-sr-x. 2 jenkins 1001020000 69 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 125795 Sep 7 06:56 ditto-api-1.yml -rw-r--r--. 1 jenkins 1001020000 213558 Sep 7 06:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 420 Sep 7 06:56 README.md ./1.0/slides: total 28 drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 images ./1.0/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29017 Sep 7 06:56 index.html ./1.0/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 34289 Sep 7 06:56 index.html ./1.0/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14218 Sep 7 06:56 index.html ./1.0/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15010 Sep 7 06:56 index.html ./1.0/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 31911 Sep 7 06:56 index.html ./1.0/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Sep 7 06:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Sep 7 06:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Sep 7 06:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Sep 7 06:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Sep 7 06:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Sep 7 06:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Sep 7 06:56 background-twin-small.jpg ./1.0/slides/images: total 516 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Sep 7 06:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Sep 7 06:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Sep 7 06:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Sep 7 06:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Sep 7 06:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Sep 7 06:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Sep 7 06:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Sep 7 06:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Sep 7 06:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Sep 7 06:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Sep 7 06:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Sep 7 06:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Sep 7 06:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Sep 7 06:56 ttn-logo.png ./1.1: total 10496 drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 12644 Sep 7 06:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 12662 Sep 7 06:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 13704 Sep 7 06:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13183 Sep 7 06:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 13662 Sep 7 06:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 16941 Sep 7 06:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 16691 Sep 7 06:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13360 Sep 7 06:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 92488 Sep 7 06:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13231 Sep 7 06:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13384 Sep 7 06:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 25980 Sep 7 06:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 13468 Sep 7 06:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14301 Sep 7 06:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 13553 Sep 7 06:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13155 Sep 7 06:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 28828 Sep 7 06:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 12722 Sep 7 06:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13312 Sep 7 06:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13242 Sep 7 06:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 13730 Sep 7 06:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 16827 Sep 7 06:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13275 Sep 7 06:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 14562 Sep 7 06:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13390 Sep 7 06:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 15883 Sep 7 06:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 52778 Sep 7 06:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15150 Sep 7 06:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 47096 Sep 7 06:56 404.html -rw-r--r--. 1 jenkins 1001020000 50583 Sep 7 06:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 48988 Sep 7 06:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 50090 Sep 7 06:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 48721 Sep 7 06:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 48564 Sep 7 06:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 48623 Sep 7 06:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 53182 Sep 7 06:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 62088 Sep 7 06:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 51879 Sep 7 06:56 basic-acl.html -rw-r--r--. 1 jenkins 1001020000 50891 Sep 7 06:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 50257 Sep 7 06:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 51745 Sep 7 06:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 78193 Sep 7 06:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 56052 Sep 7 06:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 63940 Sep 7 06:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 55584 Sep 7 06:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 51683 Sep 7 06:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 58138 Sep 7 06:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 58571 Sep 7 06:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 69472 Sep 7 06:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 60026 Sep 7 06:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 55222 Sep 7 06:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 49109 Sep 7 06:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 47592 Sep 7 06:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 47701 Sep 7 06:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 47938 Sep 7 06:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 50529 Sep 7 06:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 54384 Sep 7 06:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 16526 Sep 7 06:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 21345 Sep 7 06:56 blog.html -rw-r--r--. 1 jenkins 1001020000 80256 Sep 7 06:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 51221 Sep 7 06:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 47455 Sep 7 06:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 48624 Sep 7 06:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 75144 Sep 7 06:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 113599 Sep 7 06:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 48350 Sep 7 06:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 56506 Sep 7 06:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 59918 Sep 7 06:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 55724 Sep 7 06:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 55530 Sep 7 06:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 63742 Sep 7 06:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 66144 Sep 7 06:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 55906 Sep 7 06:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 docson -rw-r--r--. 1 jenkins 1001020000 12666 Sep 7 06:56 EclipseDitto-community-call.ics -rw-r--r--. 1 jenkins 1001020000 48608 Sep 7 06:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 files -rw-r--r--. 1 jenkins 1001020000 48754 Sep 7 06:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Sep 7 06:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 95430 Sep 7 06:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 10872 Sep 7 06:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 54087 Sep 7 06:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 47999 Sep 7 06:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 62356 Sep 7 06:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 51353 Sep 7 06:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 65968 Sep 7 06:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 images -rw-r--r--. 1 jenkins 1001020000 12892 Sep 7 06:56 index.html -rw-r--r--. 1 jenkins 1001020000 48783 Sep 7 06:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 123291 Sep 7 06:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 49754 Sep 7 06:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 49340 Sep 7 06:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 56745 Sep 7 06:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 50869 Sep 7 06:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 jsonschema drwxr-sr-x. 2 jenkins 1001020000 69 Sep 7 06:56 openapi -rw-r--r--. 1 jenkins 1001020000 49748 Sep 7 06:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 48805 Sep 7 06:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 50603 Sep 7 06:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 51096 Sep 7 06:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 50258 Sep 7 06:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 51715 Sep 7 06:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 52062 Sep 7 06:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 51276 Sep 7 06:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 49990 Sep 7 06:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 50148 Sep 7 06:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 61099 Sep 7 06:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 49600 Sep 7 06:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 49556 Sep 7 06:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 49711 Sep 7 06:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 49589 Sep 7 06:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 49530 Sep 7 06:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 49699 Sep 7 06:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 49680 Sep 7 06:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 49575 Sep 7 06:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 49482 Sep 7 06:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 103060 Sep 7 06:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 56687 Sep 7 06:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 50606 Sep 7 06:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 51099 Sep 7 06:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 50261 Sep 7 06:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 51718 Sep 7 06:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 52065 Sep 7 06:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 52155 Sep 7 06:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 51279 Sep 7 06:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 49993 Sep 7 06:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 49960 Sep 7 06:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 58706 Sep 7 06:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 51112 Sep 7 06:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 53528 Sep 7 06:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 49850 Sep 7 06:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 49528 Sep 7 06:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 49143 Sep 7 06:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 49065 Sep 7 06:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 49185 Sep 7 06:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 49167 Sep 7 06:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 90878 Sep 7 06:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 53647 Sep 7 06:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 51112 Sep 7 06:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 51308 Sep 7 06:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 49850 Sep 7 06:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 50182 Sep 7 06:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 49528 Sep 7 06:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 49856 Sep 7 06:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 52620 Sep 7 06:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 50769 Sep 7 06:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 51305 Sep 7 06:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 49847 Sep 7 06:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 50011 Sep 7 06:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 49525 Sep 7 06:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 49685 Sep 7 06:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 49204 Sep 7 06:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 49357 Sep 7 06:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 49057 Sep 7 06:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 49677 Sep 7 06:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 49833 Sep 7 06:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 49552 Sep 7 06:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 48894 Sep 7 06:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 48863 Sep 7 06:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 51965 Sep 7 06:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 51756 Sep 7 06:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 60041 Sep 7 06:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 48257 Sep 7 06:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 49533 Sep 7 06:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 54962 Sep 7 06:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 67304 Sep 7 06:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 55899 Sep 7 06:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 51881 Sep 7 06:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 62838 Sep 7 06:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 95377 Sep 7 06:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 73310 Sep 7 06:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 50976 Sep 7 06:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 71630 Sep 7 06:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 69001 Sep 7 06:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 62919 Sep 7 06:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 57127 Sep 7 06:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 48966 Sep 7 06:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 47562 Sep 7 06:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 50453 Sep 7 06:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 49934 Sep 7 06:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 50516 Sep 7 06:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 50183 Sep 7 06:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 51846 Sep 7 06:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 51932 Sep 7 06:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 51532 Sep 7 06:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 51466 Sep 7 06:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 54013 Sep 7 06:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 49604 Sep 7 06:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 49998 Sep 7 06:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 51927 Sep 7 06:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 50850 Sep 7 06:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 52641 Sep 7 06:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 55868 Sep 7 06:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 48366 Sep 7 06:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 49334 Sep 7 06:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 49815 Sep 7 06:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 48505 Sep 7 06:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 51 Sep 7 06:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 52331 Sep 7 06:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 23513 Sep 7 06:56 search.json drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 slides -rw-r--r--. 1 jenkins 1001020000 55345 Sep 7 06:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 66180 Sep 7 06:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 53304 Sep 7 06:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 61186 Sep 7 06:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 55100 Sep 7 06:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 54423 Sep 7 06:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 53223 Sep 7 06:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 56622 Sep 7 06:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 51762 Sep 7 06:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 65217 Sep 7 06:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 56809 Sep 7 06:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 56969 Sep 7 06:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 54166 Sep 7 06:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 54139 Sep 7 06:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 52267 Sep 7 06:56 tag_troubleshooting.html ./1.1/css: total 80 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Sep 7 06:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23805 Sep 7 06:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Sep 7 06:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Sep 7 06:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 995 Sep 7 06:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Sep 7 06:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Sep 7 06:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4249 Sep 7 06:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Sep 7 06:56 theme-green.css ./1.1/docson: total 76 drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Sep 7 06:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Sep 7 06:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Sep 7 06:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Sep 7 06:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Sep 7 06:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Sep 7 06:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Sep 7 06:56 widget.js ./1.1/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Sep 7 06:56 docson.css ./1.1/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Sep 7 06:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Sep 7 06:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Sep 7 06:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Sep 7 06:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Sep 7 06:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Sep 7 06:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Sep 7 06:56 traverse.js ./1.1/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Sep 7 06:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Sep 7 06:56 signature.html ./1.1/files: total 28 drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Sep 7 06:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Sep 7 06:56 migration_mongodb_1.0.0.js ./1.1/images: total 316 drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Sep 7 06:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Sep 7 06:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Sep 7 06:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Sep 7 06:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Sep 7 06:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Sep 7 06:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Sep 7 06:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Sep 7 06:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Sep 7 06:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Sep 7 06:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Sep 7 06:56 iot_logo.svg drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 pages ./1.1/images/blog: total 328 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Sep 7 06:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Sep 7 06:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Sep 7 06:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Sep 7 06:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Sep 7 06:56 2018-12-14-command-and-control.png ./1.1/images/pages: total 8 drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 protocol ./1.1/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Sep 7 06:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Sep 7 06:56 context-overview.png ./1.1/images/pages/basic: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16882 Sep 7 06:56 ditto-class-diagram-v1.png -rw-r--r--. 1 jenkins 1001020000 23249 Sep 7 06:56 ditto-class-diagram-v1.svg -rwxr-xr-x. 1 jenkins 1001020000 4115 Sep 7 06:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Sep 7 06:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Sep 7 06:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Sep 7 06:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Sep 7 06:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Sep 7 06:56 policy-example.png ./1.1/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Sep 7 06:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Sep 7 06:56 ditto-twin-channel.png ./1.1/js: total 24 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Sep 7 06:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Sep 7 06:56 toc.js ./1.1/jsonschema: total 108 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 19834 Sep 7 06:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1129 Sep 7 06:56 feature.json -rw-r--r--. 1 jenkins 1001020000 1338 Sep 7 06:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 3651 Sep 7 06:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Sep 7 06:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Sep 7 06:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 3923 Sep 7 06:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2203 Sep 7 06:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Sep 7 06:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Sep 7 06:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Sep 7 06:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Sep 7 06:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Sep 7 06:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Sep 7 06:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 4585 Sep 7 06:56 thing_v1.json -rw-r--r--. 1 jenkins 1001020000 4139 Sep 7 06:56 thing_v2.json ./1.1/openapi: total 356 drwxr-sr-x. 2 jenkins 1001020000 69 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 125795 Sep 7 06:56 ditto-api-1.yml -rw-r--r--. 1 jenkins 1001020000 213558 Sep 7 06:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 420 Sep 7 06:56 README.md ./1.1/slides: total 28 drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 images ./1.1/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29017 Sep 7 06:56 index.html ./1.1/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 34289 Sep 7 06:56 index.html ./1.1/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14218 Sep 7 06:56 index.html ./1.1/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15010 Sep 7 06:56 index.html ./1.1/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 31911 Sep 7 06:56 index.html ./1.1/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Sep 7 06:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Sep 7 06:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Sep 7 06:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Sep 7 06:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Sep 7 06:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Sep 7 06:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Sep 7 06:56 background-twin-small.jpg ./1.1/slides/images: total 516 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Sep 7 06:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Sep 7 06:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Sep 7 06:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Sep 7 06:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Sep 7 06:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Sep 7 06:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Sep 7 06:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Sep 7 06:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Sep 7 06:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Sep 7 06:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Sep 7 06:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Sep 7 06:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Sep 7 06:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Sep 7 06:56 ttn-logo.png ./1.2: total 11008 drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 12615 Sep 7 06:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 12633 Sep 7 06:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 13675 Sep 7 06:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13154 Sep 7 06:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 13633 Sep 7 06:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 16912 Sep 7 06:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 16662 Sep 7 06:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13331 Sep 7 06:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 92459 Sep 7 06:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13202 Sep 7 06:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13355 Sep 7 06:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 25951 Sep 7 06:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 13439 Sep 7 06:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14272 Sep 7 06:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 13524 Sep 7 06:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13126 Sep 7 06:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 28799 Sep 7 06:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 12693 Sep 7 06:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13283 Sep 7 06:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13213 Sep 7 06:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 13701 Sep 7 06:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 16798 Sep 7 06:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13246 Sep 7 06:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 14533 Sep 7 06:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13361 Sep 7 06:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 15854 Sep 7 06:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 52749 Sep 7 06:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15121 Sep 7 06:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 13901 Sep 7 06:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 47967 Sep 7 06:56 404.html -rw-r--r--. 1 jenkins 1001020000 51454 Sep 7 06:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 49859 Sep 7 06:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 50961 Sep 7 06:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 49592 Sep 7 06:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 49435 Sep 7 06:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 49494 Sep 7 06:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 54053 Sep 7 06:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 83711 Sep 7 06:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 52750 Sep 7 06:56 basic-acl.html -rw-r--r--. 1 jenkins 1001020000 51763 Sep 7 06:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 51128 Sep 7 06:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 52616 Sep 7 06:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 87953 Sep 7 06:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 56923 Sep 7 06:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 52251 Sep 7 06:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 64811 Sep 7 06:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 56455 Sep 7 06:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 65767 Sep 7 06:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 52052 Sep 7 06:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 59009 Sep 7 06:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 60440 Sep 7 06:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 70343 Sep 7 06:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 60893 Sep 7 06:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 56093 Sep 7 06:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 49980 Sep 7 06:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 48463 Sep 7 06:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 48769 Sep 7 06:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 48809 Sep 7 06:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 51400 Sep 7 06:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 55516 Sep 7 06:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 16705 Sep 7 06:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 21336 Sep 7 06:56 blog.html -rw-r--r--. 1 jenkins 1001020000 81115 Sep 7 06:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 52092 Sep 7 06:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 48326 Sep 7 06:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 49495 Sep 7 06:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 76015 Sep 7 06:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 114470 Sep 7 06:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 49295 Sep 7 06:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 60419 Sep 7 06:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 63754 Sep 7 06:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 62832 Sep 7 06:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 58895 Sep 7 06:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 75843 Sep 7 06:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 74641 Sep 7 06:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 56918 Sep 7 06:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 docson -rw-r--r--. 1 jenkins 1001020000 12666 Sep 7 06:56 EclipseDitto-community-call.ics -rw-r--r--. 1 jenkins 1001020000 49479 Sep 7 06:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 files -rw-r--r--. 1 jenkins 1001020000 49625 Sep 7 06:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Sep 7 06:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 96301 Sep 7 06:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 10843 Sep 7 06:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 54958 Sep 7 06:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 48870 Sep 7 06:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 63227 Sep 7 06:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 52224 Sep 7 06:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 67412 Sep 7 06:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 images -rw-r--r--. 1 jenkins 1001020000 12863 Sep 7 06:56 index.html -rw-r--r--. 1 jenkins 1001020000 49654 Sep 7 06:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 124162 Sep 7 06:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 50625 Sep 7 06:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 50211 Sep 7 06:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 57616 Sep 7 06:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 51740 Sep 7 06:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 jsonschema drwxr-sr-x. 2 jenkins 1001020000 69 Sep 7 06:56 openapi -rw-r--r--. 1 jenkins 1001020000 50926 Sep 7 06:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 49750 Sep 7 06:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 51474 Sep 7 06:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 51967 Sep 7 06:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 51129 Sep 7 06:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 52586 Sep 7 06:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 52933 Sep 7 06:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 52147 Sep 7 06:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 50861 Sep 7 06:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 51019 Sep 7 06:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 61970 Sep 7 06:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 50471 Sep 7 06:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 50427 Sep 7 06:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 50582 Sep 7 06:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 50460 Sep 7 06:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 50401 Sep 7 06:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 50570 Sep 7 06:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 50551 Sep 7 06:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 50446 Sep 7 06:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 50353 Sep 7 06:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 103931 Sep 7 06:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 57568 Sep 7 06:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 51477 Sep 7 06:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 51970 Sep 7 06:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 51132 Sep 7 06:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 52589 Sep 7 06:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 52936 Sep 7 06:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 53026 Sep 7 06:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 52150 Sep 7 06:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 50864 Sep 7 06:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 50831 Sep 7 06:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 59577 Sep 7 06:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 51983 Sep 7 06:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 54399 Sep 7 06:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 50721 Sep 7 06:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 50399 Sep 7 06:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 50014 Sep 7 06:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 49936 Sep 7 06:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 50056 Sep 7 06:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 50038 Sep 7 06:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 91749 Sep 7 06:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 54518 Sep 7 06:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 51983 Sep 7 06:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52179 Sep 7 06:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 50721 Sep 7 06:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 51053 Sep 7 06:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 50399 Sep 7 06:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 50727 Sep 7 06:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 53491 Sep 7 06:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 51640 Sep 7 06:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52176 Sep 7 06:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 50718 Sep 7 06:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 50882 Sep 7 06:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 50396 Sep 7 06:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 50556 Sep 7 06:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 50075 Sep 7 06:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 50228 Sep 7 06:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 49928 Sep 7 06:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 50548 Sep 7 06:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 50704 Sep 7 06:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 50423 Sep 7 06:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 49765 Sep 7 06:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 49734 Sep 7 06:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 52836 Sep 7 06:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 52627 Sep 7 06:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 60912 Sep 7 06:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 49128 Sep 7 06:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 50417 Sep 7 06:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 48524 Sep 7 06:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 56475 Sep 7 06:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 68175 Sep 7 06:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 56770 Sep 7 06:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 52752 Sep 7 06:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 63709 Sep 7 06:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 96248 Sep 7 06:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 74181 Sep 7 06:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 51847 Sep 7 06:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 72501 Sep 7 06:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 72896 Sep 7 06:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 63790 Sep 7 06:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 57998 Sep 7 06:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 49837 Sep 7 06:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 48433 Sep 7 06:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 51324 Sep 7 06:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 50805 Sep 7 06:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 51387 Sep 7 06:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 51054 Sep 7 06:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 52717 Sep 7 06:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 52803 Sep 7 06:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 52403 Sep 7 06:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 52337 Sep 7 06:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 54884 Sep 7 06:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 50475 Sep 7 06:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 50869 Sep 7 06:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 52798 Sep 7 06:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 51721 Sep 7 06:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 53512 Sep 7 06:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 56739 Sep 7 06:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 49237 Sep 7 06:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 50205 Sep 7 06:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 50686 Sep 7 06:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 49376 Sep 7 06:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 55345 Sep 7 06:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 49754 Sep 7 06:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 51 Sep 7 06:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 53702 Sep 7 06:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 24679 Sep 7 06:56 search.json drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 slides -rw-r--r--. 1 jenkins 1001020000 56372 Sep 7 06:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 67736 Sep 7 06:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 54331 Sep 7 06:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 62203 Sep 7 06:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 56127 Sep 7 06:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 55450 Sep 7 06:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 54250 Sep 7 06:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 58639 Sep 7 06:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 52789 Sep 7 06:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 66647 Sep 7 06:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 58326 Sep 7 06:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 57998 Sep 7 06:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 55193 Sep 7 06:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 55152 Sep 7 06:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 53294 Sep 7 06:56 tag_troubleshooting.html ./1.2/css: total 80 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Sep 7 06:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23805 Sep 7 06:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Sep 7 06:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Sep 7 06:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Sep 7 06:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Sep 7 06:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Sep 7 06:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4249 Sep 7 06:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Sep 7 06:56 theme-green.css ./1.2/docson: total 76 drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Sep 7 06:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Sep 7 06:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Sep 7 06:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Sep 7 06:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Sep 7 06:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Sep 7 06:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Sep 7 06:56 widget.js ./1.2/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Sep 7 06:56 docson.css ./1.2/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Sep 7 06:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Sep 7 06:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Sep 7 06:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Sep 7 06:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Sep 7 06:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Sep 7 06:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Sep 7 06:56 traverse.js ./1.2/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Sep 7 06:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Sep 7 06:56 signature.html ./1.2/files: total 28 drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Sep 7 06:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Sep 7 06:56 migration_mongodb_1.0.0.js ./1.2/images: total 316 drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Sep 7 06:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Sep 7 06:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Sep 7 06:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Sep 7 06:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Sep 7 06:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Sep 7 06:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Sep 7 06:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Sep 7 06:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Sep 7 06:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Sep 7 06:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Sep 7 06:56 iot_logo.svg drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 pages ./1.2/images/blog: total 328 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Sep 7 06:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Sep 7 06:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Sep 7 06:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Sep 7 06:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Sep 7 06:56 2018-12-14-command-and-control.png ./1.2/images/pages: total 8 drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 protocol ./1.2/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Sep 7 06:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Sep 7 06:56 context-overview.png ./1.2/images/pages/basic: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16882 Sep 7 06:56 ditto-class-diagram-v1.png -rw-r--r--. 1 jenkins 1001020000 23249 Sep 7 06:56 ditto-class-diagram-v1.svg -rwxr-xr-x. 1 jenkins 1001020000 4115 Sep 7 06:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Sep 7 06:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Sep 7 06:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Sep 7 06:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Sep 7 06:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Sep 7 06:56 policy-example.png ./1.2/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Sep 7 06:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Sep 7 06:56 ditto-twin-channel.png ./1.2/js: total 24 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Sep 7 06:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Sep 7 06:56 toc.js ./1.2/jsonschema: total 116 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 22575 Sep 7 06:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1373 Sep 7 06:56 error.json -rw-r--r--. 1 jenkins 1001020000 1129 Sep 7 06:56 feature.json -rw-r--r--. 1 jenkins 1001020000 1338 Sep 7 06:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 3651 Sep 7 06:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Sep 7 06:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Sep 7 06:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 3923 Sep 7 06:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2556 Sep 7 06:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Sep 7 06:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Sep 7 06:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Sep 7 06:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Sep 7 06:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Sep 7 06:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Sep 7 06:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 4775 Sep 7 06:56 thing_v1.json -rw-r--r--. 1 jenkins 1001020000 4673 Sep 7 06:56 thing_v2.json ./1.2/openapi: total 368 drwxr-sr-x. 2 jenkins 1001020000 69 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 132803 Sep 7 06:56 ditto-api-1.yml -rw-r--r--. 1 jenkins 1001020000 220788 Sep 7 06:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 420 Sep 7 06:56 README.md ./1.2/slides: total 28 drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 images ./1.2/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29017 Sep 7 06:56 index.html ./1.2/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 34289 Sep 7 06:56 index.html ./1.2/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14218 Sep 7 06:56 index.html ./1.2/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15010 Sep 7 06:56 index.html ./1.2/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 31911 Sep 7 06:56 index.html ./1.2/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14994 Sep 7 06:56 index.html ./1.2/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Sep 7 06:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Sep 7 06:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Sep 7 06:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Sep 7 06:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Sep 7 06:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Sep 7 06:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Sep 7 06:56 background-twin-small.jpg ./1.2/slides/images: total 516 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Sep 7 06:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Sep 7 06:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Sep 7 06:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Sep 7 06:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Sep 7 06:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Sep 7 06:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Sep 7 06:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Sep 7 06:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Sep 7 06:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Sep 7 06:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Sep 7 06:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Sep 7 06:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Sep 7 06:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Sep 7 06:56 ttn-logo.png ./1.3: total 11104 drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 12615 Sep 7 06:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 12633 Sep 7 06:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 13675 Sep 7 06:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13154 Sep 7 06:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 13633 Sep 7 06:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 16912 Sep 7 06:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 16662 Sep 7 06:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13331 Sep 7 06:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 92459 Sep 7 06:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13202 Sep 7 06:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13355 Sep 7 06:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 25951 Sep 7 06:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 13439 Sep 7 06:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14272 Sep 7 06:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 13524 Sep 7 06:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13126 Sep 7 06:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 28799 Sep 7 06:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 12693 Sep 7 06:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13283 Sep 7 06:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13213 Sep 7 06:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 13701 Sep 7 06:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 16798 Sep 7 06:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13246 Sep 7 06:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 14533 Sep 7 06:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13361 Sep 7 06:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 15854 Sep 7 06:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 52749 Sep 7 06:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15121 Sep 7 06:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 13901 Sep 7 06:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 13734 Sep 7 06:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 48123 Sep 7 06:56 404.html -rw-r--r--. 1 jenkins 1001020000 51610 Sep 7 06:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 50015 Sep 7 06:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 51117 Sep 7 06:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 49748 Sep 7 06:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 49591 Sep 7 06:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 49650 Sep 7 06:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 54209 Sep 7 06:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 84590 Sep 7 06:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 52906 Sep 7 06:56 basic-acl.html -rw-r--r--. 1 jenkins 1001020000 51919 Sep 7 06:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 51284 Sep 7 06:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 52772 Sep 7 06:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 88109 Sep 7 06:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 57079 Sep 7 06:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 52407 Sep 7 06:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 64967 Sep 7 06:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 56437 Sep 7 06:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 65923 Sep 7 06:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 52208 Sep 7 06:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 59165 Sep 7 06:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 60598 Sep 7 06:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 70499 Sep 7 06:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 61049 Sep 7 06:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 56249 Sep 7 06:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 50136 Sep 7 06:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 48619 Sep 7 06:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 48925 Sep 7 06:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 48965 Sep 7 06:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 51556 Sep 7 06:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 55672 Sep 7 06:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 16913 Sep 7 06:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 21384 Sep 7 06:56 blog.html -rw-r--r--. 1 jenkins 1001020000 81271 Sep 7 06:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 52248 Sep 7 06:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 48482 Sep 7 06:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 49651 Sep 7 06:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 76171 Sep 7 06:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 127700 Sep 7 06:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 49451 Sep 7 06:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 60575 Sep 7 06:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 63910 Sep 7 06:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 66989 Sep 7 06:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 59051 Sep 7 06:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 75999 Sep 7 06:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 74797 Sep 7 06:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 57074 Sep 7 06:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 docson -rw-r--r--. 1 jenkins 1001020000 12666 Sep 7 06:56 EclipseDitto-community-call.ics -rw-r--r--. 1 jenkins 1001020000 49635 Sep 7 06:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 files -rw-r--r--. 1 jenkins 1001020000 49781 Sep 7 06:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Sep 7 06:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 96457 Sep 7 06:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 10843 Sep 7 06:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 55114 Sep 7 06:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 49026 Sep 7 06:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 63383 Sep 7 06:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 52380 Sep 7 06:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 67568 Sep 7 06:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 images -rw-r--r--. 1 jenkins 1001020000 12999 Sep 7 06:56 index.html -rw-r--r--. 1 jenkins 1001020000 49810 Sep 7 06:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 124318 Sep 7 06:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 50781 Sep 7 06:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 50367 Sep 7 06:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 57772 Sep 7 06:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 51896 Sep 7 06:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 jsonschema drwxr-sr-x. 2 jenkins 1001020000 69 Sep 7 06:56 openapi -rw-r--r--. 1 jenkins 1001020000 51082 Sep 7 06:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 49906 Sep 7 06:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 51630 Sep 7 06:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 52123 Sep 7 06:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 51285 Sep 7 06:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 52742 Sep 7 06:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 53089 Sep 7 06:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 52303 Sep 7 06:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 51017 Sep 7 06:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 51175 Sep 7 06:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 62126 Sep 7 06:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 50627 Sep 7 06:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 50583 Sep 7 06:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 50738 Sep 7 06:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 50616 Sep 7 06:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 50557 Sep 7 06:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 50726 Sep 7 06:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 50707 Sep 7 06:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 50602 Sep 7 06:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 50509 Sep 7 06:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 104087 Sep 7 06:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 57724 Sep 7 06:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 51633 Sep 7 06:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 52126 Sep 7 06:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 51288 Sep 7 06:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 52745 Sep 7 06:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 53092 Sep 7 06:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 53182 Sep 7 06:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 52306 Sep 7 06:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 51020 Sep 7 06:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 50987 Sep 7 06:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 59733 Sep 7 06:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 52139 Sep 7 06:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 54555 Sep 7 06:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 50877 Sep 7 06:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 50555 Sep 7 06:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 50170 Sep 7 06:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 50092 Sep 7 06:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 50212 Sep 7 06:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 50194 Sep 7 06:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 91905 Sep 7 06:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 54674 Sep 7 06:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 52139 Sep 7 06:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52335 Sep 7 06:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 50877 Sep 7 06:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 51209 Sep 7 06:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 50555 Sep 7 06:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 50883 Sep 7 06:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 53647 Sep 7 06:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 51796 Sep 7 06:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52332 Sep 7 06:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 50874 Sep 7 06:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 51038 Sep 7 06:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 50552 Sep 7 06:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 50712 Sep 7 06:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 50231 Sep 7 06:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 50384 Sep 7 06:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 50084 Sep 7 06:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 50704 Sep 7 06:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 50860 Sep 7 06:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 50579 Sep 7 06:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 49921 Sep 7 06:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 49890 Sep 7 06:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 52992 Sep 7 06:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 52783 Sep 7 06:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 61068 Sep 7 06:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 49284 Sep 7 06:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 50573 Sep 7 06:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 48680 Sep 7 06:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 56631 Sep 7 06:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 68331 Sep 7 06:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 56926 Sep 7 06:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 52908 Sep 7 06:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 63865 Sep 7 06:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 96404 Sep 7 06:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 74337 Sep 7 06:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 52003 Sep 7 06:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 72657 Sep 7 06:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 73052 Sep 7 06:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 63946 Sep 7 06:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 58159 Sep 7 06:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 49993 Sep 7 06:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 48589 Sep 7 06:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 51480 Sep 7 06:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 50961 Sep 7 06:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 51543 Sep 7 06:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 51210 Sep 7 06:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 52873 Sep 7 06:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 52959 Sep 7 06:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 52559 Sep 7 06:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 52493 Sep 7 06:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 55040 Sep 7 06:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 50631 Sep 7 06:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 51025 Sep 7 06:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 52954 Sep 7 06:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 51877 Sep 7 06:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 53668 Sep 7 06:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 56895 Sep 7 06:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 49393 Sep 7 06:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 50361 Sep 7 06:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 50842 Sep 7 06:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 49532 Sep 7 06:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 55501 Sep 7 06:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 49910 Sep 7 06:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 57307 Sep 7 06:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 51 Sep 7 06:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 53858 Sep 7 06:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 25057 Sep 7 06:56 search.json drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 slides -rw-r--r--. 1 jenkins 1001020000 56588 Sep 7 06:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 68516 Sep 7 06:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 54547 Sep 7 06:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 62419 Sep 7 06:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 56343 Sep 7 06:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 55666 Sep 7 06:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 54466 Sep 7 06:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 58855 Sep 7 06:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 53005 Sep 7 06:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 66866 Sep 7 06:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 58787 Sep 7 06:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 58214 Sep 7 06:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 55409 Sep 7 06:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 55368 Sep 7 06:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 53510 Sep 7 06:56 tag_troubleshooting.html ./1.3/css: total 80 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Sep 7 06:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23925 Sep 7 06:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Sep 7 06:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Sep 7 06:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Sep 7 06:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Sep 7 06:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Sep 7 06:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4249 Sep 7 06:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Sep 7 06:56 theme-green.css ./1.3/docson: total 76 drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Sep 7 06:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Sep 7 06:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Sep 7 06:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Sep 7 06:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Sep 7 06:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Sep 7 06:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Sep 7 06:56 widget.js ./1.3/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Sep 7 06:56 docson.css ./1.3/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Sep 7 06:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Sep 7 06:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Sep 7 06:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Sep 7 06:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Sep 7 06:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Sep 7 06:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Sep 7 06:56 traverse.js ./1.3/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Sep 7 06:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Sep 7 06:56 signature.html ./1.3/files: total 28 drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Sep 7 06:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Sep 7 06:56 migration_mongodb_1.0.0.js ./1.3/images: total 316 drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Sep 7 06:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Sep 7 06:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Sep 7 06:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Sep 7 06:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Sep 7 06:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Sep 7 06:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Sep 7 06:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Sep 7 06:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Sep 7 06:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Sep 7 06:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Sep 7 06:56 iot_logo.svg drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 pages ./1.3/images/blog: total 328 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Sep 7 06:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Sep 7 06:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Sep 7 06:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Sep 7 06:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Sep 7 06:56 2018-12-14-command-and-control.png ./1.3/images/pages: total 8 drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 protocol ./1.3/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Sep 7 06:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Sep 7 06:56 context-overview.png ./1.3/images/pages/basic: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16882 Sep 7 06:56 ditto-class-diagram-v1.png -rw-r--r--. 1 jenkins 1001020000 23249 Sep 7 06:56 ditto-class-diagram-v1.svg -rwxr-xr-x. 1 jenkins 1001020000 4115 Sep 7 06:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Sep 7 06:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Sep 7 06:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Sep 7 06:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Sep 7 06:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Sep 7 06:56 policy-example.png ./1.3/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Sep 7 06:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Sep 7 06:56 ditto-twin-channel.png ./1.3/js: total 24 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Sep 7 06:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Sep 7 06:56 toc.js ./1.3/jsonschema: total 116 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 22575 Sep 7 06:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1373 Sep 7 06:56 error.json -rw-r--r--. 1 jenkins 1001020000 1129 Sep 7 06:56 feature.json -rw-r--r--. 1 jenkins 1001020000 1338 Sep 7 06:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 3651 Sep 7 06:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Sep 7 06:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Sep 7 06:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 3923 Sep 7 06:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2556 Sep 7 06:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Sep 7 06:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Sep 7 06:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Sep 7 06:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Sep 7 06:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Sep 7 06:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Sep 7 06:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 4775 Sep 7 06:56 thing_v1.json -rw-r--r--. 1 jenkins 1001020000 4673 Sep 7 06:56 thing_v2.json ./1.3/openapi: total 372 drwxr-sr-x. 2 jenkins 1001020000 69 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 132803 Sep 7 06:56 ditto-api-1.yml -rw-r--r--. 1 jenkins 1001020000 223058 Sep 7 06:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 420 Sep 7 06:56 README.md ./1.3/slides: total 28 drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 images ./1.3/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29017 Sep 7 06:56 index.html ./1.3/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 34289 Sep 7 06:56 index.html ./1.3/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14218 Sep 7 06:56 index.html ./1.3/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15010 Sep 7 06:56 index.html ./1.3/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 31911 Sep 7 06:56 index.html ./1.3/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14994 Sep 7 06:56 index.html ./1.3/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Sep 7 06:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Sep 7 06:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Sep 7 06:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Sep 7 06:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Sep 7 06:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Sep 7 06:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Sep 7 06:56 background-twin-small.jpg ./1.3/slides/images: total 516 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Sep 7 06:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Sep 7 06:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Sep 7 06:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Sep 7 06:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Sep 7 06:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Sep 7 06:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Sep 7 06:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Sep 7 06:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Sep 7 06:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Sep 7 06:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Sep 7 06:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Sep 7 06:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Sep 7 06:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Sep 7 06:56 ttn-logo.png ./1.4: total 11260 drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 12615 Sep 7 06:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 12633 Sep 7 06:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 13675 Sep 7 06:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13154 Sep 7 06:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 13633 Sep 7 06:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 16912 Sep 7 06:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 16662 Sep 7 06:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13331 Sep 7 06:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 92459 Sep 7 06:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13202 Sep 7 06:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13355 Sep 7 06:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 25951 Sep 7 06:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 13439 Sep 7 06:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14272 Sep 7 06:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 13524 Sep 7 06:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13126 Sep 7 06:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 28799 Sep 7 06:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 12693 Sep 7 06:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13283 Sep 7 06:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13213 Sep 7 06:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 13701 Sep 7 06:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 16798 Sep 7 06:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13246 Sep 7 06:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 14530 Sep 7 06:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13361 Sep 7 06:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 15854 Sep 7 06:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 52749 Sep 7 06:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15121 Sep 7 06:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 13901 Sep 7 06:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 13734 Sep 7 06:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17092 Sep 7 06:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 36680 Sep 7 06:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 13525 Sep 7 06:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 48279 Sep 7 06:56 404.html -rw-r--r--. 1 jenkins 1001020000 51766 Sep 7 06:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 50171 Sep 7 06:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 51273 Sep 7 06:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 49904 Sep 7 06:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 49747 Sep 7 06:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 49806 Sep 7 06:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 54365 Sep 7 06:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 88707 Sep 7 06:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 53062 Sep 7 06:56 basic-acl.html -rw-r--r--. 1 jenkins 1001020000 52075 Sep 7 06:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 52809 Sep 7 06:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 52928 Sep 7 06:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 90227 Sep 7 06:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 57140 Sep 7 06:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 52563 Sep 7 06:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 65123 Sep 7 06:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 56593 Sep 7 06:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 66079 Sep 7 06:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 52364 Sep 7 06:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 59321 Sep 7 06:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 60958 Sep 7 06:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 70763 Sep 7 06:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 61205 Sep 7 06:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 56405 Sep 7 06:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 50292 Sep 7 06:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 48775 Sep 7 06:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 49081 Sep 7 06:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 49121 Sep 7 06:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 51712 Sep 7 06:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 55828 Sep 7 06:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 17538 Sep 7 06:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 21294 Sep 7 06:56 blog.html -rw-r--r--. 1 jenkins 1001020000 81868 Sep 7 06:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 52404 Sep 7 06:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 48638 Sep 7 06:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 49807 Sep 7 06:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 76327 Sep 7 06:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 127856 Sep 7 06:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 49607 Sep 7 06:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 60731 Sep 7 06:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 64066 Sep 7 06:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 67145 Sep 7 06:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 59207 Sep 7 06:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 76155 Sep 7 06:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 74953 Sep 7 06:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 57230 Sep 7 06:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 docson -rw-r--r--. 1 jenkins 1001020000 12666 Sep 7 06:56 EclipseDitto-community-call.ics -rw-r--r--. 1 jenkins 1001020000 49791 Sep 7 06:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 files -rw-r--r--. 1 jenkins 1001020000 49937 Sep 7 06:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Sep 7 06:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 96613 Sep 7 06:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 10843 Sep 7 06:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 55270 Sep 7 06:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 49182 Sep 7 06:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 64030 Sep 7 06:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 52536 Sep 7 06:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 68210 Sep 7 06:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 images -rw-r--r--. 1 jenkins 1001020000 12999 Sep 7 06:56 index.html -rw-r--r--. 1 jenkins 1001020000 49966 Sep 7 06:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 124474 Sep 7 06:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 50937 Sep 7 06:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 50523 Sep 7 06:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 57928 Sep 7 06:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 52052 Sep 7 06:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 jsonschema drwxr-sr-x. 2 jenkins 1001020000 69 Sep 7 06:56 openapi -rw-r--r--. 1 jenkins 1001020000 51552 Sep 7 06:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 50062 Sep 7 06:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 51786 Sep 7 06:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 52279 Sep 7 06:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 51441 Sep 7 06:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 52898 Sep 7 06:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 53245 Sep 7 06:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 52459 Sep 7 06:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 51173 Sep 7 06:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 51331 Sep 7 06:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 62282 Sep 7 06:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 50783 Sep 7 06:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 50739 Sep 7 06:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 50894 Sep 7 06:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 50772 Sep 7 06:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 50713 Sep 7 06:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 50882 Sep 7 06:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 50863 Sep 7 06:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 50758 Sep 7 06:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 50665 Sep 7 06:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 104243 Sep 7 06:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 57880 Sep 7 06:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 51789 Sep 7 06:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 52282 Sep 7 06:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 51444 Sep 7 06:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 52901 Sep 7 06:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 53248 Sep 7 06:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 53338 Sep 7 06:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 52462 Sep 7 06:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 51176 Sep 7 06:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 51143 Sep 7 06:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 59889 Sep 7 06:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 52295 Sep 7 06:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 54711 Sep 7 06:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 51033 Sep 7 06:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 50711 Sep 7 06:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 50326 Sep 7 06:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 50248 Sep 7 06:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 50368 Sep 7 06:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 50350 Sep 7 06:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 92061 Sep 7 06:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 54830 Sep 7 06:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 52295 Sep 7 06:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52491 Sep 7 06:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 51033 Sep 7 06:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 51365 Sep 7 06:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 50711 Sep 7 06:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 51039 Sep 7 06:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 53803 Sep 7 06:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 51952 Sep 7 06:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52488 Sep 7 06:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 51030 Sep 7 06:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 51194 Sep 7 06:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 50708 Sep 7 06:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 50868 Sep 7 06:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 50387 Sep 7 06:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 50540 Sep 7 06:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 50240 Sep 7 06:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 50860 Sep 7 06:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 51016 Sep 7 06:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 50735 Sep 7 06:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 50077 Sep 7 06:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 50046 Sep 7 06:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 53148 Sep 7 06:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 52939 Sep 7 06:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 61224 Sep 7 06:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 49440 Sep 7 06:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 50729 Sep 7 06:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 48836 Sep 7 06:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 56787 Sep 7 06:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 68487 Sep 7 06:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 57082 Sep 7 06:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 53064 Sep 7 06:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 64021 Sep 7 06:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 96560 Sep 7 06:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 74493 Sep 7 06:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 52159 Sep 7 06:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 72813 Sep 7 06:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 73208 Sep 7 06:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 64102 Sep 7 06:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 58317 Sep 7 06:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 50149 Sep 7 06:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 48745 Sep 7 06:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 51636 Sep 7 06:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 51117 Sep 7 06:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 51699 Sep 7 06:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 51366 Sep 7 06:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 53029 Sep 7 06:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 53115 Sep 7 06:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 52715 Sep 7 06:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 52649 Sep 7 06:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 55196 Sep 7 06:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 50787 Sep 7 06:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 51181 Sep 7 06:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 53110 Sep 7 06:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 52033 Sep 7 06:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 53824 Sep 7 06:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 57051 Sep 7 06:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 49549 Sep 7 06:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 50517 Sep 7 06:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 50998 Sep 7 06:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 49688 Sep 7 06:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 55657 Sep 7 06:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 50066 Sep 7 06:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 57463 Sep 7 06:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 54234 Sep 7 06:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 51 Sep 7 06:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 54014 Sep 7 06:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 25769 Sep 7 06:56 search.json drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 slides -rw-r--r--. 1 jenkins 1001020000 56876 Sep 7 06:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 70316 Sep 7 06:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 54835 Sep 7 06:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 62707 Sep 7 06:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 56631 Sep 7 06:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 55954 Sep 7 06:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 54754 Sep 7 06:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 59143 Sep 7 06:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 53293 Sep 7 06:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 67163 Sep 7 06:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 59320 Sep 7 06:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 58502 Sep 7 06:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 55697 Sep 7 06:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 55656 Sep 7 06:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 53798 Sep 7 06:56 tag_troubleshooting.html ./1.4/css: total 80 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Sep 7 06:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23925 Sep 7 06:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Sep 7 06:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Sep 7 06:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Sep 7 06:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Sep 7 06:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Sep 7 06:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4249 Sep 7 06:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Sep 7 06:56 theme-green.css ./1.4/docson: total 76 drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Sep 7 06:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Sep 7 06:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Sep 7 06:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Sep 7 06:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Sep 7 06:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Sep 7 06:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Sep 7 06:56 widget.js ./1.4/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Sep 7 06:56 docson.css ./1.4/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Sep 7 06:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Sep 7 06:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Sep 7 06:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Sep 7 06:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Sep 7 06:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Sep 7 06:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Sep 7 06:56 traverse.js ./1.4/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Sep 7 06:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Sep 7 06:56 signature.html ./1.4/files: total 28 drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Sep 7 06:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Sep 7 06:56 migration_mongodb_1.0.0.js ./1.4/images: total 316 drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Sep 7 06:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Sep 7 06:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Sep 7 06:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Sep 7 06:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Sep 7 06:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Sep 7 06:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Sep 7 06:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Sep 7 06:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Sep 7 06:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Sep 7 06:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Sep 7 06:56 iot_logo.svg drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 pages ./1.4/images/blog: total 328 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Sep 7 06:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Sep 7 06:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Sep 7 06:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Sep 7 06:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Sep 7 06:56 2018-12-14-command-and-control.png ./1.4/images/pages: total 8 drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 protocol ./1.4/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Sep 7 06:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Sep 7 06:56 context-overview.png ./1.4/images/pages/basic: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16882 Sep 7 06:56 ditto-class-diagram-v1.png -rw-r--r--. 1 jenkins 1001020000 23249 Sep 7 06:56 ditto-class-diagram-v1.svg -rwxr-xr-x. 1 jenkins 1001020000 4115 Sep 7 06:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Sep 7 06:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Sep 7 06:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Sep 7 06:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Sep 7 06:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Sep 7 06:56 policy-example.png ./1.4/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Sep 7 06:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Sep 7 06:56 ditto-twin-channel.png ./1.4/js: total 24 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Sep 7 06:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Sep 7 06:56 toc.js ./1.4/jsonschema: total 116 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 23012 Sep 7 06:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1373 Sep 7 06:56 error.json -rw-r--r--. 1 jenkins 1001020000 1129 Sep 7 06:56 feature.json -rw-r--r--. 1 jenkins 1001020000 1338 Sep 7 06:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 3651 Sep 7 06:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Sep 7 06:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Sep 7 06:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 3925 Sep 7 06:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2556 Sep 7 06:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Sep 7 06:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Sep 7 06:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Sep 7 06:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Sep 7 06:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Sep 7 06:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Sep 7 06:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 4775 Sep 7 06:56 thing_v1.json -rw-r--r--. 1 jenkins 1001020000 4673 Sep 7 06:56 thing_v2.json ./1.4/openapi: total 372 drwxr-sr-x. 2 jenkins 1001020000 69 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 132803 Sep 7 06:56 ditto-api-1.yml -rw-r--r--. 1 jenkins 1001020000 223058 Sep 7 06:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 420 Sep 7 06:56 README.md ./1.4/slides: total 28 drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 images ./1.4/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29017 Sep 7 06:56 index.html ./1.4/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 34289 Sep 7 06:56 index.html ./1.4/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14218 Sep 7 06:56 index.html ./1.4/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15010 Sep 7 06:56 index.html ./1.4/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 31911 Sep 7 06:56 index.html ./1.4/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14994 Sep 7 06:56 index.html ./1.4/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16055 Sep 7 06:56 index.html ./1.4/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Sep 7 06:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Sep 7 06:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Sep 7 06:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Sep 7 06:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Sep 7 06:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Sep 7 06:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Sep 7 06:56 background-twin-small.jpg ./1.4/slides/images: total 516 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Sep 7 06:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Sep 7 06:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Sep 7 06:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Sep 7 06:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Sep 7 06:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Sep 7 06:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Sep 7 06:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Sep 7 06:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Sep 7 06:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Sep 7 06:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Sep 7 06:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Sep 7 06:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Sep 7 06:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Sep 7 06:56 ttn-logo.png ./1.5: total 12408 drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 12615 Sep 7 06:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 12633 Sep 7 06:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 13696 Sep 7 06:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13154 Sep 7 06:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 13633 Sep 7 06:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 16912 Sep 7 06:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 16662 Sep 7 06:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13331 Sep 7 06:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 92522 Sep 7 06:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13202 Sep 7 06:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13355 Sep 7 06:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 25951 Sep 7 06:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 13439 Sep 7 06:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14272 Sep 7 06:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 13524 Sep 7 06:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13126 Sep 7 06:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 28834 Sep 7 06:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 12693 Sep 7 06:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13283 Sep 7 06:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13213 Sep 7 06:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 13701 Sep 7 06:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 16798 Sep 7 06:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13246 Sep 7 06:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 14530 Sep 7 06:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13361 Sep 7 06:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 15854 Sep 7 06:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 52749 Sep 7 06:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15121 Sep 7 06:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 13901 Sep 7 06:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 13734 Sep 7 06:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17092 Sep 7 06:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 36729 Sep 7 06:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 13525 Sep 7 06:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 23771 Sep 7 06:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 17666 Sep 7 06:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 13801 Sep 7 06:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 50720 Sep 7 06:56 404.html -rw-r--r--. 1 jenkins 1001020000 54207 Sep 7 06:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 52612 Sep 7 06:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 53714 Sep 7 06:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 52525 Sep 7 06:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 52188 Sep 7 06:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 52247 Sep 7 06:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 56806 Sep 7 06:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 92107 Sep 7 06:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 55503 Sep 7 06:56 basic-acl.html -rw-r--r--. 1 jenkins 1001020000 54516 Sep 7 06:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 55250 Sep 7 06:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 55369 Sep 7 06:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 92668 Sep 7 06:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 59581 Sep 7 06:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 55004 Sep 7 06:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 69230 Sep 7 06:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 59034 Sep 7 06:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 68520 Sep 7 06:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 54805 Sep 7 06:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 61762 Sep 7 06:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 63642 Sep 7 06:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 73570 Sep 7 06:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 63646 Sep 7 06:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 58846 Sep 7 06:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 52733 Sep 7 06:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 51216 Sep 7 06:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 51522 Sep 7 06:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 51562 Sep 7 06:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 54153 Sep 7 06:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 58627 Sep 7 06:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 18169 Sep 7 06:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 21362 Sep 7 06:56 blog.html -rw-r--r--. 1 jenkins 1001020000 84323 Sep 7 06:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 54845 Sep 7 06:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 51079 Sep 7 06:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 52248 Sep 7 06:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 78768 Sep 7 06:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 130297 Sep 7 06:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 52049 Sep 7 06:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 63172 Sep 7 06:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 66487 Sep 7 06:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 69586 Sep 7 06:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 61648 Sep 7 06:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 78596 Sep 7 06:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 77394 Sep 7 06:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 59671 Sep 7 06:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 docson -rw-r--r--. 1 jenkins 1001020000 51675 Sep 7 06:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 files -rw-r--r--. 1 jenkins 1001020000 52910 Sep 7 06:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Sep 7 06:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 99054 Sep 7 06:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 10843 Sep 7 06:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 57711 Sep 7 06:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 51623 Sep 7 06:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 56406 Sep 7 06:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 67539 Sep 7 06:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 54977 Sep 7 06:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 70651 Sep 7 06:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 images -rw-r--r--. 1 jenkins 1001020000 12999 Sep 7 06:56 index.html -rw-r--r--. 1 jenkins 1001020000 52407 Sep 7 06:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 126910 Sep 7 06:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 53378 Sep 7 06:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 52964 Sep 7 06:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 60369 Sep 7 06:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 54493 Sep 7 06:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 84 Sep 7 06:56 openapi -rw-r--r--. 1 jenkins 1001020000 53993 Sep 7 06:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 52503 Sep 7 06:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 54227 Sep 7 06:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 54720 Sep 7 06:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 53882 Sep 7 06:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 54977 Sep 7 06:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 53707 Sep 7 06:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 56925 Sep 7 06:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 57296 Sep 7 06:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 54900 Sep 7 06:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 53614 Sep 7 06:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 53772 Sep 7 06:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 66216 Sep 7 06:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 53224 Sep 7 06:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 53180 Sep 7 06:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 53335 Sep 7 06:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 53416 Sep 7 06:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 53397 Sep 7 06:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 53213 Sep 7 06:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 53154 Sep 7 06:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 53323 Sep 7 06:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 53304 Sep 7 06:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 53199 Sep 7 06:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 53106 Sep 7 06:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 115009 Sep 7 06:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 60321 Sep 7 06:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 54230 Sep 7 06:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 54723 Sep 7 06:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 53885 Sep 7 06:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 54980 Sep 7 06:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 53710 Sep 7 06:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 56928 Sep 7 06:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 57299 Sep 7 06:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 55779 Sep 7 06:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 54903 Sep 7 06:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 53617 Sep 7 06:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 53584 Sep 7 06:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 63964 Sep 7 06:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 54736 Sep 7 06:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 57152 Sep 7 06:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 53474 Sep 7 06:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 53152 Sep 7 06:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 52767 Sep 7 06:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52689 Sep 7 06:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 52809 Sep 7 06:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 52791 Sep 7 06:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 94502 Sep 7 06:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 57271 Sep 7 06:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 54736 Sep 7 06:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 54932 Sep 7 06:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 53474 Sep 7 06:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 53806 Sep 7 06:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 53152 Sep 7 06:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 53480 Sep 7 06:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 56244 Sep 7 06:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 54393 Sep 7 06:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 54929 Sep 7 06:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 53471 Sep 7 06:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 53635 Sep 7 06:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 53149 Sep 7 06:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 53309 Sep 7 06:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 52828 Sep 7 06:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 52981 Sep 7 06:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 52681 Sep 7 06:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 53240 Sep 7 06:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 52590 Sep 7 06:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 54094 Sep 7 06:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 54262 Sep 7 06:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 53176 Sep 7 06:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 52518 Sep 7 06:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 52487 Sep 7 06:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 56406 Sep 7 06:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 56209 Sep 7 06:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 63665 Sep 7 06:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 51881 Sep 7 06:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 53170 Sep 7 06:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 51277 Sep 7 06:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 59536 Sep 7 06:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 70928 Sep 7 06:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 59523 Sep 7 06:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 55505 Sep 7 06:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 66462 Sep 7 06:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 109761 Sep 7 06:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 83226 Sep 7 06:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 54600 Sep 7 06:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 75254 Sep 7 06:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 80691 Sep 7 06:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 66543 Sep 7 06:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 60758 Sep 7 06:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 52590 Sep 7 06:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 51186 Sep 7 06:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 54077 Sep 7 06:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 53558 Sep 7 06:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 54147 Sep 7 06:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 53807 Sep 7 06:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 55470 Sep 7 06:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 55556 Sep 7 06:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 55156 Sep 7 06:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 55090 Sep 7 06:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 57637 Sep 7 06:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 53228 Sep 7 06:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 53622 Sep 7 06:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 55551 Sep 7 06:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 54474 Sep 7 06:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 56265 Sep 7 06:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 59492 Sep 7 06:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 51990 Sep 7 06:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 52958 Sep 7 06:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 53439 Sep 7 06:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 52129 Sep 7 06:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 58098 Sep 7 06:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 52507 Sep 7 06:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 59911 Sep 7 06:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 56675 Sep 7 06:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 60142 Sep 7 06:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 51461 Sep 7 06:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 51 Sep 7 06:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 56476 Sep 7 06:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 26929 Sep 7 06:56 search.json drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 slides -rw-r--r--. 1 jenkins 1001020000 59599 Sep 7 06:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 74684 Sep 7 06:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 57558 Sep 7 06:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 65430 Sep 7 06:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 59304 Sep 7 06:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 59230 Sep 7 06:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 57477 Sep 7 06:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 61866 Sep 7 06:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 56016 Sep 7 06:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 70439 Sep 7 06:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 62533 Sep 7 06:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 61225 Sep 7 06:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 58420 Sep 7 06:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 58379 Sep 7 06:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 56471 Sep 7 06:56 tag_troubleshooting.html ./1.5/css: total 80 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Sep 7 06:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23925 Sep 7 06:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Sep 7 06:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Sep 7 06:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Sep 7 06:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Sep 7 06:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Sep 7 06:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4249 Sep 7 06:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Sep 7 06:56 theme-green.css ./1.5/docson: total 76 drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Sep 7 06:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Sep 7 06:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Sep 7 06:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Sep 7 06:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Sep 7 06:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Sep 7 06:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Sep 7 06:56 widget.js ./1.5/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Sep 7 06:56 docson.css ./1.5/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Sep 7 06:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Sep 7 06:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Sep 7 06:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Sep 7 06:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Sep 7 06:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Sep 7 06:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Sep 7 06:56 traverse.js ./1.5/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Sep 7 06:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Sep 7 06:56 signature.html ./1.5/files: total 28 drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Sep 7 06:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Sep 7 06:56 migration_mongodb_1.0.0.js ./1.5/images: total 316 drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Sep 7 06:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Sep 7 06:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Sep 7 06:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Sep 7 06:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Sep 7 06:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Sep 7 06:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Sep 7 06:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Sep 7 06:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Sep 7 06:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Sep 7 06:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Sep 7 06:56 iot_logo.svg drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 pages ./1.5/images/blog: total 328 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Sep 7 06:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Sep 7 06:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Sep 7 06:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Sep 7 06:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Sep 7 06:56 2018-12-14-command-and-control.png ./1.5/images/pages: total 8 drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 protocol ./1.5/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Sep 7 06:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Sep 7 06:56 context-overview.png ./1.5/images/pages/basic: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16882 Sep 7 06:56 ditto-class-diagram-v1.png -rw-r--r--. 1 jenkins 1001020000 23249 Sep 7 06:56 ditto-class-diagram-v1.svg -rwxr-xr-x. 1 jenkins 1001020000 4115 Sep 7 06:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Sep 7 06:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Sep 7 06:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Sep 7 06:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Sep 7 06:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Sep 7 06:56 policy-example.png ./1.5/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Sep 7 06:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Sep 7 06:56 ditto-twin-channel.png ./1.5/js: total 24 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Sep 7 06:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Sep 7 06:56 toc.js ./1.5/jsonschema: total 120 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 23012 Sep 7 06:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1373 Sep 7 06:56 error.json -rw-r--r--. 1 jenkins 1001020000 1129 Sep 7 06:56 feature.json -rw-r--r--. 1 jenkins 1001020000 1450 Sep 7 06:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Sep 7 06:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 3651 Sep 7 06:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Sep 7 06:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Sep 7 06:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 3930 Sep 7 06:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2556 Sep 7 06:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Sep 7 06:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Sep 7 06:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Sep 7 06:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Sep 7 06:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Sep 7 06:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Sep 7 06:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 4775 Sep 7 06:56 thing_v1.json -rw-r--r--. 1 jenkins 1001020000 5035 Sep 7 06:56 thing_v2.json ./1.5/openapi: total 396 drwxr-sr-x. 3 jenkins 1001020000 84 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 131785 Sep 7 06:56 ditto-api-1.yml -rw-r--r--. 1 jenkins 1001020000 246414 Sep 7 06:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 645 Sep 7 06:56 README.md drwxr-sr-x. 7 jenkins 1001020000 176 Sep 7 06:56 sources ./1.5/openapi/sources: total 172 drwxr-sr-x. 7 jenkins 1001020000 176 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 84 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 132810 Sep 7 06:56 api-1-index.yml -rw-r--r--. 1 jenkins 1001020000 8749 Sep 7 06:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 318 Sep 7 06:56 package.json -rw-r--r--. 1 jenkins 1001020000 13974 Sep 7 06:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 parameters drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 paths drwxr-sr-x. 2 jenkins 1001020000 111 Sep 7 06:56 requests drwxr-sr-x. 2 jenkins 1001020000 138 Sep 7 06:56 responses drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 schemas ./1.5/openapi/sources/parameters: total 116 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 7 jenkins 1001020000 176 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 662 Sep 7 06:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Sep 7 06:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Sep 7 06:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Sep 7 06:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Sep 7 06:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Sep 7 06:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Sep 7 06:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Sep 7 06:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Sep 7 06:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Sep 7 06:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Sep 7 06:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Sep 7 06:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Sep 7 06:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Sep 7 06:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Sep 7 06:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 716 Sep 7 06:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 747 Sep 7 06:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Sep 7 06:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Sep 7 06:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Sep 7 06:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Sep 7 06:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Sep 7 06:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Sep 7 06:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Sep 7 06:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Sep 7 06:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Sep 7 06:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Sep 7 06:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 939 Sep 7 06:56 timeoutParam.yml ./1.5/openapi/sources/paths: total 0 drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 . drwxr-sr-x. 7 jenkins 1001020000 176 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Sep 7 06:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 162 Sep 7 06:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Sep 7 06:56 messages drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Sep 7 06:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Sep 7 06:56 whoami ./1.5/openapi/sources/paths/cloudevents: total 4 drwxr-sr-x. 2 jenkins 1001020000 29 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 4077 Sep 7 06:56 cloudevents.yml ./1.5/openapi/sources/paths/features: total 80 drwxr-sr-x. 2 jenkins 1001020000 162 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 8210 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 8579 Sep 7 06:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 8217 Sep 7 06:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 8915 Sep 7 06:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 10168 Sep 7 06:56 index.yml -rw-r--r--. 1 jenkins 1001020000 8437 Sep 7 06:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 8061 Sep 7 06:56 property.yml ./1.5/openapi/sources/paths/messages: total 28 drwxr-sr-x. 2 jenkins 1001020000 147 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3967 Sep 7 06:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3848 Sep 7 06:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4679 Sep 7 06:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4384 Sep 7 06:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3709 Sep 7 06:56 outbox-message.yml ./1.5/openapi/sources/paths/policies: total 72 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 6071 Sep 7 06:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9893 Sep 7 06:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 11028 Sep 7 06:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6492 Sep 7 06:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8394 Sep 7 06:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5712 Sep 7 06:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8463 Sep 7 06:56 subject.yml ./1.5/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 2189 Sep 7 06:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4132 Sep 7 06:56 things.yml ./1.5/openapi/sources/paths/things: total 56 drwxr-sr-x. 2 jenkins 1001020000 125 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 7406 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 8133 Sep 7 06:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 7691 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6590 Sep 7 06:56 index.yml -rw-r--r--. 1 jenkins 1001020000 5727 Sep 7 06:56 policyid.yml -rw-r--r--. 1 jenkins 1001020000 13214 Sep 7 06:56 thing.yml ./1.5/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 1026 Sep 7 06:56 index.yml ./1.5/openapi/sources/requests: total 20 drwxr-sr-x. 2 jenkins 1001020000 111 Sep 7 06:56 . drwxr-sr-x. 7 jenkins 1001020000 176 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 1246 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 808 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Sep 7 06:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 740 Sep 7 06:56 payload.yml -rw-r--r--. 1 jenkins 1001020000 1149 Sep 7 06:56 value.yml ./1.5/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 138 Sep 7 06:56 . drwxr-sr-x. 7 jenkins 1001020000 176 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 568 Sep 7 06:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 579 Sep 7 06:56 messageTimeout.yml -rw-r--r--. 1 jenkins 1001020000 566 Sep 7 06:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Sep 7 06:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1173 Sep 7 06:56 preconditionFailed.yml ./1.5/openapi/sources/schemas: total 96 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 7 jenkins 1001020000 176 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Sep 7 06:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 479 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 573 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 803 Sep 7 06:56 error.yml -rw-r--r--. 1 jenkins 1001020000 649 Sep 7 06:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Sep 7 06:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Sep 7 06:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Sep 7 06:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Sep 7 06:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 2283 Sep 7 06:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 491 Sep 7 06:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Sep 7 06:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Sep 7 06:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 505 Sep 7 06:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Sep 7 06:56 resourceEntryRestricted.yml -rw-r--r--. 1 jenkins 1001020000 679 Sep 7 06:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 785 Sep 7 06:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 489 Sep 7 06:56 searchResultThings.yml -rw-r--r--. 1 jenkins 1001020000 731 Sep 7 06:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Sep 7 06:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 1768 Sep 7 06:56 thing.yml -rw-r--r--. 1 jenkins 1001020000 519 Sep 7 06:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Sep 7 06:56 whoami.yml ./1.5/slides: total 28 drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 images ./1.5/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Sep 7 06:56 index.html ./1.5/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Sep 7 06:56 index.html ./1.5/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Sep 7 06:56 index.html ./1.5/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Sep 7 06:56 index.html ./1.5/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 31918 Sep 7 06:56 index.html ./1.5/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Sep 7 06:56 index.html ./1.5/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Sep 7 06:56 index.html ./1.5/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Sep 7 06:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Sep 7 06:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Sep 7 06:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Sep 7 06:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Sep 7 06:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Sep 7 06:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Sep 7 06:56 background-twin-small.jpg ./1.5/slides/images: total 516 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Sep 7 06:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Sep 7 06:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Sep 7 06:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Sep 7 06:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Sep 7 06:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Sep 7 06:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Sep 7 06:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Sep 7 06:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Sep 7 06:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Sep 7 06:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Sep 7 06:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Sep 7 06:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Sep 7 06:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Sep 7 06:56 ttn-logo.png ./2.0: total 15040 drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 13227 Sep 7 06:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13245 Sep 7 06:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14308 Sep 7 06:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13766 Sep 7 06:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14245 Sep 7 06:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17524 Sep 7 06:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17274 Sep 7 06:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13943 Sep 7 06:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 93134 Sep 7 06:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13814 Sep 7 06:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13967 Sep 7 06:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26563 Sep 7 06:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14051 Sep 7 06:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14884 Sep 7 06:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14136 Sep 7 06:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13738 Sep 7 06:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29446 Sep 7 06:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13305 Sep 7 06:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13895 Sep 7 06:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13825 Sep 7 06:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14313 Sep 7 06:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17410 Sep 7 06:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13858 Sep 7 06:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15142 Sep 7 06:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13973 Sep 7 06:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16471 Sep 7 06:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53361 Sep 7 06:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15704 Sep 7 06:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14513 Sep 7 06:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14346 Sep 7 06:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17704 Sep 7 06:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37341 Sep 7 06:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14137 Sep 7 06:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24383 Sep 7 06:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18278 Sep 7 06:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14413 Sep 7 06:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29279 Sep 7 06:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45064 Sep 7 06:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30440 Sep 7 06:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23206 Sep 7 06:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16746 Sep 7 06:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 56388 Sep 7 06:56 404.html -rw-r--r--. 1 jenkins 1001020000 66760 Sep 7 06:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 59876 Sep 7 06:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 58280 Sep 7 06:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 59382 Sep 7 06:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 58193 Sep 7 06:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 57863 Sep 7 06:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 57921 Sep 7 06:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 62475 Sep 7 06:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 98031 Sep 7 06:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 60079 Sep 7 06:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 61549 Sep 7 06:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 61038 Sep 7 06:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 99251 Sep 7 06:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 65249 Sep 7 06:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 61810 Sep 7 06:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 74783 Sep 7 06:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 64209 Sep 7 06:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 74916 Sep 7 06:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 60476 Sep 7 06:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 60908 Sep 7 06:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 70282 Sep 7 06:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 89255 Sep 7 06:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 69315 Sep 7 06:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 65066 Sep 7 06:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 57182 Sep 7 06:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 58497 Sep 7 06:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 56884 Sep 7 06:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 57346 Sep 7 06:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 57307 Sep 7 06:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 59984 Sep 7 06:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 63601 Sep 7 06:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 19960 Sep 7 06:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 22552 Sep 7 06:56 blog.html -rw-r--r--. 1 jenkins 1001020000 91269 Sep 7 06:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 59693 Sep 7 06:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 56748 Sep 7 06:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 57916 Sep 7 06:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 86159 Sep 7 06:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 138403 Sep 7 06:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 57717 Sep 7 06:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 68840 Sep 7 06:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 72155 Sep 7 06:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 75255 Sep 7 06:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 67316 Sep 7 06:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 89589 Sep 7 06:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 88539 Sep 7 06:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 65033 Sep 7 06:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 65339 Sep 7 06:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 docson -rw-r--r--. 1 jenkins 1001020000 57343 Sep 7 06:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 files -rw-r--r--. 1 jenkins 1001020000 58404 Sep 7 06:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Sep 7 06:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 107407 Sep 7 06:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11645 Sep 7 06:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 63379 Sep 7 06:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 57451 Sep 7 06:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 62001 Sep 7 06:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 74828 Sep 7 06:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 60629 Sep 7 06:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 76187 Sep 7 06:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 images -rw-r--r--. 1 jenkins 1001020000 13619 Sep 7 06:56 index.html -rw-r--r--. 1 jenkins 1001020000 58075 Sep 7 06:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 136271 Sep 7 06:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 59029 Sep 7 06:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 58635 Sep 7 06:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 66207 Sep 7 06:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 60238 Sep 7 06:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:56 openapi -rw-r--r--. 1 jenkins 1001020000 59661 Sep 7 06:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 58172 Sep 7 06:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 60620 Sep 7 06:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 61113 Sep 7 06:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 60293 Sep 7 06:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 61370 Sep 7 06:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 60100 Sep 7 06:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 63318 Sep 7 06:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 63689 Sep 7 06:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 61293 Sep 7 06:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 60007 Sep 7 06:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 60165 Sep 7 06:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 73323 Sep 7 06:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 59617 Sep 7 06:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 59573 Sep 7 06:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 59728 Sep 7 06:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 59809 Sep 7 06:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 59790 Sep 7 06:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 59606 Sep 7 06:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 59547 Sep 7 06:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 59716 Sep 7 06:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 59697 Sep 7 06:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 59592 Sep 7 06:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 59499 Sep 7 06:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 119240 Sep 7 06:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 66044 Sep 7 06:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 62560 Sep 7 06:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 62825 Sep 7 06:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 63417 Sep 7 06:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 62177 Sep 7 06:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 62289 Sep 7 06:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 64118 Sep 7 06:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 64361 Sep 7 06:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 60415 Sep 7 06:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 63301 Sep 7 06:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 62061 Sep 7 06:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 61818 Sep 7 06:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 65837 Sep 7 06:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 60623 Sep 7 06:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 61116 Sep 7 06:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 60296 Sep 7 06:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 61373 Sep 7 06:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 60103 Sep 7 06:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 63321 Sep 7 06:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 63692 Sep 7 06:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 62698 Sep 7 06:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 61296 Sep 7 06:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 60010 Sep 7 06:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 59977 Sep 7 06:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 71043 Sep 7 06:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 58111 Sep 7 06:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 60428 Sep 7 06:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 62862 Sep 7 06:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 59166 Sep 7 06:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 58844 Sep 7 06:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 58459 Sep 7 06:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 58381 Sep 7 06:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 58501 Sep 7 06:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 58483 Sep 7 06:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 101231 Sep 7 06:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 62963 Sep 7 06:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 60428 Sep 7 06:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 60633 Sep 7 06:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 59166 Sep 7 06:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 59498 Sep 7 06:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 58844 Sep 7 06:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 59172 Sep 7 06:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 61936 Sep 7 06:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 60085 Sep 7 06:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 60630 Sep 7 06:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 59163 Sep 7 06:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 59327 Sep 7 06:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 58841 Sep 7 06:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 59001 Sep 7 06:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 58976 Sep 7 06:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 59129 Sep 7 06:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 58838 Sep 7 06:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 59388 Sep 7 06:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 58738 Sep 7 06:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 60242 Sep 7 06:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 60410 Sep 7 06:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 59324 Sep 7 06:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 58666 Sep 7 06:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 58635 Sep 7 06:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 62815 Sep 7 06:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 62415 Sep 7 06:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 69207 Sep 7 06:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 57581 Sep 7 06:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 58838 Sep 7 06:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 57434 Sep 7 06:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 66016 Sep 7 06:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 58782 Sep 7 06:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 74875 Sep 7 06:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 63501 Sep 7 06:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 61456 Sep 7 06:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 70439 Sep 7 06:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 107912 Sep 7 06:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 82093 Sep 7 06:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 61716 Sep 7 06:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 91534 Sep 7 06:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 80919 Sep 7 06:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 81345 Sep 7 06:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 72213 Sep 7 06:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 67257 Sep 7 06:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 58259 Sep 7 06:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 56854 Sep 7 06:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 59745 Sep 7 06:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 59226 Sep 7 06:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 59815 Sep 7 06:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 59475 Sep 7 06:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 61077 Sep 7 06:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 61224 Sep 7 06:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 60824 Sep 7 06:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 60758 Sep 7 06:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 63244 Sep 7 06:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 58896 Sep 7 06:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 59290 Sep 7 06:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 61219 Sep 7 06:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 60142 Sep 7 06:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 61933 Sep 7 06:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 65131 Sep 7 06:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 57658 Sep 7 06:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 58626 Sep 7 06:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 59107 Sep 7 06:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 57797 Sep 7 06:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 63754 Sep 7 06:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 58175 Sep 7 06:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 65579 Sep 7 06:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 62344 Sep 7 06:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 65810 Sep 7 06:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 57129 Sep 7 06:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 96211 Sep 7 06:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 58917 Sep 7 06:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 51 Sep 7 06:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 62191 Sep 7 06:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 29117 Sep 7 06:56 search.json drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 slides -rw-r--r--. 1 jenkins 1001020000 62788 Sep 7 06:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 66933 Sep 7 06:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 83632 Sep 7 06:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 63785 Sep 7 06:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 73269 Sep 7 06:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 65520 Sep 7 06:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 65977 Sep 7 06:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 63673 Sep 7 06:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 67833 Sep 7 06:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 62242 Sep 7 06:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 78500 Sep 7 06:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 69249 Sep 7 06:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 67451 Sep 7 06:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 64647 Sep 7 06:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 65121 Sep 7 06:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 62697 Sep 7 06:56 tag_troubleshooting.html ./2.0/css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Sep 7 06:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23925 Sep 7 06:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Sep 7 06:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Sep 7 06:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Sep 7 06:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Sep 7 06:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Sep 7 06:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Sep 7 06:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Sep 7 06:56 theme-green.css ./2.0/docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Sep 7 06:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Sep 7 06:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Sep 7 06:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Sep 7 06:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Sep 7 06:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Sep 7 06:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Sep 7 06:56 widget.js ./2.0/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Sep 7 06:56 docson.css ./2.0/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Sep 7 06:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Sep 7 06:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Sep 7 06:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Sep 7 06:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Sep 7 06:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Sep 7 06:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Sep 7 06:56 traverse.js ./2.0/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Sep 7 06:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Sep 7 06:56 signature.html ./2.0/files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Sep 7 06:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Sep 7 06:56 migration_mongodb_1.0.0.js ./2.0/images: total 324 drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Sep 7 06:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Sep 7 06:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Sep 7 06:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Sep 7 06:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Sep 7 06:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Sep 7 06:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Sep 7 06:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Sep 7 06:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Sep 7 06:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Sep 7 06:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Sep 7 06:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Sep 7 06:56 iot_logo.svg drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 pages ./2.0/images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Sep 7 06:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Sep 7 06:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Sep 7 06:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Sep 7 06:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Sep 7 06:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Sep 7 06:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Sep 7 06:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./2.0/images/pages: total 8 drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Sep 7 06:56 advanced drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 protocol ./2.0/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Sep 7 06:56 data-by-pass-architectural-design.jpg ./2.0/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Sep 7 06:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Sep 7 06:56 context-overview.png ./2.0/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Sep 7 06:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Sep 7 06:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Sep 7 06:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Sep 7 06:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Sep 7 06:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Sep 7 06:56 policy-example.png ./2.0/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Sep 7 06:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Sep 7 06:56 ditto-twin-channel.png ./2.0/js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Sep 7 06:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Sep 7 06:56 toc.js ./2.0/jsonschema: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 27773 Sep 7 06:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1459 Sep 7 06:56 error.json -rw-r--r--. 1 jenkins 1001020000 1450 Sep 7 06:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Sep 7 06:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 4323 Sep 7 06:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Sep 7 06:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Sep 7 06:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Sep 7 06:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 3901 Sep 7 06:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2841 Sep 7 06:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Sep 7 06:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Sep 7 06:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Sep 7 06:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Sep 7 06:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Sep 7 06:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Sep 7 06:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 5093 Sep 7 06:56 thing_v2.json ./2.0/openapi: total 324 drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 304375 Sep 7 06:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 729 Sep 7 06:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 sources ./2.0/openapi/sources: total 36 drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 9687 Sep 7 06:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Sep 7 06:56 package.json -rw-r--r--. 1 jenkins 1001020000 13974 Sep 7 06:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 parameters drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 requests drwxr-sr-x. 2 jenkins 1001020000 138 Sep 7 06:56 responses drwxr-sr-x. 8 jenkins 1001020000 94 Sep 7 06:56 schemas drwxr-sr-x. 2 jenkins 1001020000 68 Sep 7 06:56 security ./2.0/openapi/sources/parameters: total 116 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 662 Sep 7 06:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Sep 7 06:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Sep 7 06:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Sep 7 06:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Sep 7 06:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Sep 7 06:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Sep 7 06:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Sep 7 06:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Sep 7 06:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Sep 7 06:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Sep 7 06:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Sep 7 06:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Sep 7 06:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Sep 7 06:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Sep 7 06:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 716 Sep 7 06:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 747 Sep 7 06:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Sep 7 06:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Sep 7 06:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Sep 7 06:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Sep 7 06:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Sep 7 06:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Sep 7 06:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Sep 7 06:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Sep 7 06:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Sep 7 06:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Sep 7 06:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Sep 7 06:56 timeoutParam.yml ./2.0/openapi/sources/paths: total 4 drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Sep 7 06:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 162 Sep 7 06:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Sep 7 06:56 messages drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Sep 7 06:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Sep 7 06:56 whoami ./2.0/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Sep 7 06:56 cloudevents.yml ./2.0/openapi/sources/paths/features: total 96 drwxr-sr-x. 2 jenkins 1001020000 162 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 11506 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 12610 Sep 7 06:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 11752 Sep 7 06:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 12951 Sep 7 06:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 14656 Sep 7 06:56 index.yml -rw-r--r--. 1 jenkins 1001020000 12141 Sep 7 06:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 11506 Sep 7 06:56 property.yml ./2.0/openapi/sources/paths/messages: total 28 drwxr-sr-x. 2 jenkins 1001020000 147 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 4001 Sep 7 06:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3882 Sep 7 06:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4714 Sep 7 06:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4418 Sep 7 06:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3743 Sep 7 06:56 outbox-message.yml ./2.0/openapi/sources/paths/policies: total 92 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 2064 Sep 7 06:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2009 Sep 7 06:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 1744 Sep 7 06:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 1710 Sep 7 06:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6125 Sep 7 06:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9960 Sep 7 06:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 11132 Sep 7 06:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6158 Sep 7 06:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8476 Sep 7 06:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5758 Sep 7 06:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8541 Sep 7 06:56 subject.yml ./2.0/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Sep 7 06:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Sep 7 06:56 things.yml ./2.0/openapi/sources/paths/things: total 72 drwxr-sr-x. 2 jenkins 1001020000 125 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 11196 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 11180 Sep 7 06:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 11071 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6535 Sep 7 06:56 index.yml -rw-r--r--. 1 jenkins 1001020000 7673 Sep 7 06:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 20106 Sep 7 06:56 thing.yml ./2.0/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Sep 7 06:56 index.yml ./2.0/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 815 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Sep 7 06:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Sep 7 06:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Sep 7 06:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Sep 7 06:56 value.yml ./2.0/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Sep 7 06:56 actions ./2.0/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 725 Sep 7 06:56 activateTokenIntegration.yml ./2.0/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 138 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 575 Sep 7 06:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 586 Sep 7 06:56 messageTimeout.yml -rw-r--r--. 1 jenkins 1001020000 573 Sep 7 06:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Sep 7 06:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Sep 7 06:56 preconditionFailed.yml ./2.0/openapi/sources/schemas: total 4 drwxr-sr-x. 8 jenkins 1001020000 94 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Sep 7 06:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 policies drwxr-sr-x. 2 jenkins 1001020000 36 Sep 7 06:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Sep 7 06:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Sep 7 06:56 whoami ./2.0/openapi/sources/schemas/errors: total 8 drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 94 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Sep 7 06:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Sep 7 06:56 error.yml ./2.0/openapi/sources/schemas/features: total 20 drwxr-sr-x. 2 jenkins 1001020000 139 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 94 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 649 Sep 7 06:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Sep 7 06:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Sep 7 06:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Sep 7 06:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Sep 7 06:56 feature.yml ./2.0/openapi/sources/schemas/policies: total 44 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 94 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 527 Sep 7 06:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Sep 7 06:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Sep 7 06:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Sep 7 06:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 628 Sep 7 06:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Sep 7 06:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Sep 7 06:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 871 Sep 7 06:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Sep 7 06:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Sep 7 06:56 subjects.yml ./2.0/openapi/sources/schemas/search: total 4 drwxr-sr-x. 2 jenkins 1001020000 36 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 94 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Sep 7 06:56 searchResultThings.yml ./2.0/openapi/sources/schemas/things: total 20 drwxr-sr-x. 2 jenkins 1001020000 109 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 94 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 573 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Sep 7 06:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Sep 7 06:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Sep 7 06:56 thing.yml ./2.0/openapi/sources/schemas/whoami: total 8 drwxr-sr-x. 2 jenkins 1001020000 49 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 94 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Sep 7 06:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Sep 7 06:56 whoami.yml ./2.0/openapi/sources/security: total 12 drwxr-sr-x. 2 jenkins 1001020000 68 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Sep 7 06:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 710 Sep 7 06:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Sep 7 06:56 nginxBasic.yml ./2.0/slides: total 32 drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 images ./2.0/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Sep 7 06:56 index.html ./2.0/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Sep 7 06:56 index.html ./2.0/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Sep 7 06:56 index.html ./2.0/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Sep 7 06:56 index.html ./2.0/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 31918 Sep 7 06:56 index.html ./2.0/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Sep 7 06:56 index.html ./2.0/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Sep 7 06:56 index.html ./2.0/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Sep 7 06:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Sep 7 06:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Sep 7 06:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Sep 7 06:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Sep 7 06:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Sep 7 06:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Sep 7 06:56 background-twin-small.jpg ./2.0/slides/images: total 516 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Sep 7 06:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Sep 7 06:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Sep 7 06:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Sep 7 06:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Sep 7 06:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Sep 7 06:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Sep 7 06:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Sep 7 06:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Sep 7 06:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Sep 7 06:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Sep 7 06:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Sep 7 06:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Sep 7 06:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Sep 7 06:56 ttn-logo.png ./2.1: total 16476 drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 13227 Sep 7 06:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13245 Sep 7 06:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14308 Sep 7 06:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13766 Sep 7 06:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14245 Sep 7 06:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17524 Sep 7 06:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17274 Sep 7 06:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13943 Sep 7 06:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 93134 Sep 7 06:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13814 Sep 7 06:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13967 Sep 7 06:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26563 Sep 7 06:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14051 Sep 7 06:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14884 Sep 7 06:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14136 Sep 7 06:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13738 Sep 7 06:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29446 Sep 7 06:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13305 Sep 7 06:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13895 Sep 7 06:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13825 Sep 7 06:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14313 Sep 7 06:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17410 Sep 7 06:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13858 Sep 7 06:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15142 Sep 7 06:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13973 Sep 7 06:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16471 Sep 7 06:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53361 Sep 7 06:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15704 Sep 7 06:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14513 Sep 7 06:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14346 Sep 7 06:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17704 Sep 7 06:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37341 Sep 7 06:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14137 Sep 7 06:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24383 Sep 7 06:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18278 Sep 7 06:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14413 Sep 7 06:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29279 Sep 7 06:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45064 Sep 7 06:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30440 Sep 7 06:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23206 Sep 7 06:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16746 Sep 7 06:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52022 Sep 7 06:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34660 Sep 7 06:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16577 Sep 7 06:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 58924 Sep 7 06:56 404.html -rw-r--r--. 1 jenkins 1001020000 69296 Sep 7 06:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 62412 Sep 7 06:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 60816 Sep 7 06:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 61910 Sep 7 06:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 60729 Sep 7 06:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 60391 Sep 7 06:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 60449 Sep 7 06:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 65006 Sep 7 06:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 102600 Sep 7 06:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 62615 Sep 7 06:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 64085 Sep 7 06:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 63574 Sep 7 06:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 69235 Sep 7 06:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 102395 Sep 7 06:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 67785 Sep 7 06:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 64346 Sep 7 06:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 79614 Sep 7 06:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 66745 Sep 7 06:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 77452 Sep 7 06:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 63012 Sep 7 06:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 63444 Sep 7 06:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 73374 Sep 7 06:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 95794 Sep 7 06:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 71851 Sep 7 06:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 67602 Sep 7 06:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 59718 Sep 7 06:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 61033 Sep 7 06:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 59420 Sep 7 06:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 59882 Sep 7 06:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 59843 Sep 7 06:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 62520 Sep 7 06:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 66485 Sep 7 06:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 20592 Sep 7 06:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 23065 Sep 7 06:56 blog.html -rw-r--r--. 1 jenkins 1001020000 93805 Sep 7 06:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 62229 Sep 7 06:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 59284 Sep 7 06:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 60452 Sep 7 06:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 128421 Sep 7 06:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 88993 Sep 7 06:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 154655 Sep 7 06:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 60253 Sep 7 06:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 71376 Sep 7 06:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 74944 Sep 7 06:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 78550 Sep 7 06:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 84953 Sep 7 06:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 92125 Sep 7 06:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 91075 Sep 7 06:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 67569 Sep 7 06:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 67875 Sep 7 06:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 docson -rw-r--r--. 1 jenkins 1001020000 59936 Sep 7 06:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 files -rw-r--r--. 1 jenkins 1001020000 60940 Sep 7 06:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Sep 7 06:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 110216 Sep 7 06:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11645 Sep 7 06:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 65915 Sep 7 06:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 59987 Sep 7 06:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 64537 Sep 7 06:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 77364 Sep 7 06:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 63165 Sep 7 06:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 78723 Sep 7 06:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 images -rw-r--r--. 1 jenkins 1001020000 13619 Sep 7 06:56 index.html -rw-r--r--. 1 jenkins 1001020000 60612 Sep 7 06:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 136410 Sep 7 06:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 61565 Sep 7 06:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 61171 Sep 7 06:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 68743 Sep 7 06:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 62774 Sep 7 06:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:56 openapi -rw-r--r--. 1 jenkins 1001020000 62490 Sep 7 06:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 60708 Sep 7 06:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 60220 Sep 7 06:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 60220 Sep 7 06:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 63156 Sep 7 06:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 63649 Sep 7 06:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 62829 Sep 7 06:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 63906 Sep 7 06:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 62636 Sep 7 06:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 65854 Sep 7 06:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 66225 Sep 7 06:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 63829 Sep 7 06:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 62543 Sep 7 06:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 62701 Sep 7 06:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 75859 Sep 7 06:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 62153 Sep 7 06:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 62109 Sep 7 06:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 62264 Sep 7 06:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 62345 Sep 7 06:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 62326 Sep 7 06:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 62142 Sep 7 06:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 62083 Sep 7 06:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 62252 Sep 7 06:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 62233 Sep 7 06:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 62128 Sep 7 06:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 62035 Sep 7 06:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 121776 Sep 7 06:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 68580 Sep 7 06:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 65096 Sep 7 06:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 65361 Sep 7 06:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 65953 Sep 7 06:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 64713 Sep 7 06:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 64825 Sep 7 06:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 66654 Sep 7 06:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 66897 Sep 7 06:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 62951 Sep 7 06:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 65837 Sep 7 06:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 64597 Sep 7 06:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 64354 Sep 7 06:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 68373 Sep 7 06:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 63159 Sep 7 06:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 63652 Sep 7 06:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 62832 Sep 7 06:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 63909 Sep 7 06:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 62639 Sep 7 06:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 65857 Sep 7 06:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 66228 Sep 7 06:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 65234 Sep 7 06:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 63832 Sep 7 06:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 62546 Sep 7 06:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 62513 Sep 7 06:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 73579 Sep 7 06:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 60647 Sep 7 06:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 62964 Sep 7 06:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 65398 Sep 7 06:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 61702 Sep 7 06:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 61380 Sep 7 06:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 60995 Sep 7 06:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 60917 Sep 7 06:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 61037 Sep 7 06:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 61019 Sep 7 06:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 103767 Sep 7 06:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 65499 Sep 7 06:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 62964 Sep 7 06:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 63169 Sep 7 06:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 61702 Sep 7 06:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 62034 Sep 7 06:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 61380 Sep 7 06:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 61708 Sep 7 06:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 64472 Sep 7 06:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 62621 Sep 7 06:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 63166 Sep 7 06:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 61699 Sep 7 06:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 61863 Sep 7 06:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 61377 Sep 7 06:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 61537 Sep 7 06:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 61512 Sep 7 06:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 61665 Sep 7 06:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 61374 Sep 7 06:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 61924 Sep 7 06:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 61274 Sep 7 06:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 62778 Sep 7 06:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 62946 Sep 7 06:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 61860 Sep 7 06:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 61202 Sep 7 06:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 61171 Sep 7 06:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 65351 Sep 7 06:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 64951 Sep 7 06:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 71743 Sep 7 06:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 60117 Sep 7 06:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 61374 Sep 7 06:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 62069 Sep 7 06:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 60662 Sep 7 06:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 59970 Sep 7 06:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 68943 Sep 7 06:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 61318 Sep 7 06:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 77411 Sep 7 06:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 66037 Sep 7 06:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 63992 Sep 7 06:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 72975 Sep 7 06:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 110448 Sep 7 06:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 84629 Sep 7 06:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 64252 Sep 7 06:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 94070 Sep 7 06:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 83455 Sep 7 06:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 83881 Sep 7 06:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 74749 Sep 7 06:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 69793 Sep 7 06:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 60795 Sep 7 06:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 59390 Sep 7 06:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 62281 Sep 7 06:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 61762 Sep 7 06:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 62351 Sep 7 06:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 62011 Sep 7 06:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 63613 Sep 7 06:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 63760 Sep 7 06:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 63360 Sep 7 06:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 63294 Sep 7 06:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 65780 Sep 7 06:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 61432 Sep 7 06:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 61826 Sep 7 06:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 63755 Sep 7 06:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 62678 Sep 7 06:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 64469 Sep 7 06:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 67667 Sep 7 06:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 60194 Sep 7 06:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 61162 Sep 7 06:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 61643 Sep 7 06:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 60333 Sep 7 06:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 66290 Sep 7 06:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 60711 Sep 7 06:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 68115 Sep 7 06:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 64880 Sep 7 06:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 68346 Sep 7 06:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 59665 Sep 7 06:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 98747 Sep 7 06:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 61453 Sep 7 06:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 74376 Sep 7 06:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 62155 Sep 7 06:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 61438 Sep 7 06:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 60018 Sep 7 06:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 61006 Sep 7 06:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 51 Sep 7 06:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 64727 Sep 7 06:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 31687 Sep 7 06:56 search.json drwxr-sr-x. 14 jenkins 1001020000 4096 Sep 7 06:56 slides -rw-r--r--. 1 jenkins 1001020000 65786 Sep 7 06:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 70478 Sep 7 06:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 88265 Sep 7 06:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 66783 Sep 7 06:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 77344 Sep 7 06:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 68582 Sep 7 06:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 70022 Sep 7 06:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 66672 Sep 7 06:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 70835 Sep 7 06:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 65240 Sep 7 06:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 83694 Sep 7 06:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 73472 Sep 7 06:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 71507 Sep 7 06:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 67645 Sep 7 06:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 68119 Sep 7 06:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 65758 Sep 7 06:56 tag_troubleshooting.html ./2.1/css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Sep 7 06:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23925 Sep 7 06:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Sep 7 06:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Sep 7 06:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Sep 7 06:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Sep 7 06:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Sep 7 06:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Sep 7 06:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Sep 7 06:56 theme-green.css ./2.1/docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Sep 7 06:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Sep 7 06:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Sep 7 06:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Sep 7 06:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Sep 7 06:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Sep 7 06:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Sep 7 06:56 widget.js ./2.1/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Sep 7 06:56 docson.css ./2.1/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Sep 7 06:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Sep 7 06:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Sep 7 06:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Sep 7 06:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Sep 7 06:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Sep 7 06:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Sep 7 06:56 traverse.js ./2.1/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Sep 7 06:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Sep 7 06:56 signature.html ./2.1/files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Sep 7 06:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Sep 7 06:56 migration_mongodb_1.0.0.js ./2.1/images: total 324 drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Sep 7 06:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Sep 7 06:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Sep 7 06:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Sep 7 06:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Sep 7 06:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Sep 7 06:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Sep 7 06:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Sep 7 06:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Sep 7 06:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Sep 7 06:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Sep 7 06:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Sep 7 06:56 iot_logo.svg drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 pages ./2.1/images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Sep 7 06:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Sep 7 06:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Sep 7 06:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Sep 7 06:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Sep 7 06:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Sep 7 06:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Sep 7 06:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./2.1/images/pages: total 8 drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Sep 7 06:56 advanced drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 protocol ./2.1/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Sep 7 06:56 data-by-pass-architectural-design.jpg ./2.1/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Sep 7 06:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Sep 7 06:56 context-overview.png ./2.1/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Sep 7 06:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Sep 7 06:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Sep 7 06:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Sep 7 06:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Sep 7 06:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Sep 7 06:56 policy-example.png ./2.1/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Sep 7 06:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Sep 7 06:56 ditto-twin-channel.png ./2.1/js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Sep 7 06:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Sep 7 06:56 toc.js ./2.1/jsonschema: total 140 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 37638 Sep 7 06:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1459 Sep 7 06:56 error.json -rw-r--r--. 1 jenkins 1001020000 1508 Sep 7 06:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Sep 7 06:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 5335 Sep 7 06:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Sep 7 06:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Sep 7 06:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Sep 7 06:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 4358 Sep 7 06:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2841 Sep 7 06:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Sep 7 06:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Sep 7 06:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Sep 7 06:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Sep 7 06:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Sep 7 06:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Sep 7 06:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 5180 Sep 7 06:56 thing_v2.json ./2.1/openapi: total 332 drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 313445 Sep 7 06:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 729 Sep 7 06:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 sources ./2.1/openapi/sources: total 36 drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 9622 Sep 7 06:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Sep 7 06:56 package.json -rw-r--r--. 1 jenkins 1001020000 13974 Sep 7 06:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 parameters drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 requests drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 responses drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 schemas drwxr-sr-x. 2 jenkins 1001020000 68 Sep 7 06:56 security ./2.1/openapi/sources/parameters: total 120 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Sep 7 06:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Sep 7 06:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Sep 7 06:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1341 Sep 7 06:56 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Sep 7 06:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Sep 7 06:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Sep 7 06:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Sep 7 06:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Sep 7 06:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Sep 7 06:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Sep 7 06:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Sep 7 06:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Sep 7 06:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Sep 7 06:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Sep 7 06:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Sep 7 06:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 716 Sep 7 06:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 747 Sep 7 06:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Sep 7 06:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Sep 7 06:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Sep 7 06:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Sep 7 06:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Sep 7 06:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Sep 7 06:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Sep 7 06:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Sep 7 06:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Sep 7 06:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Sep 7 06:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Sep 7 06:56 timeoutParam.yml ./2.1/openapi/sources/paths: total 4 drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Sep 7 06:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 162 Sep 7 06:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Sep 7 06:56 messages drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Sep 7 06:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Sep 7 06:56 whoami ./2.1/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Sep 7 06:56 cloudevents.yml ./2.1/openapi/sources/paths/features: total 100 drwxr-sr-x. 2 jenkins 1001020000 162 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 11953 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 12997 Sep 7 06:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 12139 Sep 7 06:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 13338 Sep 7 06:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 15043 Sep 7 06:56 index.yml -rw-r--r--. 1 jenkins 1001020000 12528 Sep 7 06:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 11893 Sep 7 06:56 property.yml ./2.1/openapi/sources/paths/messages: total 28 drwxr-sr-x. 2 jenkins 1001020000 147 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 4004 Sep 7 06:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3885 Sep 7 06:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Sep 7 06:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4421 Sep 7 06:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3746 Sep 7 06:56 outbox-message.yml ./2.1/openapi/sources/paths/policies: total 92 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Sep 7 06:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Sep 7 06:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Sep 7 06:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Sep 7 06:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6125 Sep 7 06:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9960 Sep 7 06:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 11132 Sep 7 06:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6158 Sep 7 06:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8476 Sep 7 06:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5758 Sep 7 06:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8541 Sep 7 06:56 subject.yml ./2.1/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Sep 7 06:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Sep 7 06:56 things.yml ./2.1/openapi/sources/paths/things: total 76 drwxr-sr-x. 2 jenkins 1001020000 125 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 11583 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 11567 Sep 7 06:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 11458 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6597 Sep 7 06:56 index.yml -rw-r--r--. 1 jenkins 1001020000 7947 Sep 7 06:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 20493 Sep 7 06:56 thing.yml ./2.1/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Sep 7 06:56 index.yml ./2.1/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 815 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Sep 7 06:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Sep 7 06:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Sep 7 06:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Sep 7 06:56 value.yml ./2.1/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Sep 7 06:56 actions ./2.1/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 839 Sep 7 06:56 activateTokenIntegration.yml ./2.1/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Sep 7 06:56 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Sep 7 06:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 574 Sep 7 06:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Sep 7 06:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Sep 7 06:56 preconditionFailed.yml ./2.1/openapi/sources/schemas: total 4 drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Sep 7 06:56 acknowledgements drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Sep 7 06:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 policies drwxr-sr-x. 2 jenkins 1001020000 36 Sep 7 06:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Sep 7 06:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Sep 7 06:56 whoami ./2.1/openapi/sources/schemas/acknowledgements: total 8 drwxr-sr-x. 2 jenkins 1001020000 61 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 652 Sep 7 06:56 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Sep 7 06:56 acknowledgement.yml ./2.1/openapi/sources/schemas/errors: total 8 drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Sep 7 06:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Sep 7 06:56 error.yml ./2.1/openapi/sources/schemas/features: total 20 drwxr-sr-x. 2 jenkins 1001020000 139 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Sep 7 06:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Sep 7 06:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Sep 7 06:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Sep 7 06:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Sep 7 06:56 feature.yml ./2.1/openapi/sources/schemas/policies: total 44 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 527 Sep 7 06:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Sep 7 06:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Sep 7 06:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Sep 7 06:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 628 Sep 7 06:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Sep 7 06:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Sep 7 06:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 1413 Sep 7 06:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Sep 7 06:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Sep 7 06:56 subjects.yml ./2.1/openapi/sources/schemas/search: total 4 drwxr-sr-x. 2 jenkins 1001020000 36 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Sep 7 06:56 searchResultThings.yml ./2.1/openapi/sources/schemas/things: total 20 drwxr-sr-x. 2 jenkins 1001020000 109 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Sep 7 06:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Sep 7 06:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Sep 7 06:56 thing.yml ./2.1/openapi/sources/schemas/whoami: total 8 drwxr-sr-x. 2 jenkins 1001020000 49 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Sep 7 06:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Sep 7 06:56 whoami.yml ./2.1/openapi/sources/security: total 12 drwxr-sr-x. 2 jenkins 1001020000 68 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Sep 7 06:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 710 Sep 7 06:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Sep 7 06:56 nginxBasic.yml ./2.1/slides: total 32 drwxr-sr-x. 14 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 images ./2.1/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Sep 7 06:56 index.html ./2.1/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Sep 7 06:56 index.html ./2.1/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Sep 7 06:56 index.html ./2.1/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Sep 7 06:56 index.html ./2.1/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 31918 Sep 7 06:56 index.html ./2.1/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Sep 7 06:56 index.html ./2.1/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Sep 7 06:56 index.html ./2.1/slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 30816 Sep 7 06:56 index.html ./2.1/slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16503 Sep 7 06:56 index.html ./2.1/slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21859 Sep 7 06:56 index.html ./2.1/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Sep 7 06:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Sep 7 06:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Sep 7 06:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Sep 7 06:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Sep 7 06:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Sep 7 06:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Sep 7 06:56 background-twin-small.jpg ./2.1/slides/images: total 544 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Sep 7 06:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Sep 7 06:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Sep 7 06:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Sep 7 06:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Sep 7 06:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Sep 7 06:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Sep 7 06:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Sep 7 06:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Sep 7 06:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Sep 7 06:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Sep 7 06:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Sep 7 06:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Sep 7 06:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Sep 7 06:56 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Sep 7 06:56 wot.png ./2.2: total 16852 drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 13246 Sep 7 06:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13264 Sep 7 06:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14327 Sep 7 06:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13785 Sep 7 06:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14264 Sep 7 06:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17543 Sep 7 06:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17293 Sep 7 06:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13962 Sep 7 06:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 93153 Sep 7 06:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13833 Sep 7 06:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13986 Sep 7 06:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26582 Sep 7 06:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14070 Sep 7 06:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14903 Sep 7 06:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14155 Sep 7 06:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13757 Sep 7 06:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29465 Sep 7 06:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13324 Sep 7 06:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13914 Sep 7 06:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13844 Sep 7 06:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14332 Sep 7 06:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17429 Sep 7 06:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13877 Sep 7 06:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15161 Sep 7 06:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13992 Sep 7 06:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16490 Sep 7 06:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53380 Sep 7 06:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15723 Sep 7 06:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14532 Sep 7 06:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14365 Sep 7 06:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17723 Sep 7 06:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37360 Sep 7 06:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14156 Sep 7 06:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24402 Sep 7 06:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18297 Sep 7 06:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14432 Sep 7 06:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29298 Sep 7 06:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45083 Sep 7 06:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30459 Sep 7 06:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23225 Sep 7 06:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16765 Sep 7 06:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52041 Sep 7 06:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34679 Sep 7 06:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16596 Sep 7 06:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 18097 Sep 7 06:56 2021-09-29-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 29249 Sep 7 06:56 2021-11-03-oauth2.html -rw-r--r--. 1 jenkins 1001020000 15718 Sep 7 06:56 2021-11-22-release-announcement-220.html -rw-r--r--. 1 jenkins 1001020000 59441 Sep 7 06:56 404.html -rw-r--r--. 1 jenkins 1001020000 69813 Sep 7 06:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 62929 Sep 7 06:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 61333 Sep 7 06:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 62427 Sep 7 06:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 61246 Sep 7 06:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 60908 Sep 7 06:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 60966 Sep 7 06:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 65523 Sep 7 06:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 103117 Sep 7 06:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 63132 Sep 7 06:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 64602 Sep 7 06:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 65478 Sep 7 06:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 69752 Sep 7 06:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 102912 Sep 7 06:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 68302 Sep 7 06:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 64863 Sep 7 06:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 80131 Sep 7 06:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 69865 Sep 7 06:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 77969 Sep 7 06:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 63748 Sep 7 06:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 63961 Sep 7 06:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 77650 Sep 7 06:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 96311 Sep 7 06:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 75182 Sep 7 06:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 68119 Sep 7 06:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 60235 Sep 7 06:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 61550 Sep 7 06:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 59937 Sep 7 06:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 60399 Sep 7 06:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 60360 Sep 7 06:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 63037 Sep 7 06:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 67002 Sep 7 06:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 21206 Sep 7 06:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 23162 Sep 7 06:56 blog.html -rw-r--r--. 1 jenkins 1001020000 94322 Sep 7 06:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 62746 Sep 7 06:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 59801 Sep 7 06:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 60969 Sep 7 06:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 128938 Sep 7 06:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 93251 Sep 7 06:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 155172 Sep 7 06:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 60770 Sep 7 06:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 71893 Sep 7 06:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 75461 Sep 7 06:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 84122 Sep 7 06:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 85514 Sep 7 06:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 92642 Sep 7 06:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 91592 Sep 7 06:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 68086 Sep 7 06:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 68392 Sep 7 06:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 docson -rw-r--r--. 1 jenkins 1001020000 60453 Sep 7 06:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 files -rw-r--r--. 1 jenkins 1001020000 61457 Sep 7 06:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Sep 7 06:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 110733 Sep 7 06:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11644 Sep 7 06:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 66432 Sep 7 06:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 60504 Sep 7 06:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 65054 Sep 7 06:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 77881 Sep 7 06:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 63682 Sep 7 06:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 79240 Sep 7 06:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 images -rw-r--r--. 1 jenkins 1001020000 16336 Sep 7 06:56 index.html -rw-r--r--. 1 jenkins 1001020000 61129 Sep 7 06:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 136927 Sep 7 06:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 62082 Sep 7 06:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 61688 Sep 7 06:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 69260 Sep 7 06:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 63291 Sep 7 06:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:56 openapi -rw-r--r--. 1 jenkins 1001020000 63321 Sep 7 06:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 61225 Sep 7 06:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 60737 Sep 7 06:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 60737 Sep 7 06:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 63673 Sep 7 06:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 64166 Sep 7 06:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 63346 Sep 7 06:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 64423 Sep 7 06:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 63153 Sep 7 06:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 66371 Sep 7 06:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 66742 Sep 7 06:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 64346 Sep 7 06:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 63060 Sep 7 06:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 63218 Sep 7 06:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 76376 Sep 7 06:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 62670 Sep 7 06:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 62626 Sep 7 06:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 62781 Sep 7 06:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 62862 Sep 7 06:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 62843 Sep 7 06:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 62659 Sep 7 06:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 62600 Sep 7 06:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 62769 Sep 7 06:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 62750 Sep 7 06:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 62645 Sep 7 06:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 62552 Sep 7 06:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 122293 Sep 7 06:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 69097 Sep 7 06:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 65613 Sep 7 06:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 65878 Sep 7 06:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 66470 Sep 7 06:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 65230 Sep 7 06:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 65342 Sep 7 06:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 67171 Sep 7 06:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 67414 Sep 7 06:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 63468 Sep 7 06:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 66354 Sep 7 06:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 65114 Sep 7 06:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 64871 Sep 7 06:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 68890 Sep 7 06:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 63676 Sep 7 06:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 64169 Sep 7 06:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 63349 Sep 7 06:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 64426 Sep 7 06:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 63156 Sep 7 06:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 66374 Sep 7 06:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 66745 Sep 7 06:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 65751 Sep 7 06:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 64349 Sep 7 06:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 63063 Sep 7 06:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 63030 Sep 7 06:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 74096 Sep 7 06:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 61164 Sep 7 06:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 63481 Sep 7 06:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 65915 Sep 7 06:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 62219 Sep 7 06:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 61897 Sep 7 06:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 61512 Sep 7 06:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 61434 Sep 7 06:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 61554 Sep 7 06:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 61536 Sep 7 06:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 104284 Sep 7 06:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 66016 Sep 7 06:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 63481 Sep 7 06:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 63686 Sep 7 06:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 62219 Sep 7 06:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 62551 Sep 7 06:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 61897 Sep 7 06:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 62225 Sep 7 06:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 64989 Sep 7 06:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 63138 Sep 7 06:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 63683 Sep 7 06:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 62216 Sep 7 06:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 62380 Sep 7 06:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 61894 Sep 7 06:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 62054 Sep 7 06:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 62029 Sep 7 06:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 62182 Sep 7 06:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 61891 Sep 7 06:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 62441 Sep 7 06:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 61791 Sep 7 06:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 63295 Sep 7 06:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 63463 Sep 7 06:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 62377 Sep 7 06:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 61719 Sep 7 06:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 61688 Sep 7 06:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 65868 Sep 7 06:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 65468 Sep 7 06:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 72260 Sep 7 06:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 60634 Sep 7 06:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 61891 Sep 7 06:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 62586 Sep 7 06:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 61179 Sep 7 06:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 60487 Sep 7 06:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 69460 Sep 7 06:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 61835 Sep 7 06:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 77928 Sep 7 06:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 66554 Sep 7 06:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 64509 Sep 7 06:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 73492 Sep 7 06:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 110965 Sep 7 06:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 85146 Sep 7 06:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 64769 Sep 7 06:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 94587 Sep 7 06:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 83972 Sep 7 06:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 84398 Sep 7 06:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 75266 Sep 7 06:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 70310 Sep 7 06:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 61312 Sep 7 06:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 59907 Sep 7 06:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 62798 Sep 7 06:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 62279 Sep 7 06:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 62868 Sep 7 06:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 62528 Sep 7 06:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 64130 Sep 7 06:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 64277 Sep 7 06:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 63877 Sep 7 06:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 63811 Sep 7 06:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 66297 Sep 7 06:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 61949 Sep 7 06:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 62343 Sep 7 06:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 64272 Sep 7 06:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 63195 Sep 7 06:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 64986 Sep 7 06:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 68184 Sep 7 06:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 60711 Sep 7 06:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 61679 Sep 7 06:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 62160 Sep 7 06:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 60850 Sep 7 06:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 66807 Sep 7 06:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 61228 Sep 7 06:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 68632 Sep 7 06:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 65397 Sep 7 06:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 68863 Sep 7 06:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 60182 Sep 7 06:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 99264 Sep 7 06:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 61970 Sep 7 06:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 74893 Sep 7 06:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 62672 Sep 7 06:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 61955 Sep 7 06:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 60535 Sep 7 06:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 65984 Sep 7 06:56 release_notes_220.html -rw-r--r--. 1 jenkins 1001020000 61538 Sep 7 06:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 60332 Sep 7 06:56 release_notes_222.html -rw-r--r--. 1 jenkins 1001020000 51 Sep 7 06:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 65244 Sep 7 06:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 32614 Sep 7 06:56 search.json drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 slides -rw-r--r--. 1 jenkins 1001020000 66495 Sep 7 06:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 71745 Sep 7 06:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 90606 Sep 7 06:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 67492 Sep 7 06:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 78611 Sep 7 06:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 69291 Sep 7 06:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 70731 Sep 7 06:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 67381 Sep 7 06:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 71544 Sep 7 06:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 65949 Sep 7 06:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 84403 Sep 7 06:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 74671 Sep 7 06:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 72216 Sep 7 06:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 68354 Sep 7 06:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 68828 Sep 7 06:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 66467 Sep 7 06:56 tag_troubleshooting.html ./2.2/css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Sep 7 06:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 24526 Sep 7 06:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Sep 7 06:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Sep 7 06:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Sep 7 06:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Sep 7 06:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Sep 7 06:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Sep 7 06:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Sep 7 06:56 theme-green.css ./2.2/docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Sep 7 06:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Sep 7 06:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Sep 7 06:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Sep 7 06:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Sep 7 06:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Sep 7 06:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Sep 7 06:56 widget.js ./2.2/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Sep 7 06:56 docson.css ./2.2/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Sep 7 06:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Sep 7 06:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Sep 7 06:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Sep 7 06:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Sep 7 06:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Sep 7 06:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Sep 7 06:56 traverse.js ./2.2/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Sep 7 06:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Sep 7 06:56 signature.html ./2.2/files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Sep 7 06:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Sep 7 06:56 migration_mongodb_1.0.0.js ./2.2/images: total 516 drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Sep 7 06:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Sep 7 06:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Sep 7 06:56 ditto_allwhite_textonly.svg -rwxr-xr-x. 1 jenkins 1001020000 92637 Sep 7 06:56 ditto-overview-1.png -rwxr-xr-x. 1 jenkins 1001020000 101022 Sep 7 06:56 ditto-super-1.png -rw-r--r--. 1 jenkins 1001020000 12553 Sep 7 06:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Sep 7 06:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Sep 7 06:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Sep 7 06:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Sep 7 06:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Sep 7 06:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Sep 7 06:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Sep 7 06:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Sep 7 06:56 iot_logo.svg drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 pages ./2.2/images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Sep 7 06:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Sep 7 06:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Sep 7 06:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Sep 7 06:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Sep 7 06:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Sep 7 06:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Sep 7 06:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./2.2/images/pages: total 8 drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Sep 7 06:56 advanced drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 protocol ./2.2/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Sep 7 06:56 data-by-pass-architectural-design.jpg ./2.2/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Sep 7 06:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Sep 7 06:56 context-overview.png ./2.2/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Sep 7 06:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Sep 7 06:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Sep 7 06:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Sep 7 06:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Sep 7 06:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Sep 7 06:56 policy-example.png ./2.2/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Sep 7 06:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Sep 7 06:56 ditto-twin-channel.png ./2.2/js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Sep 7 06:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Sep 7 06:56 toc.js ./2.2/jsonschema: total 140 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 39603 Sep 7 06:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1459 Sep 7 06:56 error.json -rw-r--r--. 1 jenkins 1001020000 1508 Sep 7 06:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Sep 7 06:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 5335 Sep 7 06:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Sep 7 06:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Sep 7 06:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Sep 7 06:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 4358 Sep 7 06:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2841 Sep 7 06:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Sep 7 06:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Sep 7 06:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Sep 7 06:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Sep 7 06:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Sep 7 06:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Sep 7 06:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 5180 Sep 7 06:56 thing_v2.json ./2.2/openapi: total 332 drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 313445 Sep 7 06:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 729 Sep 7 06:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 sources ./2.2/openapi/sources: total 36 drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 9622 Sep 7 06:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Sep 7 06:56 package.json -rw-r--r--. 1 jenkins 1001020000 13974 Sep 7 06:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 parameters drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 requests drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 responses drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 schemas drwxr-sr-x. 2 jenkins 1001020000 68 Sep 7 06:56 security ./2.2/openapi/sources/parameters: total 120 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Sep 7 06:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Sep 7 06:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Sep 7 06:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1341 Sep 7 06:56 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Sep 7 06:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Sep 7 06:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Sep 7 06:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Sep 7 06:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Sep 7 06:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Sep 7 06:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Sep 7 06:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Sep 7 06:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Sep 7 06:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Sep 7 06:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Sep 7 06:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Sep 7 06:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 716 Sep 7 06:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 747 Sep 7 06:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Sep 7 06:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Sep 7 06:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Sep 7 06:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Sep 7 06:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Sep 7 06:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Sep 7 06:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Sep 7 06:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Sep 7 06:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Sep 7 06:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Sep 7 06:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Sep 7 06:56 timeoutParam.yml ./2.2/openapi/sources/paths: total 4 drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Sep 7 06:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 162 Sep 7 06:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Sep 7 06:56 messages drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Sep 7 06:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Sep 7 06:56 whoami ./2.2/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Sep 7 06:56 cloudevents.yml ./2.2/openapi/sources/paths/features: total 100 drwxr-sr-x. 2 jenkins 1001020000 162 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 11953 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 12997 Sep 7 06:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 12139 Sep 7 06:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 13338 Sep 7 06:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 15043 Sep 7 06:56 index.yml -rw-r--r--. 1 jenkins 1001020000 12528 Sep 7 06:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 11893 Sep 7 06:56 property.yml ./2.2/openapi/sources/paths/messages: total 28 drwxr-sr-x. 2 jenkins 1001020000 147 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 4004 Sep 7 06:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3885 Sep 7 06:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Sep 7 06:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4421 Sep 7 06:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3746 Sep 7 06:56 outbox-message.yml ./2.2/openapi/sources/paths/policies: total 92 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Sep 7 06:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Sep 7 06:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Sep 7 06:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Sep 7 06:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6125 Sep 7 06:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9960 Sep 7 06:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 11132 Sep 7 06:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6158 Sep 7 06:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8476 Sep 7 06:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5758 Sep 7 06:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8541 Sep 7 06:56 subject.yml ./2.2/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Sep 7 06:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Sep 7 06:56 things.yml ./2.2/openapi/sources/paths/things: total 76 drwxr-sr-x. 2 jenkins 1001020000 125 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 11583 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 11567 Sep 7 06:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 11458 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6597 Sep 7 06:56 index.yml -rw-r--r--. 1 jenkins 1001020000 7947 Sep 7 06:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 20493 Sep 7 06:56 thing.yml ./2.2/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Sep 7 06:56 index.yml ./2.2/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 815 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Sep 7 06:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Sep 7 06:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Sep 7 06:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Sep 7 06:56 value.yml ./2.2/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Sep 7 06:56 actions ./2.2/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 839 Sep 7 06:56 activateTokenIntegration.yml ./2.2/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Sep 7 06:56 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Sep 7 06:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 574 Sep 7 06:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Sep 7 06:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Sep 7 06:56 preconditionFailed.yml ./2.2/openapi/sources/schemas: total 4 drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Sep 7 06:56 acknowledgements drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Sep 7 06:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 policies drwxr-sr-x. 2 jenkins 1001020000 36 Sep 7 06:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Sep 7 06:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Sep 7 06:56 whoami ./2.2/openapi/sources/schemas/acknowledgements: total 8 drwxr-sr-x. 2 jenkins 1001020000 61 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 652 Sep 7 06:56 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Sep 7 06:56 acknowledgement.yml ./2.2/openapi/sources/schemas/errors: total 8 drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Sep 7 06:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Sep 7 06:56 error.yml ./2.2/openapi/sources/schemas/features: total 20 drwxr-sr-x. 2 jenkins 1001020000 139 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Sep 7 06:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Sep 7 06:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Sep 7 06:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Sep 7 06:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Sep 7 06:56 feature.yml ./2.2/openapi/sources/schemas/policies: total 44 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 527 Sep 7 06:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Sep 7 06:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Sep 7 06:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Sep 7 06:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 628 Sep 7 06:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Sep 7 06:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Sep 7 06:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 1413 Sep 7 06:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Sep 7 06:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Sep 7 06:56 subjects.yml ./2.2/openapi/sources/schemas/search: total 4 drwxr-sr-x. 2 jenkins 1001020000 36 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Sep 7 06:56 searchResultThings.yml ./2.2/openapi/sources/schemas/things: total 20 drwxr-sr-x. 2 jenkins 1001020000 109 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Sep 7 06:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Sep 7 06:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Sep 7 06:56 thing.yml ./2.2/openapi/sources/schemas/whoami: total 8 drwxr-sr-x. 2 jenkins 1001020000 49 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Sep 7 06:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Sep 7 06:56 whoami.yml ./2.2/openapi/sources/security: total 12 drwxr-sr-x. 2 jenkins 1001020000 68 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Sep 7 06:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 710 Sep 7 06:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Sep 7 06:56 nginxBasic.yml ./2.2/slides: total 32 drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_10_25-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 images ./2.2/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Sep 7 06:56 index.html ./2.2/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Sep 7 06:56 index.html ./2.2/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Sep 7 06:56 index.html ./2.2/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Sep 7 06:56 index.html ./2.2/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 31918 Sep 7 06:56 index.html ./2.2/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Sep 7 06:56 index.html ./2.2/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Sep 7 06:56 index.html ./2.2/slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 30816 Sep 7 06:56 index.html ./2.2/slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16503 Sep 7 06:56 index.html ./2.2/slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21859 Sep 7 06:56 index.html ./2.2/slides/2021_10_25-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14925 Sep 7 06:56 index.html ./2.2/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Sep 7 06:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Sep 7 06:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Sep 7 06:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Sep 7 06:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Sep 7 06:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Sep 7 06:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Sep 7 06:56 background-twin-small.jpg ./2.2/slides/images: total 544 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Sep 7 06:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Sep 7 06:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Sep 7 06:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Sep 7 06:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Sep 7 06:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Sep 7 06:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Sep 7 06:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Sep 7 06:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Sep 7 06:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Sep 7 06:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Sep 7 06:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Sep 7 06:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Sep 7 06:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Sep 7 06:56 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Sep 7 06:56 wot.png ./2.3: total 17260 drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 13246 Sep 7 06:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13264 Sep 7 06:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14327 Sep 7 06:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13785 Sep 7 06:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14264 Sep 7 06:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17543 Sep 7 06:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17293 Sep 7 06:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13962 Sep 7 06:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 93153 Sep 7 06:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13833 Sep 7 06:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13986 Sep 7 06:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26582 Sep 7 06:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14070 Sep 7 06:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14903 Sep 7 06:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14155 Sep 7 06:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13757 Sep 7 06:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29465 Sep 7 06:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13324 Sep 7 06:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13914 Sep 7 06:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13844 Sep 7 06:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14332 Sep 7 06:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17429 Sep 7 06:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13877 Sep 7 06:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15161 Sep 7 06:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13992 Sep 7 06:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16490 Sep 7 06:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53380 Sep 7 06:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15723 Sep 7 06:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14532 Sep 7 06:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14365 Sep 7 06:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17723 Sep 7 06:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37360 Sep 7 06:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14156 Sep 7 06:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24402 Sep 7 06:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18297 Sep 7 06:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14432 Sep 7 06:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29298 Sep 7 06:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45083 Sep 7 06:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30459 Sep 7 06:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23225 Sep 7 06:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16765 Sep 7 06:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52041 Sep 7 06:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34267 Sep 7 06:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16596 Sep 7 06:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 18097 Sep 7 06:56 2021-09-29-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 29249 Sep 7 06:56 2021-11-03-oauth2.html -rw-r--r--. 1 jenkins 1001020000 15718 Sep 7 06:56 2021-11-22-release-announcement-220.html -rw-r--r--. 1 jenkins 1001020000 26757 Sep 7 06:56 2021-12-20-http-live-channel.html -rw-r--r--. 1 jenkins 1001020000 24679 Sep 7 06:56 2021-12-22-live-channel-condition.html -rw-r--r--. 1 jenkins 1001020000 17267 Sep 7 06:56 2022-01-21-release-announcement-230.html -rw-r--r--. 1 jenkins 1001020000 59959 Sep 7 06:56 404.html -rw-r--r--. 1 jenkins 1001020000 70331 Sep 7 06:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 63447 Sep 7 06:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 61851 Sep 7 06:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 62945 Sep 7 06:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 61764 Sep 7 06:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 61426 Sep 7 06:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 61484 Sep 7 06:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 66041 Sep 7 06:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 103635 Sep 7 06:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 63650 Sep 7 06:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 65120 Sep 7 06:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 65996 Sep 7 06:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 73429 Sep 7 06:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 103430 Sep 7 06:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 69205 Sep 7 06:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 65381 Sep 7 06:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 80830 Sep 7 06:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 70383 Sep 7 06:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 78487 Sep 7 06:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 64266 Sep 7 06:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 64479 Sep 7 06:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 79608 Sep 7 06:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 96829 Sep 7 06:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 75859 Sep 7 06:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 68637 Sep 7 06:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 60753 Sep 7 06:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 62068 Sep 7 06:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 60455 Sep 7 06:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 60917 Sep 7 06:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 60878 Sep 7 06:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 63555 Sep 7 06:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 67524 Sep 7 06:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 21941 Sep 7 06:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 22747 Sep 7 06:56 blog.html -rw-r--r--. 1 jenkins 1001020000 94840 Sep 7 06:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 63264 Sep 7 06:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 60319 Sep 7 06:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 61487 Sep 7 06:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 129456 Sep 7 06:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 96137 Sep 7 06:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 160424 Sep 7 06:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 61288 Sep 7 06:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 72411 Sep 7 06:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 75979 Sep 7 06:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 84640 Sep 7 06:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 86032 Sep 7 06:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 93160 Sep 7 06:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 92110 Sep 7 06:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 68604 Sep 7 06:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 68910 Sep 7 06:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 docson -rw-r--r--. 1 jenkins 1001020000 60971 Sep 7 06:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 files -rw-r--r--. 1 jenkins 1001020000 61975 Sep 7 06:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Sep 7 06:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 113764 Sep 7 06:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11644 Sep 7 06:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 66950 Sep 7 06:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 63083 Sep 7 06:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 65572 Sep 7 06:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 78399 Sep 7 06:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 64200 Sep 7 06:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 79758 Sep 7 06:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 images -rw-r--r--. 1 jenkins 1001020000 16336 Sep 7 06:56 index.html -rw-r--r--. 1 jenkins 1001020000 61575 Sep 7 06:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 151371 Sep 7 06:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 62600 Sep 7 06:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 62206 Sep 7 06:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 69778 Sep 7 06:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 63809 Sep 7 06:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:56 openapi -rw-r--r--. 1 jenkins 1001020000 63839 Sep 7 06:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 61743 Sep 7 06:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 61255 Sep 7 06:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 61255 Sep 7 06:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 64191 Sep 7 06:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 64684 Sep 7 06:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 63864 Sep 7 06:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 64941 Sep 7 06:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 63671 Sep 7 06:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 66889 Sep 7 06:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 67260 Sep 7 06:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 64864 Sep 7 06:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 63578 Sep 7 06:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 63736 Sep 7 06:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 76894 Sep 7 06:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 63188 Sep 7 06:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 63144 Sep 7 06:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 63299 Sep 7 06:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 63380 Sep 7 06:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 63361 Sep 7 06:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 63177 Sep 7 06:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 63118 Sep 7 06:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 63287 Sep 7 06:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 63268 Sep 7 06:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 63163 Sep 7 06:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 63070 Sep 7 06:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 122811 Sep 7 06:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 69615 Sep 7 06:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 66131 Sep 7 06:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 66396 Sep 7 06:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 66988 Sep 7 06:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 65748 Sep 7 06:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 65860 Sep 7 06:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 67689 Sep 7 06:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 67932 Sep 7 06:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 63986 Sep 7 06:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 66872 Sep 7 06:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 65632 Sep 7 06:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 65389 Sep 7 06:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 69408 Sep 7 06:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 64194 Sep 7 06:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 64687 Sep 7 06:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 63867 Sep 7 06:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 64944 Sep 7 06:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 63674 Sep 7 06:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 66892 Sep 7 06:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 67263 Sep 7 06:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 66269 Sep 7 06:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 64867 Sep 7 06:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 63581 Sep 7 06:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 63548 Sep 7 06:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 74614 Sep 7 06:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 61682 Sep 7 06:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 63999 Sep 7 06:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 66433 Sep 7 06:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 62737 Sep 7 06:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 62415 Sep 7 06:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 62030 Sep 7 06:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 61952 Sep 7 06:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 62072 Sep 7 06:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 62054 Sep 7 06:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 104802 Sep 7 06:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 66534 Sep 7 06:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 63999 Sep 7 06:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 64204 Sep 7 06:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 62737 Sep 7 06:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 63069 Sep 7 06:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 62415 Sep 7 06:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 62743 Sep 7 06:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 65507 Sep 7 06:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 63656 Sep 7 06:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 64201 Sep 7 06:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 62734 Sep 7 06:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 62898 Sep 7 06:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 62412 Sep 7 06:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 62572 Sep 7 06:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 62547 Sep 7 06:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 62700 Sep 7 06:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 62409 Sep 7 06:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 62959 Sep 7 06:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 62309 Sep 7 06:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 63813 Sep 7 06:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 63981 Sep 7 06:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 62895 Sep 7 06:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 62237 Sep 7 06:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 62206 Sep 7 06:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 66386 Sep 7 06:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 65986 Sep 7 06:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 72778 Sep 7 06:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 61152 Sep 7 06:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 62409 Sep 7 06:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 63104 Sep 7 06:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 61697 Sep 7 06:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 61005 Sep 7 06:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 71119 Sep 7 06:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 62353 Sep 7 06:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 78446 Sep 7 06:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 67072 Sep 7 06:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 65027 Sep 7 06:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 74010 Sep 7 06:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 111483 Sep 7 06:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 85664 Sep 7 06:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 65287 Sep 7 06:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 95105 Sep 7 06:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 84490 Sep 7 06:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 84916 Sep 7 06:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 75784 Sep 7 06:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 70828 Sep 7 06:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 62251 Sep 7 06:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 60425 Sep 7 06:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 63316 Sep 7 06:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 62797 Sep 7 06:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 63386 Sep 7 06:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 63046 Sep 7 06:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 64648 Sep 7 06:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 64795 Sep 7 06:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 64395 Sep 7 06:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 64329 Sep 7 06:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 66815 Sep 7 06:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 62467 Sep 7 06:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 62861 Sep 7 06:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 64790 Sep 7 06:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 63713 Sep 7 06:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 65504 Sep 7 06:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 68702 Sep 7 06:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 61229 Sep 7 06:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 62197 Sep 7 06:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 62678 Sep 7 06:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 61368 Sep 7 06:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 67325 Sep 7 06:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 61746 Sep 7 06:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 69150 Sep 7 06:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 65915 Sep 7 06:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 69381 Sep 7 06:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 60700 Sep 7 06:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 99782 Sep 7 06:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 62488 Sep 7 06:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 75411 Sep 7 06:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 63190 Sep 7 06:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 62473 Sep 7 06:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 61053 Sep 7 06:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 66502 Sep 7 06:56 release_notes_220.html -rw-r--r--. 1 jenkins 1001020000 62056 Sep 7 06:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 60850 Sep 7 06:56 release_notes_222.html -rw-r--r--. 1 jenkins 1001020000 67218 Sep 7 06:56 release_notes_230.html -rw-r--r--. 1 jenkins 1001020000 62523 Sep 7 06:56 release_notes_231.html -rw-r--r--. 1 jenkins 1001020000 62113 Sep 7 06:56 release_notes_232.html -rw-r--r--. 1 jenkins 1001020000 51 Sep 7 06:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 65762 Sep 7 06:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 33792 Sep 7 06:56 search.json drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 slides -rw-r--r--. 1 jenkins 1001020000 67229 Sep 7 06:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 72479 Sep 7 06:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 92921 Sep 7 06:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 68226 Sep 7 06:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 79345 Sep 7 06:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 70025 Sep 7 06:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 72527 Sep 7 06:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 68115 Sep 7 06:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 72278 Sep 7 06:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 66683 Sep 7 06:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 85137 Sep 7 06:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 76140 Sep 7 06:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 72950 Sep 7 06:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 69088 Sep 7 06:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 69562 Sep 7 06:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 67201 Sep 7 06:56 tag_troubleshooting.html ./2.3/css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Sep 7 06:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 24526 Sep 7 06:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Sep 7 06:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Sep 7 06:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Sep 7 06:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Sep 7 06:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Sep 7 06:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Sep 7 06:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Sep 7 06:56 theme-green.css ./2.3/docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Sep 7 06:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Sep 7 06:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Sep 7 06:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Sep 7 06:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Sep 7 06:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Sep 7 06:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Sep 7 06:56 widget.js ./2.3/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Sep 7 06:56 docson.css ./2.3/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Sep 7 06:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Sep 7 06:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Sep 7 06:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Sep 7 06:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Sep 7 06:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Sep 7 06:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Sep 7 06:56 traverse.js ./2.3/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Sep 7 06:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Sep 7 06:56 signature.html ./2.3/files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Sep 7 06:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Sep 7 06:56 migration_mongodb_1.0.0.js ./2.3/images: total 516 drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Sep 7 06:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Sep 7 06:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Sep 7 06:56 ditto_allwhite_textonly.svg -rwxr-xr-x. 1 jenkins 1001020000 92637 Sep 7 06:56 ditto-overview-1.png -rwxr-xr-x. 1 jenkins 1001020000 101022 Sep 7 06:56 ditto-super-1.png -rw-r--r--. 1 jenkins 1001020000 12553 Sep 7 06:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Sep 7 06:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Sep 7 06:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Sep 7 06:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Sep 7 06:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Sep 7 06:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Sep 7 06:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Sep 7 06:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Sep 7 06:56 iot_logo.svg drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 pages ./2.3/images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Sep 7 06:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Sep 7 06:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Sep 7 06:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Sep 7 06:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Sep 7 06:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Sep 7 06:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Sep 7 06:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./2.3/images/pages: total 8 drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Sep 7 06:56 advanced drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 protocol ./2.3/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Sep 7 06:56 data-by-pass-architectural-design.jpg ./2.3/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Sep 7 06:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Sep 7 06:56 context-overview.png ./2.3/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Sep 7 06:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Sep 7 06:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Sep 7 06:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Sep 7 06:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Sep 7 06:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Sep 7 06:56 policy-example.png ./2.3/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Sep 7 06:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Sep 7 06:56 ditto-twin-channel.png ./2.3/js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3315 Sep 7 06:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Sep 7 06:56 toc.js ./2.3/jsonschema: total 140 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 39603 Sep 7 06:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1756 Sep 7 06:56 error.json -rw-r--r--. 1 jenkins 1001020000 1508 Sep 7 06:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Sep 7 06:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 5335 Sep 7 06:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Sep 7 06:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Sep 7 06:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Sep 7 06:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 4358 Sep 7 06:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 3190 Sep 7 06:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Sep 7 06:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Sep 7 06:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Sep 7 06:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Sep 7 06:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Sep 7 06:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Sep 7 06:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 5180 Sep 7 06:56 thing_v2.json ./2.3/openapi: total 344 drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 325837 Sep 7 06:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 729 Sep 7 06:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 sources ./2.3/openapi/sources: total 52 drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 10011 Sep 7 06:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Sep 7 06:56 package.json -rw-r--r--. 1 jenkins 1001020000 30800 Sep 7 06:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 parameters drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 requests drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 responses drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 schemas drwxr-sr-x. 2 jenkins 1001020000 68 Sep 7 06:56 security ./2.3/openapi/sources/parameters: total 136 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Sep 7 06:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Sep 7 06:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Sep 7 06:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 955 Sep 7 06:56 channelParamPutDescription.yml -rw-r--r--. 1 jenkins 1001020000 842 Sep 7 06:56 channelParam.yml -rw-r--r--. 1 jenkins 1001020000 1421 Sep 7 06:56 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Sep 7 06:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Sep 7 06:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Sep 7 06:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Sep 7 06:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Sep 7 06:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Sep 7 06:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Sep 7 06:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Sep 7 06:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 837 Sep 7 06:56 liveChannelConditionParam.yml -rw-r--r--. 1 jenkins 1001020000 648 Sep 7 06:56 liveChannelTimeoutStrategyParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Sep 7 06:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Sep 7 06:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Sep 7 06:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Sep 7 06:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 716 Sep 7 06:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 747 Sep 7 06:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Sep 7 06:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Sep 7 06:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Sep 7 06:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Sep 7 06:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Sep 7 06:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Sep 7 06:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Sep 7 06:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Sep 7 06:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Sep 7 06:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Sep 7 06:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Sep 7 06:56 timeoutParam.yml ./2.3/openapi/sources/paths: total 4 drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Sep 7 06:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 162 Sep 7 06:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Sep 7 06:56 messages drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Sep 7 06:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Sep 7 06:56 whoami ./2.3/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Sep 7 06:56 cloudevents.yml ./2.3/openapi/sources/paths/features: total 112 drwxr-sr-x. 2 jenkins 1001020000 162 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 12639 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 13683 Sep 7 06:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 12825 Sep 7 06:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 14024 Sep 7 06:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 15729 Sep 7 06:56 index.yml -rw-r--r--. 1 jenkins 1001020000 13214 Sep 7 06:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 12579 Sep 7 06:56 property.yml ./2.3/openapi/sources/paths/messages: total 28 drwxr-sr-x. 2 jenkins 1001020000 147 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 4004 Sep 7 06:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3885 Sep 7 06:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Sep 7 06:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4421 Sep 7 06:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3746 Sep 7 06:56 outbox-message.yml ./2.3/openapi/sources/paths/policies: total 92 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Sep 7 06:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Sep 7 06:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Sep 7 06:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Sep 7 06:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6125 Sep 7 06:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9960 Sep 7 06:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 11132 Sep 7 06:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6158 Sep 7 06:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8476 Sep 7 06:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5758 Sep 7 06:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8541 Sep 7 06:56 subject.yml ./2.3/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Sep 7 06:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Sep 7 06:56 things.yml ./2.3/openapi/sources/paths/things: total 76 drwxr-sr-x. 2 jenkins 1001020000 125 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 12269 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 12253 Sep 7 06:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 12143 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6597 Sep 7 06:56 index.yml -rw-r--r--. 1 jenkins 1001020000 8585 Sep 7 06:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 19811 Sep 7 06:56 thing.yml ./2.3/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Sep 7 06:56 index.yml ./2.3/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 809 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Sep 7 06:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Sep 7 06:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Sep 7 06:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Sep 7 06:56 value.yml ./2.3/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Sep 7 06:56 actions ./2.3/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 839 Sep 7 06:56 activateTokenIntegration.yml ./2.3/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Sep 7 06:56 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Sep 7 06:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 574 Sep 7 06:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Sep 7 06:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Sep 7 06:56 preconditionFailed.yml ./2.3/openapi/sources/schemas: total 4 drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Sep 7 06:56 acknowledgements drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Sep 7 06:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 policies drwxr-sr-x. 2 jenkins 1001020000 36 Sep 7 06:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Sep 7 06:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Sep 7 06:56 whoami ./2.3/openapi/sources/schemas/acknowledgements: total 8 drwxr-sr-x. 2 jenkins 1001020000 61 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 595 Sep 7 06:56 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Sep 7 06:56 acknowledgement.yml ./2.3/openapi/sources/schemas/errors: total 8 drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Sep 7 06:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Sep 7 06:56 error.yml ./2.3/openapi/sources/schemas/features: total 20 drwxr-sr-x. 2 jenkins 1001020000 139 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Sep 7 06:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Sep 7 06:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Sep 7 06:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Sep 7 06:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Sep 7 06:56 feature.yml ./2.3/openapi/sources/schemas/policies: total 44 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 527 Sep 7 06:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Sep 7 06:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Sep 7 06:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Sep 7 06:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 628 Sep 7 06:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Sep 7 06:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Sep 7 06:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 1413 Sep 7 06:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Sep 7 06:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Sep 7 06:56 subjects.yml ./2.3/openapi/sources/schemas/search: total 4 drwxr-sr-x. 2 jenkins 1001020000 36 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Sep 7 06:56 searchResultThings.yml ./2.3/openapi/sources/schemas/things: total 20 drwxr-sr-x. 2 jenkins 1001020000 109 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Sep 7 06:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Sep 7 06:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Sep 7 06:56 thing.yml ./2.3/openapi/sources/schemas/whoami: total 8 drwxr-sr-x. 2 jenkins 1001020000 49 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Sep 7 06:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Sep 7 06:56 whoami.yml ./2.3/openapi/sources/security: total 12 drwxr-sr-x. 2 jenkins 1001020000 68 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Sep 7 06:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 710 Sep 7 06:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Sep 7 06:56 nginxBasic.yml ./2.3/slides: total 32 drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_10_25-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 images ./2.3/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Sep 7 06:56 index.html ./2.3/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Sep 7 06:56 index.html ./2.3/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Sep 7 06:56 index.html ./2.3/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Sep 7 06:56 index.html ./2.3/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 31918 Sep 7 06:56 index.html ./2.3/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Sep 7 06:56 index.html ./2.3/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Sep 7 06:56 index.html ./2.3/slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 30816 Sep 7 06:56 index.html ./2.3/slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16503 Sep 7 06:56 index.html ./2.3/slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21859 Sep 7 06:56 index.html ./2.3/slides/2021_10_25-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14925 Sep 7 06:56 index.html ./2.3/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Sep 7 06:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Sep 7 06:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Sep 7 06:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Sep 7 06:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Sep 7 06:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Sep 7 06:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Sep 7 06:56 background-twin-small.jpg ./2.3/slides/images: total 544 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Sep 7 06:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Sep 7 06:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Sep 7 06:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Sep 7 06:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Sep 7 06:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Sep 7 06:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Sep 7 06:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Sep 7 06:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Sep 7 06:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Sep 7 06:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Sep 7 06:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Sep 7 06:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Sep 7 06:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Sep 7 06:56 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Sep 7 06:56 wot.png ./2.4: total 18036 drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 13247 Sep 7 06:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13265 Sep 7 06:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14328 Sep 7 06:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13786 Sep 7 06:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14265 Sep 7 06:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17544 Sep 7 06:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17294 Sep 7 06:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13963 Sep 7 06:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 93154 Sep 7 06:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13834 Sep 7 06:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13987 Sep 7 06:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26583 Sep 7 06:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14071 Sep 7 06:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14904 Sep 7 06:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14156 Sep 7 06:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13758 Sep 7 06:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29466 Sep 7 06:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13325 Sep 7 06:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13915 Sep 7 06:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13845 Sep 7 06:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14333 Sep 7 06:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17430 Sep 7 06:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13878 Sep 7 06:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15162 Sep 7 06:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13993 Sep 7 06:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16491 Sep 7 06:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53381 Sep 7 06:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15724 Sep 7 06:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14533 Sep 7 06:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14366 Sep 7 06:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17724 Sep 7 06:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37361 Sep 7 06:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14157 Sep 7 06:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24403 Sep 7 06:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18298 Sep 7 06:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14433 Sep 7 06:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29299 Sep 7 06:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45084 Sep 7 06:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30460 Sep 7 06:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23226 Sep 7 06:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16766 Sep 7 06:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52042 Sep 7 06:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34268 Sep 7 06:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16597 Sep 7 06:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 18098 Sep 7 06:56 2021-09-29-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 29250 Sep 7 06:56 2021-11-03-oauth2.html -rw-r--r--. 1 jenkins 1001020000 15719 Sep 7 06:56 2021-11-22-release-announcement-220.html -rw-r--r--. 1 jenkins 1001020000 26758 Sep 7 06:56 2021-12-20-http-live-channel.html -rw-r--r--. 1 jenkins 1001020000 24680 Sep 7 06:56 2021-12-22-live-channel-condition.html -rw-r--r--. 1 jenkins 1001020000 17268 Sep 7 06:56 2022-01-21-release-announcement-230.html -rw-r--r--. 1 jenkins 1001020000 32671 Sep 7 06:56 2022-03-03-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 16438 Sep 7 06:56 2022-04-14-release-announcement-240.html -rw-r--r--. 1 jenkins 1001020000 60984 Sep 7 06:56 404.html -rw-r--r--. 1 jenkins 1001020000 71356 Sep 7 06:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 64472 Sep 7 06:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 62876 Sep 7 06:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 63970 Sep 7 06:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 62789 Sep 7 06:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 62451 Sep 7 06:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 62509 Sep 7 06:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 67066 Sep 7 06:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 104660 Sep 7 06:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 64675 Sep 7 06:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 66145 Sep 7 06:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 67021 Sep 7 06:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 74454 Sep 7 06:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 104455 Sep 7 06:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 71931 Sep 7 06:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 66406 Sep 7 06:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 80681 Sep 7 06:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 71899 Sep 7 06:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 79512 Sep 7 06:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 65080 Sep 7 06:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 65504 Sep 7 06:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 90866 Sep 7 06:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 97854 Sep 7 06:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 76884 Sep 7 06:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 69662 Sep 7 06:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 61778 Sep 7 06:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 63093 Sep 7 06:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 61480 Sep 7 06:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 61942 Sep 7 06:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 61903 Sep 7 06:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 64580 Sep 7 06:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 68564 Sep 7 06:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 182497 Sep 7 06:56 basic-wot-integration-example.html -rw-r--r--. 1 jenkins 1001020000 96791 Sep 7 06:56 basic-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 22346 Sep 7 06:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 22730 Sep 7 06:56 blog.html -rw-r--r--. 1 jenkins 1001020000 95865 Sep 7 06:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 64289 Sep 7 06:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 61344 Sep 7 06:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 62512 Sep 7 06:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 130481 Sep 7 06:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 97162 Sep 7 06:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 167268 Sep 7 06:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 62313 Sep 7 06:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 73436 Sep 7 06:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 77004 Sep 7 06:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 85665 Sep 7 06:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 87057 Sep 7 06:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 94185 Sep 7 06:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 93135 Sep 7 06:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 69629 Sep 7 06:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 69935 Sep 7 06:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 docson -rw-r--r--. 1 jenkins 1001020000 61996 Sep 7 06:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 files -rw-r--r--. 1 jenkins 1001020000 63000 Sep 7 06:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Sep 7 06:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 114789 Sep 7 06:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11645 Sep 7 06:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 67975 Sep 7 06:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 64108 Sep 7 06:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 66597 Sep 7 06:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 79424 Sep 7 06:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 65225 Sep 7 06:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 85471 Sep 7 06:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 images -rw-r--r--. 1 jenkins 1001020000 16337 Sep 7 06:56 index.html -rw-r--r--. 1 jenkins 1001020000 61691 Sep 7 06:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 154342 Sep 7 06:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 64023 Sep 7 06:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 63231 Sep 7 06:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 70803 Sep 7 06:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 64834 Sep 7 06:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:56 openapi -rw-r--r--. 1 jenkins 1001020000 64864 Sep 7 06:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 62768 Sep 7 06:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 62280 Sep 7 06:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 62280 Sep 7 06:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 65216 Sep 7 06:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 65709 Sep 7 06:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 64889 Sep 7 06:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 65966 Sep 7 06:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 64696 Sep 7 06:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 67914 Sep 7 06:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 68285 Sep 7 06:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 65889 Sep 7 06:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 64603 Sep 7 06:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 64761 Sep 7 06:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 77919 Sep 7 06:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 64213 Sep 7 06:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 64169 Sep 7 06:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 64324 Sep 7 06:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 64405 Sep 7 06:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 64386 Sep 7 06:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 64202 Sep 7 06:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 64143 Sep 7 06:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 64312 Sep 7 06:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 64293 Sep 7 06:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 64188 Sep 7 06:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 64095 Sep 7 06:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 123836 Sep 7 06:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 70640 Sep 7 06:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 67156 Sep 7 06:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 67421 Sep 7 06:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 68013 Sep 7 06:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 66773 Sep 7 06:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 66885 Sep 7 06:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 68714 Sep 7 06:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 68957 Sep 7 06:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 65011 Sep 7 06:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 67897 Sep 7 06:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 66657 Sep 7 06:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 66414 Sep 7 06:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 70433 Sep 7 06:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 65219 Sep 7 06:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 65712 Sep 7 06:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 64892 Sep 7 06:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 65969 Sep 7 06:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 64699 Sep 7 06:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 67917 Sep 7 06:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 68288 Sep 7 06:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 67294 Sep 7 06:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 65892 Sep 7 06:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 64606 Sep 7 06:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 64573 Sep 7 06:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 75639 Sep 7 06:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 62707 Sep 7 06:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 65024 Sep 7 06:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 67458 Sep 7 06:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 63762 Sep 7 06:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 63440 Sep 7 06:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 63055 Sep 7 06:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 62977 Sep 7 06:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 63097 Sep 7 06:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 63079 Sep 7 06:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 105827 Sep 7 06:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 67559 Sep 7 06:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 65024 Sep 7 06:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 65229 Sep 7 06:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 63762 Sep 7 06:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 64094 Sep 7 06:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 63440 Sep 7 06:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 63768 Sep 7 06:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 66532 Sep 7 06:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 64681 Sep 7 06:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 66363 Sep 7 06:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 63759 Sep 7 06:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 63923 Sep 7 06:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 63437 Sep 7 06:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 63597 Sep 7 06:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 63572 Sep 7 06:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 63725 Sep 7 06:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 63434 Sep 7 06:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 63984 Sep 7 06:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 63334 Sep 7 06:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 64838 Sep 7 06:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 65006 Sep 7 06:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 63920 Sep 7 06:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 63262 Sep 7 06:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 63231 Sep 7 06:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 67411 Sep 7 06:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 67011 Sep 7 06:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 73803 Sep 7 06:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 62177 Sep 7 06:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 63434 Sep 7 06:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 64129 Sep 7 06:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 62722 Sep 7 06:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 62030 Sep 7 06:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 72314 Sep 7 06:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 63378 Sep 7 06:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 79471 Sep 7 06:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 68097 Sep 7 06:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 66052 Sep 7 06:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 75187 Sep 7 06:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 112508 Sep 7 06:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 86689 Sep 7 06:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 66312 Sep 7 06:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 96130 Sep 7 06:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 85515 Sep 7 06:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 85941 Sep 7 06:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 76809 Sep 7 06:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 71853 Sep 7 06:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 63276 Sep 7 06:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 61450 Sep 7 06:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 64341 Sep 7 06:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 63822 Sep 7 06:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 64411 Sep 7 06:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 64071 Sep 7 06:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 65673 Sep 7 06:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 65820 Sep 7 06:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 65420 Sep 7 06:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 65354 Sep 7 06:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 67840 Sep 7 06:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 63492 Sep 7 06:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 63886 Sep 7 06:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 65815 Sep 7 06:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 64738 Sep 7 06:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 66529 Sep 7 06:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 69727 Sep 7 06:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 62254 Sep 7 06:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 63222 Sep 7 06:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 63703 Sep 7 06:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 62393 Sep 7 06:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 68350 Sep 7 06:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 62771 Sep 7 06:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 70175 Sep 7 06:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 66940 Sep 7 06:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 70406 Sep 7 06:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 61725 Sep 7 06:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 100807 Sep 7 06:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 63513 Sep 7 06:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 76453 Sep 7 06:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 64215 Sep 7 06:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 63498 Sep 7 06:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 62078 Sep 7 06:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 67527 Sep 7 06:56 release_notes_220.html -rw-r--r--. 1 jenkins 1001020000 63081 Sep 7 06:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 61875 Sep 7 06:56 release_notes_222.html -rw-r--r--. 1 jenkins 1001020000 68243 Sep 7 06:56 release_notes_230.html -rw-r--r--. 1 jenkins 1001020000 63548 Sep 7 06:56 release_notes_231.html -rw-r--r--. 1 jenkins 1001020000 63138 Sep 7 06:56 release_notes_232.html -rw-r--r--. 1 jenkins 1001020000 73208 Sep 7 06:56 release_notes_240.html -rw-r--r--. 1 jenkins 1001020000 62442 Sep 7 06:56 release_notes_241.html -rw-r--r--. 1 jenkins 1001020000 51 Sep 7 06:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 66787 Sep 7 06:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 35046 Sep 7 06:56 search.json drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 slides -rw-r--r--. 1 jenkins 1001020000 68467 Sep 7 06:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 73717 Sep 7 06:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 95237 Sep 7 06:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 69464 Sep 7 06:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 80579 Sep 7 06:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 71233 Sep 7 06:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 74300 Sep 7 06:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 69323 Sep 7 06:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 73516 Sep 7 06:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 67921 Sep 7 06:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 86375 Sep 7 06:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 77868 Sep 7 06:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 74188 Sep 7 06:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 70326 Sep 7 06:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 70800 Sep 7 06:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 68439 Sep 7 06:56 tag_troubleshooting.html -rw-r--r--. 1 jenkins 1001020000 69437 Sep 7 06:56 tag_wot.html ./2.4/css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Sep 7 06:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 24527 Sep 7 06:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Sep 7 06:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Sep 7 06:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Sep 7 06:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Sep 7 06:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Sep 7 06:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Sep 7 06:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Sep 7 06:56 theme-green.css ./2.4/docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Sep 7 06:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Sep 7 06:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Sep 7 06:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Sep 7 06:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Sep 7 06:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Sep 7 06:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Sep 7 06:56 widget.js ./2.4/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Sep 7 06:56 docson.css ./2.4/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Sep 7 06:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Sep 7 06:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Sep 7 06:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Sep 7 06:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Sep 7 06:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Sep 7 06:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Sep 7 06:56 traverse.js ./2.4/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Sep 7 06:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Sep 7 06:56 signature.html ./2.4/files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Sep 7 06:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Sep 7 06:56 migration_mongodb_1.0.0.js ./2.4/images: total 516 drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Sep 7 06:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Sep 7 06:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Sep 7 06:56 ditto_allwhite_textonly.svg -rwxr-xr-x. 1 jenkins 1001020000 92637 Sep 7 06:56 ditto-overview-1.png -rwxr-xr-x. 1 jenkins 1001020000 101022 Sep 7 06:56 ditto-super-1.png -rw-r--r--. 1 jenkins 1001020000 12553 Sep 7 06:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Sep 7 06:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Sep 7 06:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Sep 7 06:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Sep 7 06:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Sep 7 06:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Sep 7 06:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Sep 7 06:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Sep 7 06:56 iot_logo.svg drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 pages ./2.4/images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Sep 7 06:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Sep 7 06:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Sep 7 06:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Sep 7 06:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Sep 7 06:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Sep 7 06:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Sep 7 06:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./2.4/images/pages: total 8 drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Sep 7 06:56 advanced drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 protocol ./2.4/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Sep 7 06:56 data-by-pass-architectural-design.jpg ./2.4/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Sep 7 06:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Sep 7 06:56 context-overview.png ./2.4/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Sep 7 06:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Sep 7 06:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Sep 7 06:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Sep 7 06:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Sep 7 06:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Sep 7 06:56 policy-example.png ./2.4/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Sep 7 06:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Sep 7 06:56 ditto-twin-channel.png ./2.4/js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3315 Sep 7 06:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Sep 7 06:56 toc.js ./2.4/jsonschema: total 140 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 39603 Sep 7 06:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1756 Sep 7 06:56 error.json -rw-r--r--. 1 jenkins 1001020000 1508 Sep 7 06:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Sep 7 06:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 5335 Sep 7 06:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Sep 7 06:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Sep 7 06:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Sep 7 06:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 4358 Sep 7 06:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 3190 Sep 7 06:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Sep 7 06:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Sep 7 06:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Sep 7 06:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Sep 7 06:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Sep 7 06:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Sep 7 06:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 5180 Sep 7 06:56 thing_v2.json ./2.4/openapi: total 352 drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 333527 Sep 7 06:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 729 Sep 7 06:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 sources ./2.4/openapi/sources: total 52 drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 10085 Sep 7 06:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Sep 7 06:56 package.json -rw-r--r--. 1 jenkins 1001020000 30800 Sep 7 06:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 parameters drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 requests drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 responses drwxr-sr-x. 9 jenkins 1001020000 150 Sep 7 06:56 schemas drwxr-sr-x. 2 jenkins 1001020000 68 Sep 7 06:56 security ./2.4/openapi/sources/parameters: total 140 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Sep 7 06:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Sep 7 06:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Sep 7 06:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 955 Sep 7 06:56 channelParamPutDescription.yml -rw-r--r--. 1 jenkins 1001020000 842 Sep 7 06:56 channelParam.yml -rw-r--r--. 1 jenkins 1001020000 1421 Sep 7 06:56 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Sep 7 06:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Sep 7 06:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Sep 7 06:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Sep 7 06:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Sep 7 06:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Sep 7 06:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Sep 7 06:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Sep 7 06:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 837 Sep 7 06:56 liveChannelConditionParam.yml -rw-r--r--. 1 jenkins 1001020000 648 Sep 7 06:56 liveChannelTimeoutStrategyParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Sep 7 06:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Sep 7 06:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Sep 7 06:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Sep 7 06:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 716 Sep 7 06:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 2739 Sep 7 06:56 policyFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 747 Sep 7 06:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Sep 7 06:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Sep 7 06:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Sep 7 06:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Sep 7 06:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Sep 7 06:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Sep 7 06:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Sep 7 06:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Sep 7 06:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Sep 7 06:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Sep 7 06:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Sep 7 06:56 timeoutParam.yml ./2.4/openapi/sources/paths: total 4 drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Sep 7 06:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 162 Sep 7 06:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Sep 7 06:56 messages drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Sep 7 06:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Sep 7 06:56 whoami ./2.4/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Sep 7 06:56 cloudevents.yml ./2.4/openapi/sources/paths/features: total 112 drwxr-sr-x. 2 jenkins 1001020000 162 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 12639 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 13683 Sep 7 06:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 12825 Sep 7 06:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 14130 Sep 7 06:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 15729 Sep 7 06:56 index.yml -rw-r--r--. 1 jenkins 1001020000 13214 Sep 7 06:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 12579 Sep 7 06:56 property.yml ./2.4/openapi/sources/paths/messages: total 28 drwxr-sr-x. 2 jenkins 1001020000 147 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 4004 Sep 7 06:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3885 Sep 7 06:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Sep 7 06:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4421 Sep 7 06:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3746 Sep 7 06:56 outbox-message.yml ./2.4/openapi/sources/paths/policies: total 92 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Sep 7 06:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Sep 7 06:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Sep 7 06:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Sep 7 06:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6125 Sep 7 06:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9960 Sep 7 06:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 11423 Sep 7 06:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6158 Sep 7 06:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8476 Sep 7 06:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5758 Sep 7 06:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8541 Sep 7 06:56 subject.yml ./2.4/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Sep 7 06:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Sep 7 06:56 things.yml ./2.4/openapi/sources/paths/things: total 76 drwxr-sr-x. 2 jenkins 1001020000 125 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 12269 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 12253 Sep 7 06:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 12143 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6844 Sep 7 06:56 index.yml -rw-r--r--. 1 jenkins 1001020000 8585 Sep 7 06:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 19917 Sep 7 06:56 thing.yml ./2.4/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Sep 7 06:56 index.yml ./2.4/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 808 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Sep 7 06:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Sep 7 06:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Sep 7 06:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Sep 7 06:56 value.yml ./2.4/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Sep 7 06:56 actions ./2.4/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 839 Sep 7 06:56 activateTokenIntegration.yml ./2.4/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Sep 7 06:56 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Sep 7 06:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 574 Sep 7 06:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Sep 7 06:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Sep 7 06:56 preconditionFailed.yml ./2.4/openapi/sources/schemas: total 8 drwxr-sr-x. 9 jenkins 1001020000 150 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Sep 7 06:56 acknowledgements drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Sep 7 06:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 policies drwxr-sr-x. 2 jenkins 1001020000 36 Sep 7 06:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Sep 7 06:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Sep 7 06:56 whoami -rw-r--r--. 1 jenkins 1001020000 3661 Sep 7 06:56 wot-thingDescription.yml ./2.4/openapi/sources/schemas/acknowledgements: total 8 drwxr-sr-x. 2 jenkins 1001020000 61 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 150 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 595 Sep 7 06:56 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Sep 7 06:56 acknowledgement.yml ./2.4/openapi/sources/schemas/errors: total 8 drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 150 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Sep 7 06:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Sep 7 06:56 error.yml ./2.4/openapi/sources/schemas/features: total 20 drwxr-sr-x. 2 jenkins 1001020000 139 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 150 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Sep 7 06:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Sep 7 06:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Sep 7 06:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Sep 7 06:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Sep 7 06:56 feature.yml ./2.4/openapi/sources/schemas/policies: total 44 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 150 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 527 Sep 7 06:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Sep 7 06:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Sep 7 06:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Sep 7 06:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 628 Sep 7 06:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Sep 7 06:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Sep 7 06:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 1413 Sep 7 06:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Sep 7 06:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Sep 7 06:56 subjects.yml ./2.4/openapi/sources/schemas/search: total 4 drwxr-sr-x. 2 jenkins 1001020000 36 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 150 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Sep 7 06:56 searchResultThings.yml ./2.4/openapi/sources/schemas/things: total 20 drwxr-sr-x. 2 jenkins 1001020000 109 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 150 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Sep 7 06:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Sep 7 06:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Sep 7 06:56 thing.yml ./2.4/openapi/sources/schemas/whoami: total 8 drwxr-sr-x. 2 jenkins 1001020000 49 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 150 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Sep 7 06:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Sep 7 06:56 whoami.yml ./2.4/openapi/sources/security: total 12 drwxr-sr-x. 2 jenkins 1001020000 68 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Sep 7 06:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 710 Sep 7 06:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Sep 7 06:56 nginxBasic.yml ./2.4/slides: total 32 drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_10_25-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 images ./2.4/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Sep 7 06:56 index.html ./2.4/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Sep 7 06:56 index.html ./2.4/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Sep 7 06:56 index.html ./2.4/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Sep 7 06:56 index.html ./2.4/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 31918 Sep 7 06:56 index.html ./2.4/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Sep 7 06:56 index.html ./2.4/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Sep 7 06:56 index.html ./2.4/slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 30816 Sep 7 06:56 index.html ./2.4/slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16503 Sep 7 06:56 index.html ./2.4/slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21859 Sep 7 06:56 index.html ./2.4/slides/2021_10_25-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14925 Sep 7 06:56 index.html ./2.4/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Sep 7 06:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Sep 7 06:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Sep 7 06:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Sep 7 06:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Sep 7 06:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Sep 7 06:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Sep 7 06:56 background-twin-small.jpg ./2.4/slides/images: total 544 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Sep 7 06:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Sep 7 06:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Sep 7 06:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Sep 7 06:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Sep 7 06:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Sep 7 06:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Sep 7 06:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Sep 7 06:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Sep 7 06:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Sep 7 06:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Sep 7 06:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Sep 7 06:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Sep 7 06:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Sep 7 06:56 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Sep 7 06:56 wot.png ./css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Sep 7 06:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 24527 Sep 7 06:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Sep 7 06:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Sep 7 06:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Sep 7 06:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Sep 7 06:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Sep 7 06:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Sep 7 06:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Sep 7 06:56 theme-green.css ./docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Sep 7 06:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Sep 7 06:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Sep 7 06:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Sep 7 06:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Sep 7 06:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Sep 7 06:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Sep 7 06:56 widget.js ./docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Sep 7 06:56 docson.css ./docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Sep 7 06:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Sep 7 06:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Sep 7 06:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Sep 7 06:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Sep 7 06:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Sep 7 06:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Sep 7 06:56 traverse.js ./docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Sep 7 06:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Sep 7 06:56 signature.html ./files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Sep 7 06:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Sep 7 06:56 migration_mongodb_1.0.0.js ./.git: total 584 drwxr-sr-x. 8 jenkins 1001020000 163 Sep 7 06:57 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 6 Sep 7 06:56 branches -rw-r--r--. 1 jenkins 1001020000 354 Sep 7 06:57 config -rw-r--r--. 1 jenkins 1001020000 73 Sep 7 06:56 description -rw-r--r--. 1 jenkins 1001020000 23 Sep 7 06:56 HEAD drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 hooks -rw-r--r--. 1 jenkins 1001020000 554279 Sep 7 06:56 index drwxr-sr-x. 2 jenkins 1001020000 21 Sep 7 06:56 info drwxr-sr-x. 3 jenkins 1001020000 30 Sep 7 06:56 logs drwxr-sr-x. 4 jenkins 1001020000 30 Sep 7 06:56 objects -rw-r--r--. 1 jenkins 1001020000 114 Sep 7 06:56 packed-refs drwxr-sr-x. 5 jenkins 1001020000 46 Sep 7 06:56 refs ./.git/branches: total 0 drwxr-sr-x. 2 jenkins 1001020000 6 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 163 Sep 7 06:57 .. ./.git/hooks: total 52 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 163 Sep 7 06:57 .. -rwxr-xr-x. 1 jenkins 1001020000 478 Sep 7 06:56 applypatch-msg.sample -rwxr-xr-x. 1 jenkins 1001020000 896 Sep 7 06:56 commit-msg.sample -rwxr-xr-x. 1 jenkins 1001020000 3327 Sep 7 06:56 fsmonitor-watchman.sample -rwxr-xr-x. 1 jenkins 1001020000 189 Sep 7 06:56 post-update.sample -rwxr-xr-x. 1 jenkins 1001020000 424 Sep 7 06:56 pre-applypatch.sample -rwxr-xr-x. 1 jenkins 1001020000 1638 Sep 7 06:56 pre-commit.sample -rwxr-xr-x. 1 jenkins 1001020000 1492 Sep 7 06:56 prepare-commit-msg.sample -rwxr-xr-x. 1 jenkins 1001020000 1348 Sep 7 06:56 pre-push.sample -rwxr-xr-x. 1 jenkins 1001020000 4898 Sep 7 06:56 pre-rebase.sample -rwxr-xr-x. 1 jenkins 1001020000 544 Sep 7 06:56 pre-receive.sample -rwxr-xr-x. 1 jenkins 1001020000 3610 Sep 7 06:56 update.sample ./.git/info: total 4 drwxr-sr-x. 2 jenkins 1001020000 21 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 163 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 240 Sep 7 06:56 exclude ./.git/logs: total 4 drwxr-sr-x. 3 jenkins 1001020000 30 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 163 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 219 Sep 7 06:56 HEAD drwxr-sr-x. 4 jenkins 1001020000 34 Sep 7 06:56 refs ./.git/logs/refs: total 0 drwxr-sr-x. 4 jenkins 1001020000 34 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 30 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 20 Sep 7 06:56 heads drwxr-sr-x. 3 jenkins 1001020000 20 Sep 7 06:56 remotes ./.git/logs/refs/heads: total 4 drwxr-sr-x. 2 jenkins 1001020000 20 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 34 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 219 Sep 7 06:56 master ./.git/logs/refs/remotes: total 0 drwxr-sr-x. 3 jenkins 1001020000 20 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 34 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 18 Sep 7 06:56 origin ./.git/logs/refs/remotes/origin: total 4 drwxr-sr-x. 2 jenkins 1001020000 18 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 20 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 219 Sep 7 06:56 HEAD ./.git/objects: total 0 drwxr-sr-x. 4 jenkins 1001020000 30 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 163 Sep 7 06:57 .. drwxr-sr-x. 2 jenkins 1001020000 6 Sep 7 06:56 info drwxr-sr-x. 2 jenkins 1001020000 121 Sep 7 06:56 pack ./.git/objects/info: total 0 drwxr-sr-x. 2 jenkins 1001020000 6 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 30 Sep 7 06:56 .. ./.git/objects/pack: total 31016 drwxr-sr-x. 2 jenkins 1001020000 121 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 30 Sep 7 06:56 .. -r--r--r--. 1 jenkins 1001020000 1872116 Sep 7 06:56 pack-1c3cdcb5556a000f4985f472309836f09ea09765.idx -r--r--r--. 1 jenkins 1001020000 29881579 Sep 7 06:56 pack-1c3cdcb5556a000f4985f472309836f09ea09765.pack ./.git/refs: total 0 drwxr-sr-x. 5 jenkins 1001020000 46 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 163 Sep 7 06:57 .. drwxr-sr-x. 2 jenkins 1001020000 20 Sep 7 06:56 heads drwxr-sr-x. 3 jenkins 1001020000 20 Sep 7 06:56 remotes drwxr-sr-x. 2 jenkins 1001020000 6 Sep 7 06:56 tags ./.git/refs/heads: total 4 drwxr-sr-x. 2 jenkins 1001020000 20 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 46 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 41 Sep 7 06:56 master ./.git/refs/remotes: total 0 drwxr-sr-x. 3 jenkins 1001020000 20 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 46 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 18 Sep 7 06:56 origin ./.git/refs/remotes/origin: total 4 drwxr-sr-x. 2 jenkins 1001020000 18 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 20 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 32 Sep 7 06:56 HEAD ./.git/refs/tags: total 0 drwxr-sr-x. 2 jenkins 1001020000 6 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 46 Sep 7 06:56 .. ./images: total 732 drwxr-sr-x. 5 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Sep 7 06:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Sep 7 06:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Sep 7 06:56 ditto_allwhite_textonly.svg -rwxr-xr-x. 1 jenkins 1001020000 92637 Sep 7 06:56 ditto-overview-1.png -rw-r--r--. 1 jenkins 1001020000 159156 Sep 7 06:56 ditto-overview-1.svg -rwxr-xr-x. 1 jenkins 1001020000 101022 Sep 7 06:56 ditto-super-1.png -rw-r--r--. 1 jenkins 1001020000 50244 Sep 7 06:56 ditto-super-1.svg -rw-r--r--. 1 jenkins 1001020000 12553 Sep 7 06:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Sep 7 06:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Sep 7 06:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Sep 7 06:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 5012 Sep 7 06:56 eclipse_incubation_vertical_png-02.png -rw-r--r--. 1 jenkins 1001020000 3082 Sep 7 06:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Sep 7 06:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Sep 7 06:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Sep 7 06:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Sep 7 06:56 iot_logo.svg drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 pages drwxr-sr-x. 2 jenkins 1001020000 78 Sep 7 06:56 user-logos ./images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Sep 7 06:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Sep 7 06:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Sep 7 06:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Sep 7 06:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Sep 7 06:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Sep 7 06:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Sep 7 06:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./images/pages: total 8 drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 4096 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Sep 7 06:56 advanced drwxr-sr-x. 2 jenkins 1001020000 114 Sep 7 06:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 protocol ./images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Sep 7 06:56 data-by-pass-architectural-design.jpg ./images/pages/architecture: total 84 drwxr-sr-x. 2 jenkins 1001020000 114 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Sep 7 06:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Sep 7 06:56 context-overview.png -rwxr-xr-x. 1 jenkins 1001020000 22188 Sep 7 06:56 ditto-architecture-overview-2022.png ./images/pages/basic: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16882 Sep 7 06:56 ditto-class-diagram-v1.png -rw-r--r--. 1 jenkins 1001020000 23249 Sep 7 06:56 ditto-class-diagram-v1.svg -rwxr-xr-x. 1 jenkins 1001020000 4115 Sep 7 06:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Sep 7 06:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Sep 7 06:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Sep 7 06:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Sep 7 06:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Sep 7 06:56 policy-example.png ./images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Sep 7 06:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Sep 7 06:56 ditto-twin-channel.png ./images/user-logos: total 24 drwxr-sr-x. 2 jenkins 1001020000 78 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 2600 Sep 7 06:56 aloxy-word-white.svg -rw-r--r--. 1 jenkins 1001020000 9846 Sep 7 06:56 bosch-en-white.svg -rw-r--r--. 1 jenkins 1001020000 253 Sep 7 06:56 LICENSE.md ./js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3315 Sep 7 06:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Sep 7 06:56 toc.js ./jsonschema: total 152 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 39603 Sep 7 06:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1756 Sep 7 06:56 error.json -rw-r--r--. 1 jenkins 1001020000 1129 Sep 7 06:56 feature.json -rw-r--r--. 1 jenkins 1001020000 1508 Sep 7 06:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Sep 7 06:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 5335 Sep 7 06:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Sep 7 06:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Sep 7 06:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Sep 7 06:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 4358 Sep 7 06:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 3190 Sep 7 06:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Sep 7 06:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Sep 7 06:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Sep 7 06:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Sep 7 06:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Sep 7 06:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Sep 7 06:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 4833 Sep 7 06:56 thing_v1.json -rw-r--r--. 1 jenkins 1001020000 5180 Sep 7 06:56 thing_v2.json ./openapi: total 488 drwxr-sr-x. 3 jenkins 1001020000 84 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 131973 Sep 7 06:56 ditto-api-1.yml -rw-r--r--. 1 jenkins 1001020000 338377 Sep 7 06:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 729 Sep 7 06:56 README.md drwxr-sr-x. 8 jenkins 1001020000 192 Sep 7 06:56 sources ./openapi/sources: total 188 drwxr-sr-x. 8 jenkins 1001020000 192 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 84 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 132425 Sep 7 06:56 api-1-index.yml -rw-r--r--. 1 jenkins 1001020000 10296 Sep 7 06:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Sep 7 06:56 package.json -rw-r--r--. 1 jenkins 1001020000 31379 Sep 7 06:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 parameters drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 requests drwxr-sr-x. 2 jenkins 1001020000 166 Sep 7 06:56 responses drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 schemas drwxr-sr-x. 2 jenkins 1001020000 68 Sep 7 06:56 security ./openapi/sources/parameters: total 152 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 192 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Sep 7 06:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Sep 7 06:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Sep 7 06:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 955 Sep 7 06:56 channelParamPutDescription.yml -rw-r--r--. 1 jenkins 1001020000 842 Sep 7 06:56 channelParam.yml -rw-r--r--. 1 jenkins 1001020000 1421 Sep 7 06:56 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 646 Sep 7 06:56 deleteMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Sep 7 06:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Sep 7 06:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Sep 7 06:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Sep 7 06:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 644 Sep 7 06:56 getMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Sep 7 06:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Sep 7 06:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Sep 7 06:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Sep 7 06:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 837 Sep 7 06:56 liveChannelConditionParam.yml -rw-r--r--. 1 jenkins 1001020000 648 Sep 7 06:56 liveChannelTimeoutStrategyParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Sep 7 06:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Sep 7 06:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Sep 7 06:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Sep 7 06:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 580 Sep 7 06:56 namespaceParameter.yml -rw-r--r--. 1 jenkins 1001020000 716 Sep 7 06:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 2739 Sep 7 06:56 policyFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 747 Sep 7 06:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Sep 7 06:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Sep 7 06:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Sep 7 06:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Sep 7 06:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Sep 7 06:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Sep 7 06:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Sep 7 06:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Sep 7 06:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Sep 7 06:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Sep 7 06:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Sep 7 06:56 timeoutParam.yml ./openapi/sources/paths: total 4 drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 192 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Sep 7 06:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 162 Sep 7 06:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Sep 7 06:56 messages drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 search drwxr-sr-x. 2 jenkins 1001020000 145 Sep 7 06:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Sep 7 06:56 whoami ./openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Sep 7 06:56 cloudevents.yml ./openapi/sources/paths/features: total 112 drwxr-sr-x. 2 jenkins 1001020000 162 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 12905 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 13949 Sep 7 06:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 13091 Sep 7 06:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 14396 Sep 7 06:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 15729 Sep 7 06:56 index.yml -rw-r--r--. 1 jenkins 1001020000 13480 Sep 7 06:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 12845 Sep 7 06:56 property.yml ./openapi/sources/paths/messages: total 28 drwxr-sr-x. 2 jenkins 1001020000 147 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 4004 Sep 7 06:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3885 Sep 7 06:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Sep 7 06:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4421 Sep 7 06:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3746 Sep 7 06:56 outbox-message.yml ./openapi/sources/paths/policies: total 92 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Sep 7 06:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Sep 7 06:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Sep 7 06:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Sep 7 06:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6125 Sep 7 06:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9960 Sep 7 06:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 11423 Sep 7 06:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6158 Sep 7 06:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8476 Sep 7 06:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5758 Sep 7 06:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8541 Sep 7 06:56 subject.yml ./openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Sep 7 06:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Sep 7 06:56 things.yml ./openapi/sources/paths/things: total 96 drwxr-sr-x. 2 jenkins 1001020000 145 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 12535 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 12519 Sep 7 06:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 12409 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6898 Sep 7 06:56 index.yml -rw-r--r--. 1 jenkins 1001020000 5727 Sep 7 06:56 policyid.yml -rw-r--r--. 1 jenkins 1001020000 8851 Sep 7 06:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 20079 Sep 7 06:56 thing.yml ./openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Sep 7 06:56 index.yml ./openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 192 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 808 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Sep 7 06:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Sep 7 06:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Sep 7 06:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Sep 7 06:56 value.yml ./openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Sep 7 06:56 actions ./openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 875 Sep 7 06:56 activateTokenIntegration.yml ./openapi/sources/responses: total 24 drwxr-sr-x. 2 jenkins 1001020000 166 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 192 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Sep 7 06:56 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Sep 7 06:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 586 Sep 7 06:56 messageTimeout.yml -rw-r--r--. 1 jenkins 1001020000 574 Sep 7 06:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Sep 7 06:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Sep 7 06:56 preconditionFailed.yml ./openapi/sources/schemas: total 104 drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 192 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Sep 7 06:56 acknowledgements -rw-r--r--. 1 jenkins 1001020000 897 Sep 7 06:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 479 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 573 Sep 7 06:56 definition.yml drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 errors -rw-r--r--. 1 jenkins 1001020000 803 Sep 7 06:56 error.yml -rw-r--r--. 1 jenkins 1001020000 649 Sep 7 06:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Sep 7 06:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Sep 7 06:56 featureProperties.yml drwxr-sr-x. 2 jenkins 1001020000 139 Sep 7 06:56 features -rw-r--r--. 1 jenkins 1001020000 590 Sep 7 06:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Sep 7 06:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 2283 Sep 7 06:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 491 Sep 7 06:56 permission.yml drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 policies -rw-r--r--. 1 jenkins 1001020000 578 Sep 7 06:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Sep 7 06:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 505 Sep 7 06:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Sep 7 06:56 resourceEntryRestricted.yml -rw-r--r--. 1 jenkins 1001020000 679 Sep 7 06:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 785 Sep 7 06:56 resources.yml drwxr-sr-x. 2 jenkins 1001020000 36 Sep 7 06:56 search -rw-r--r--. 1 jenkins 1001020000 489 Sep 7 06:56 searchResultThings.yml -rw-r--r--. 1 jenkins 1001020000 731 Sep 7 06:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Sep 7 06:56 subjects.yml drwxr-sr-x. 2 jenkins 1001020000 109 Sep 7 06:56 things -rw-r--r--. 1 jenkins 1001020000 1768 Sep 7 06:56 thing.yml drwxr-sr-x. 2 jenkins 1001020000 49 Sep 7 06:56 whoami -rw-r--r--. 1 jenkins 1001020000 519 Sep 7 06:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Sep 7 06:56 whoami.yml -rw-r--r--. 1 jenkins 1001020000 3662 Sep 7 06:56 wot-thingDescription.yml ./openapi/sources/schemas/acknowledgements: total 12 drwxr-sr-x. 2 jenkins 1001020000 61 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 595 Sep 7 06:56 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Sep 7 06:56 acknowledgement.yml ./openapi/sources/schemas/errors: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Sep 7 06:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Sep 7 06:56 error.yml ./openapi/sources/schemas/features: total 24 drwxr-sr-x. 2 jenkins 1001020000 139 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Sep 7 06:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Sep 7 06:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Sep 7 06:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Sep 7 06:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Sep 7 06:56 feature.yml ./openapi/sources/schemas/policies: total 48 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 527 Sep 7 06:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Sep 7 06:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Sep 7 06:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Sep 7 06:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 628 Sep 7 06:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Sep 7 06:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Sep 7 06:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 1763 Sep 7 06:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Sep 7 06:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Sep 7 06:56 subjects.yml ./openapi/sources/schemas/search: total 8 drwxr-sr-x. 2 jenkins 1001020000 36 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Sep 7 06:56 searchResultThings.yml ./openapi/sources/schemas/things: total 24 drwxr-sr-x. 2 jenkins 1001020000 109 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Sep 7 06:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Sep 7 06:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Sep 7 06:56 thing.yml ./openapi/sources/schemas/whoami: total 12 drwxr-sr-x. 2 jenkins 1001020000 49 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Sep 7 06:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Sep 7 06:56 whoami.yml ./openapi/sources/security: total 12 drwxr-sr-x. 2 jenkins 1001020000 68 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 192 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Sep 7 06:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 710 Sep 7 06:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Sep 7 06:56 nginxBasic.yml ./slides: total 32 drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_10_25-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 images ./slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Sep 7 06:56 index.html ./slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Sep 7 06:56 index.html ./slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Sep 7 06:56 index.html ./slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Sep 7 06:56 index.html ./slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 31918 Sep 7 06:56 index.html ./slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Sep 7 06:56 index.html ./slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Sep 7 06:56 index.html ./slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 30816 Sep 7 06:56 index.html ./slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16503 Sep 7 06:56 index.html ./slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21859 Sep 7 06:56 index.html ./slides/2021_10_25-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14925 Sep 7 06:56 index.html ./slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Sep 7 06:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Sep 7 06:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Sep 7 06:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Sep 7 06:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Sep 7 06:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Sep 7 06:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Sep 7 06:56 background-twin-small.jpg ./slides/images: total 544 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Sep 7 06:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Sep 7 06:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Sep 7 06:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Sep 7 06:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Sep 7 06:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Sep 7 06:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Sep 7 06:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Sep 7 06:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Sep 7 06:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Sep 7 06:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Sep 7 06:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Sep 7 06:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Sep 7 06:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Sep 7 06:56 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Sep 7 06:56 wot.png ./wot: total 36 drwxr-sr-x. 2 jenkins 1001020000 118 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3764 Sep 7 06:56 ditto-extension.html -rw-r--r--. 1 jenkins 1001020000 1503 Sep 7 06:56 ditto-extension.jsonld -rw-r--r--. 1 jenkins 1001020000 2000 Sep 7 06:56 ditto-extension.rdf -rw-r--r--. 1 jenkins 1001020000 1513 Sep 7 06:56 ditto-extension.ttl [Pipeline] sh + unzip -o ../ditto/documentation/target/ditto-documentation-0-SNAPSHOT-site.zip Archive: ../ditto/documentation/target/ditto-documentation-0-SNAPSHOT-site.zip creating: architecture/ creating: pages/ creating: pages/ditto/ creating: pages/ditto/protocol/ creating: pages/ditto/protocol/examples/ creating: pages/ditto/protocol/examples/connections/ creating: pages/ditto/protocol/examples/connections/generated/ creating: pages/ditto/protocol/examples/connections/generated/announcements/ creating: pages/ditto/protocol/examples/policies/ creating: pages/ditto/protocol/examples/policies/generated/ creating: pages/ditto/protocol/examples/policies/generated/announcements/ creating: pages/ditto/protocol/examples/policies/generated/commands/ creating: pages/ditto/protocol/examples/policies/generated/commands/modify/ creating: pages/ditto/protocol/examples/policies/generated/commands/query/ creating: pages/ditto/protocol/examples/policies/generated/exceptions/ creating: pages/ditto/protocol/examples/search/ creating: pages/ditto/protocol/examples/search/generated/ creating: pages/ditto/protocol/examples/search/generated/commands/ creating: pages/ditto/protocol/examples/search/generated/events/ creating: pages/ditto/protocol/examples/search/generated/exceptions/ creating: pages/ditto/protocol/examples/things/ creating: pages/ditto/protocol/examples/things/generated/ creating: pages/ditto/protocol/examples/things/generated/commands/ creating: pages/ditto/protocol/examples/things/generated/commands/merge/ creating: pages/ditto/protocol/examples/things/generated/commands/modify/ creating: pages/ditto/protocol/examples/things/generated/commands/query/ creating: pages/ditto/protocol/examples/things/generated/events/ creating: pages/ditto/protocol/examples/things/generated/exceptions/ inflating: 404.html inflating: advanced-data-by-pass.html inflating: architecture-overview.html inflating: architecture-services-connectivity.html inflating: architecture-services-gateway.html inflating: architecture-services-policies.html inflating: architecture-services-things-search.html inflating: architecture-services-things.html inflating: basic-acknowledgements.html inflating: basic-apis.html inflating: basic-auth.html inflating: basic-changenotifications.html inflating: basic-conditional-requests.html inflating: basic-connections.html inflating: basic-enrichment.html inflating: basic-errors.html inflating: basic-feature.html inflating: basic-messages.html inflating: basic-metadata.html inflating: basic-namespaces-and-names.html inflating: basic-overview.html inflating: basic-placeholders.html inflating: basic-policy.html inflating: basic-rql.html inflating: basic-search.html inflating: basic-signals-announcement.html inflating: basic-signals-command.html inflating: basic-signals-commandresponse.html inflating: basic-signals-errorresponse.html inflating: basic-signals-event.html inflating: basic-signals.html inflating: basic-thing.html inflating: basic-wot-integration-example.html inflating: basic-wot-integration.html inflating: blog.html inflating: blog_archive.html inflating: client-sdk-java.html inflating: client-sdk-javascript.html inflating: client-sdk-overview.html inflating: connectivity-header-mapping.html inflating: connectivity-hmac-signing.html inflating: connectivity-manage-connections.html inflating: connectivity-mapping.html inflating: connectivity-overview.html inflating: connectivity-protocol-bindings-amqp091.html inflating: connectivity-protocol-bindings-amqp10.html inflating: connectivity-protocol-bindings-http.html inflating: connectivity-protocol-bindings-kafka2.html inflating: connectivity-protocol-bindings-mqtt.html inflating: connectivity-protocol-bindings-mqtt5.html inflating: connectivity-ssh-tunneling.html inflating: connectivity-tls-certificates.html inflating: feed.xml inflating: feedback.html inflating: glossary.html inflating: http-api-doc.html inflating: httpapi-concepts.html inflating: httpapi-messages.html inflating: httpapi-overview.html inflating: httpapi-protocol-bindings-cloudevents.html inflating: httpapi-protocol-bindings-websocket.html inflating: httpapi-search.html inflating: httpapi-sse.html inflating: index.html inflating: installation-building.html inflating: installation-extending.html inflating: installation-operating.html inflating: installation-running.html inflating: intro-digitaltwins.html inflating: intro-hello-world.html inflating: intro-overview.html inflating: migration_notes_wildcard_search.html inflating: presentations.html inflating: protocol-bindings.html inflating: protocol-examples-connections-announcement-closed.html inflating: protocol-examples-connections-announcement-opened.html inflating: protocol-examples-createattribute.html inflating: protocol-examples-createattributes.html inflating: protocol-examples-createdefinition.html inflating: protocol-examples-createdesiredproperties.html inflating: protocol-examples-createdesiredproperty.html inflating: protocol-examples-createfeature.html inflating: protocol-examples-createfeatures.html inflating: protocol-examples-createproperties.html inflating: protocol-examples-createproperty.html inflating: protocol-examples-creatething.html inflating: protocol-examples-createthingdefinition.html inflating: protocol-examples-deleteattribute.html inflating: protocol-examples-deleteattributes.html inflating: protocol-examples-deletedefinition.html inflating: protocol-examples-deletedesiredproperties.html inflating: protocol-examples-deletedesiredproperty.html inflating: protocol-examples-deletefeature.html inflating: protocol-examples-deletefeatures.html inflating: protocol-examples-deleteproperties.html inflating: protocol-examples-deleteproperty.html inflating: protocol-examples-deletething.html inflating: protocol-examples-deletethingdefinition.html inflating: protocol-examples-errorresponses.html inflating: protocol-examples-mergeattribute.html inflating: protocol-examples-mergeattributes.html inflating: protocol-examples-mergedesiredproperties.html inflating: protocol-examples-mergedesiredproperty.html inflating: protocol-examples-mergefeature.html inflating: protocol-examples-mergefeaturedefinition.html inflating: protocol-examples-mergefeatures.html inflating: protocol-examples-mergepolicyid.html inflating: protocol-examples-mergeproperties.html inflating: protocol-examples-mergeproperty.html inflating: protocol-examples-mergething.html inflating: protocol-examples-mergethingdefinition.html inflating: protocol-examples-modifyattribute.html inflating: protocol-examples-modifyattributes.html inflating: protocol-examples-modifydefinition.html inflating: protocol-examples-modifydesiredproperties.html inflating: protocol-examples-modifydesiredproperty.html inflating: protocol-examples-modifyfeature.html inflating: protocol-examples-modifyfeatures.html inflating: protocol-examples-modifypolicyid.html inflating: protocol-examples-modifyproperties.html inflating: protocol-examples-modifyproperty.html inflating: protocol-examples-modifything.html inflating: protocol-examples-modifythingdefinition.html inflating: protocol-examples-policies-announcement-subjectDeletion.html inflating: protocol-examples-policies-createpolicy.html inflating: protocol-examples-policies-createpolicyentry.html inflating: protocol-examples-policies-createresource.html inflating: protocol-examples-policies-createsubject.html inflating: protocol-examples-policies-deletepolicy.html inflating: protocol-examples-policies-deletepolicyentry.html inflating: protocol-examples-policies-deleteresource.html inflating: protocol-examples-policies-deletesubject.html inflating: protocol-examples-policies-errorresponses.html inflating: protocol-examples-policies-modifypolicy.html inflating: protocol-examples-policies-modifypolicyentries.html inflating: protocol-examples-policies-modifypolicyentry.html inflating: protocol-examples-policies-modifyresource.html inflating: protocol-examples-policies-modifyresources.html inflating: protocol-examples-policies-modifysubject.html inflating: protocol-examples-policies-modifysubjects.html inflating: protocol-examples-policies-retrievepolicy.html inflating: protocol-examples-policies-retrievepolicyentries.html inflating: protocol-examples-policies-retrievepolicyentry.html inflating: protocol-examples-policies-retrieveresource.html inflating: protocol-examples-policies-retrieveresources.html inflating: protocol-examples-policies-retrievesubject.html inflating: protocol-examples-policies-retrievesubjects.html inflating: protocol-examples-retrieveattribute.html inflating: protocol-examples-retrieveattributes.html inflating: protocol-examples-retrievedefinition.html inflating: protocol-examples-retrievedesiredproperties.html inflating: protocol-examples-retrievedesiredproperty.html inflating: protocol-examples-retrievefeature.html inflating: protocol-examples-retrievefeatures.html inflating: protocol-examples-retrieveproperties.html inflating: protocol-examples-retrieveproperty.html inflating: protocol-examples-retrievething.html inflating: protocol-examples-retrievethingdefinition.html inflating: protocol-examples-retrievethings.html inflating: protocol-examples-search.html inflating: sandbox.html inflating: protocol-examples.html inflating: protocol-overview.html inflating: protocol-specification-acks.html inflating: protocol-specification-connections-announcement.html inflating: protocol-specification-connections.html inflating: protocol-specification-errors.html inflating: protocol-specification-policies-announcement.html inflating: protocol-specification-policies-create-or-modify.html inflating: protocol-specification-policies-delete.html inflating: protocol-specification-policies-retrieve.html inflating: protocol-specification-policies.html inflating: protocol-specification-things-create-or-modify.html inflating: protocol-specification-things-delete.html inflating: protocol-specification-things-merge.html inflating: protocol-specification-things-messages.html inflating: protocol-specification-things-retrieve.html inflating: protocol-specification-things-search.html inflating: protocol-specification-things.html inflating: protocol-specification-topic.html inflating: protocol-specification.html inflating: protocol-twinlive.html inflating: release_notes_010-M1.html inflating: release_notes_010-M3.html inflating: release_notes_020-M1.html inflating: release_notes_030-M1.html inflating: release_notes_030-M2.html inflating: release_notes_080.html inflating: release_notes_080-M1.html inflating: release_notes_080-M2.html inflating: release_notes_080-M3.html inflating: release_notes_090.html inflating: release_notes_090-M1.html inflating: release_notes_090-M2.html inflating: release_notes_100.html inflating: release_notes_100-M1a.html inflating: release_notes_100-M2.html inflating: release_notes_110.html inflating: release_notes_111.html inflating: release_notes_112.html inflating: release_notes_113.html inflating: release_notes_115.html inflating: release_notes_120.html inflating: release_notes_121.html inflating: release_notes_130.html inflating: release_notes_140.html inflating: release_notes_150.html inflating: release_notes_151.html inflating: release_notes_200.html inflating: release_notes_201.html inflating: release_notes_210.html inflating: release_notes_211.html inflating: release_notes_212.html inflating: release_notes_213.html inflating: release_notes_220.html inflating: release_notes_221.html inflating: release_notes_222.html inflating: release_notes_230.html inflating: release_notes_231.html inflating: release_notes_232.html inflating: release_notes_240.html inflating: release_notes_241.html inflating: release_notes_242.html inflating: search.json inflating: sitemap.xml inflating: tag_advanced.html inflating: tag_architecture.html inflating: tag_blog.html inflating: tag_client_sdk.html inflating: tag_connectivity.html inflating: tag_getting_started.html inflating: tag_http.html inflating: tag_installation.html inflating: tag_model.html inflating: tag_news.html inflating: tag_protocol.html inflating: tag_release_notes.html inflating: tag_rql.html inflating: tag_search.html inflating: tag_signal.html inflating: tag_troubleshooting.html inflating: tag_wot.html inflating: robots.txt inflating: Gemfile inflating: Gemfile.lock inflating: architecture/DADR-0001-record-architecture-decisions.md inflating: architecture/DADR-0002-replace-akka-pubsub-for-event-publishing.md inflating: architecture/DADR-0003-do-not-interrupt-threads.md inflating: architecture/DADR-0004-signal-enrichment.md inflating: architecture/DADR-0005-semantic-versioning.md inflating: architecture/DADR-0006-merge-payload.md inflating: architecture/DADR-0007-concierge-removal.md inflating: architecture/DADR-0008-wildcard-search-index.md inflating: css/boxshadowproperties.css inflating: css/customstyles.css inflating: css/modern-business.css inflating: css/printstyles.css inflating: css/swagger.css inflating: css/syntax.css inflating: css/theme-blue.css inflating: css/theme-ditto.css inflating: css/theme-green.css inflating: docson/LICENSE inflating: docson/README.md inflating: docson/bower.json inflating: docson/css/docson.css inflating: docson/docson-swagger.js inflating: docson/docson.js inflating: docson/index.html inflating: docson/lib/handlebars.js inflating: docson/lib/highlight.js inflating: docson/lib/jquery.js inflating: docson/lib/jsonpointer.js inflating: docson/lib/marked.js inflating: docson/lib/require.js inflating: docson/lib/traverse.js inflating: docson/templates/box.html inflating: docson/templates/signature.html inflating: docson/widget.js inflating: files/migration_mongodb_0.8.0-M2_0.8.0-M3.js inflating: files/migration_mongodb_1.0.0.js inflating: google459c4cca88b3ce46.html inflating: images/2020-04-16-Logo_TTVC_color.png inflating: images/GitHub-Mark-Light-32px.png inflating: images/blog/2018-05-02-ditto-hono-digital-twin.png inflating: images/blog/2018-09-21-selective-push-notifications-example-setup.png inflating: images/blog/2018-09-21-selective-push-notifications-visual-comparison.png inflating: images/blog/2018-09-21-selective-push-notifications-websocket_org.png inflating: images/blog/2018-12-14-command-and-control.png inflating: images/blog/2021-03-22-azure-iot-hub-integration-overview.png inflating: images/blog/2021-04-06-ssh-tunnel-for-managed-connections-shema.png inflating: images/ditto-overview-1.png inflating: images/ditto-overview-1.svg inflating: images/ditto-super-1.png inflating: images/ditto-super-1.svg inflating: images/ditto.svg inflating: images/ditto_allwhite_symbolonly.svg inflating: images/ditto_allwhite_textonly.svg inflating: images/ditto_symbolonly.svg inflating: images/ditto_textonly.svg inflating: images/eclipse_foundation_logo.svg inflating: images/favicon-16x16.png inflating: images/favicon-32x32.png inflating: images/favicon-96x96.png inflating: images/iot_logo.svg inflating: images/pages/advanced/data-by-pass-architectural-design.jpg inflating: images/pages/architecture/context-overview-initial.png inflating: images/pages/architecture/context-overview.png inflating: images/pages/architecture/ditto-architecture-overview-2022.png inflating: images/pages/basic/ditto-class-diagram-v2.png inflating: images/pages/basic/ditto-messages.png inflating: images/pages/basic/ditto-thing-feature-definition-model.png inflating: images/pages/basic/ditto-thing-feature.png inflating: images/pages/basic/policy-example-2.png inflating: images/pages/basic/policy-example.png inflating: images/pages/protocol/ditto-live-channel.png inflating: images/pages/protocol/ditto-twin-channel.png inflating: js/customscripts.js inflating: js/toc.js inflating: jsonschema/connection.json inflating: jsonschema/error.json inflating: jsonschema/feature_v2.json inflating: jsonschema/piggyback-command.json inflating: jsonschema/policy.json inflating: jsonschema/protocol-ack.json inflating: jsonschema/protocol-acks.json inflating: jsonschema/protocol-announcement.json inflating: jsonschema/protocol-envelope.json inflating: jsonschema/protocol-error_response.json inflating: jsonschema/protocol-response.json inflating: jsonschema/protocol-search-failed-payload.json inflating: jsonschema/protocol-search-next-payload.json inflating: jsonschema/protocol-search-request-payload.json inflating: jsonschema/protocol-search-subscribe-payload.json inflating: jsonschema/protocol-search-subscriptionid.json inflating: jsonschema/thing_v2.json inflating: openapi/README.md inflating: openapi/ditto-api-2.yml inflating: openapi/sources/api-2-index.yml inflating: openapi/sources/package-lock.json inflating: openapi/sources/package.json inflating: openapi/sources/parameters/allowPolicyLockoutParam.yml inflating: openapi/sources/parameters/attributePathPathParam.yml inflating: openapi/sources/parameters/attributesFieldsQueryParam.yml inflating: openapi/sources/parameters/channelParam.yml inflating: openapi/sources/parameters/channelParamPutDescription.yml inflating: openapi/sources/parameters/conditionParam.yml inflating: openapi/sources/parameters/deleteMetadataParam.yml inflating: openapi/sources/parameters/desiredPropertiesFieldsQueryParam.yml inflating: openapi/sources/parameters/featureFieldsQueryParam.yml inflating: openapi/sources/parameters/featureIdPathPathParam.yml inflating: openapi/sources/parameters/featuresFieldsQueryParam.yml inflating: openapi/sources/parameters/getMetadataParam.yml inflating: openapi/sources/parameters/ifMatchHeaderParam.yml inflating: openapi/sources/parameters/ifMatchHeaderParamHash.yml inflating: openapi/sources/parameters/ifNoneMatchHeaderParam.yml inflating: openapi/sources/parameters/labelPathParam.yml inflating: openapi/sources/parameters/liveChannelConditionParam.yml inflating: openapi/sources/parameters/liveChannelTimeoutStrategyParam.yml inflating: openapi/sources/parameters/liveMessageRequestedAcksParam.yml inflating: openapi/sources/parameters/messageClaimTimeoutParam.yml inflating: openapi/sources/parameters/messageSubjectPathParam.yml inflating: openapi/sources/parameters/messageTimeoutParam.yml inflating: openapi/sources/parameters/namespaceParameter.yml inflating: openapi/sources/parameters/namespacesFilter.yml inflating: openapi/sources/parameters/policyFieldsQueryParam.yml inflating: openapi/sources/parameters/policyIdPathParam.yml inflating: openapi/sources/parameters/propertiesFieldsQueryParam.yml inflating: openapi/sources/parameters/propertyPathPathParam.yml inflating: openapi/sources/parameters/putMetadataParam.yml inflating: openapi/sources/parameters/requestedAcksParam.yml inflating: openapi/sources/parameters/resourcePathPathParam.yml inflating: openapi/sources/parameters/responseRequiredParam.yml inflating: openapi/sources/parameters/searchFilter.yml inflating: openapi/sources/parameters/subjectIdPathParam.yml inflating: openapi/sources/parameters/thingFieldsQueryParam.yml inflating: openapi/sources/parameters/thingIdPathParam.yml inflating: openapi/sources/parameters/timeoutParam.yml inflating: openapi/sources/paths/cloudevents/cloudevents.yml inflating: openapi/sources/paths/features/definition.yml inflating: openapi/sources/paths/features/desiredProperties.yml inflating: openapi/sources/paths/features/desiredProperty.yml inflating: openapi/sources/paths/features/feature.yml inflating: openapi/sources/paths/features/index.yml inflating: openapi/sources/paths/features/properties.yml inflating: openapi/sources/paths/features/property.yml inflating: openapi/sources/paths/messages/feature-inbox-message.yml inflating: openapi/sources/paths/messages/feature-outbox-message.yml inflating: openapi/sources/paths/messages/inbox-claim.yml inflating: openapi/sources/paths/messages/inbox-message.yml inflating: openapi/sources/paths/messages/outbox-message.yml inflating: openapi/sources/paths/policies/activateTokenIntegration.yml inflating: openapi/sources/paths/policies/activateTokenIntegrationForEntry.yml inflating: openapi/sources/paths/policies/deactivateTokenIntegration.yml inflating: openapi/sources/paths/policies/deactivateTokenIntegrationForEntry.yml inflating: openapi/sources/paths/policies/entries.yml inflating: openapi/sources/paths/policies/entry.yml inflating: openapi/sources/paths/policies/policy.yml inflating: openapi/sources/paths/policies/resource.yml inflating: openapi/sources/paths/policies/resources.yml inflating: openapi/sources/paths/policies/subject.yml inflating: openapi/sources/paths/policies/subjects.yml inflating: openapi/sources/paths/search/things-count.yml inflating: openapi/sources/paths/search/things.yml inflating: openapi/sources/paths/things/attribute.yml inflating: openapi/sources/paths/things/attributes.yml inflating: openapi/sources/paths/things/definition.yml inflating: openapi/sources/paths/things/index.yml inflating: openapi/sources/paths/things/policyId.yml inflating: openapi/sources/paths/things/thing.yml inflating: openapi/sources/paths/whoami/index.yml inflating: openapi/sources/requests/attributes.yml inflating: openapi/sources/requests/definition.yml inflating: openapi/sources/requests/dittoProtocol.yml inflating: openapi/sources/requests/patchValue.yml inflating: openapi/sources/requests/payload.yml inflating: openapi/sources/requests/policies/actions/activateTokenIntegration.yml inflating: openapi/sources/requests/value.yml inflating: openapi/sources/responses/dependencyFailed.yml inflating: openapi/sources/responses/entityTooLarge.yml inflating: openapi/sources/responses/messageTooLarge.yml inflating: openapi/sources/responses/notModified.yml inflating: openapi/sources/responses/preconditionFailed.yml inflating: openapi/sources/schemas/acknowledgements/acknowledgement.yml inflating: openapi/sources/schemas/acknowledgements/acknowledgements.yml inflating: openapi/sources/schemas/errors/advancedError.yml inflating: openapi/sources/schemas/errors/error.yml inflating: openapi/sources/schemas/features/feature.yml inflating: openapi/sources/schemas/features/featureDefinition.yml inflating: openapi/sources/schemas/features/featureDesiredProperties.yml inflating: openapi/sources/schemas/features/featureProperties.yml inflating: openapi/sources/schemas/features/features.yml inflating: openapi/sources/schemas/policies/newPolicy.yml inflating: openapi/sources/schemas/policies/permission.yml inflating: openapi/sources/schemas/policies/policy.yml inflating: openapi/sources/schemas/policies/policyEntries.yml inflating: openapi/sources/schemas/policies/policyEntry.yml inflating: openapi/sources/schemas/policies/resourceEntry.yml inflating: openapi/sources/schemas/policies/resources.yml inflating: openapi/sources/schemas/policies/subjectAnnouncement.yml inflating: openapi/sources/schemas/policies/subjectEntry.yml inflating: openapi/sources/schemas/policies/subjects.yml inflating: openapi/sources/schemas/search/searchResultThings.yml inflating: openapi/sources/schemas/things/attributes.yml inflating: openapi/sources/schemas/things/definition.yml inflating: openapi/sources/schemas/things/newThing.yml inflating: openapi/sources/schemas/things/patchThing.yml inflating: openapi/sources/schemas/things/thing.yml inflating: openapi/sources/schemas/whoami/whoami.yml inflating: openapi/sources/schemas/whoami/whoamiSubject.yml inflating: openapi/sources/schemas/wot-thingDescription.yml inflating: openapi/sources/security/bearerAuth.yml inflating: openapi/sources/security/google.yml inflating: openapi/sources/security/nginxBasic.yml inflating: pages/ditto/protocol/examples/connections/generated/announcements/closedConnection.md inflating: pages/ditto/protocol/examples/connections/generated/announcements/openedConnection.md inflating: pages/ditto/protocol/examples/policies/generated/announcements/subjectDeletion.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/createpolicy.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/createpolicyresponse.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/deletepolicy.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/deletepolicyentry.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/deletepolicyentryresponse.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/deletepolicyresponse.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/deleteresource.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/deleteresourceresponse.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/deletesubject.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/deletesubjectresponse.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicy.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyentries.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyentriesresponse.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyentry.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyentryresponse.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyentryresponsecreated.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyresponse.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyresponsecreated.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifyresource.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifyresourceresponse.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifyresourceresponsecreated.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifyresources.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifyresourcesresponse.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifysubject.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifysubjectresponse.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifysubjectresponsecreated.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifysubjects.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifysubjectsresponse.md inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicy-withfieldselector.md inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicy.md inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicyentries.md inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicyentriesresponse.md inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicyentry.md inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicyentryresponse.md inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicyresponse.md inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrieveresource.md inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrieveresourceresponse.md inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrieveresources.md inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrieveresourcesresponse.md inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrievesubject.md inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrievesubjectresponse.md inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrievesubjects.md inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrievesubjectsresponse.md inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_entry_invalid.md inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_entry_modificationinvalid.md inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_entry_notfound.md inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_entry_notmodifiable.md inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_id_invalid.md inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_conflict.md inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_modificationinvalid.md inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_notfound.md inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_notmodifiable.md inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_toomanymodifyingrequests.md inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_unavailable.md inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_resource_notfound.md inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_resource_notmodifiable.md inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_resources_notfound.md inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_resources_notmodifiable.md inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_subject_notfound.md inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_subject_notmodifiable.md inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_subjectid_invalid.md inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_subjects_notfound.md inflating: pages/ditto/protocol/examples/policies/generated/exceptions/policies_subjects_notmodifiable.md inflating: pages/ditto/protocol/examples/search/generated/commands/cancel-subscription-command.md inflating: pages/ditto/protocol/examples/search/generated/commands/create-subscription-command.md inflating: pages/ditto/protocol/examples/search/generated/commands/request-subscription-command.md inflating: pages/ditto/protocol/examples/search/generated/events/subscription-complete-event.md inflating: pages/ditto/protocol/examples/search/generated/events/subscription-created-event.md inflating: pages/ditto/protocol/examples/search/generated/events/subscription-failed-event.md inflating: pages/ditto/protocol/examples/search/generated/events/subscription-has-next-event.md inflating: pages/ditto/protocol/examples/search/generated/exceptions/thing-search_search_option_invalid.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergeattribute.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergeattributeresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergeattributes.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergeattributesresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeleteattribute.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeleteattributeresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeleteattributes.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeleteattributesresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeature.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedefinition.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedefinitionresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedesiredproperties.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedesiredpropertiesresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedesiredproperty.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedesiredpropertyresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeatureproperties.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturepropertiesresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeatureproperty.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturepropertyresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeatureresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeatures.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturesresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletethingdefinition.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletethingdefinitionresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergefeature.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedefinition.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedefinitionresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedesiredproperties.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedesiredpropertiesresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedesiredproperty.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedesiredpropertyresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergefeatureproperties.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturepropertiesresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergefeatureproperty.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturepropertyresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergefeatureresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergefeatures.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturesresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergepolicyid.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergepolicyidresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergething.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergethingdefinition.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergethingdefinitionresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/merge/mergethingresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/creatething.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/createthingalternatives.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/createthingresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deleteattribute.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deleteattributeresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deleteattributes.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deleteattributesresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletefeature.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedefinition.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedefinitionresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedesiredproperties.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedesiredpropertiesresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedesiredproperty.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedesiredpropertyresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletefeatureproperties.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturepropertiesresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletefeatureproperty.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturepropertyresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletefeatureresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletefeatures.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturesresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletething.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletethingdefinition.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletethingdefinitionresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/deletethingresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyattribute.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyattributeresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyattributeresponsecreated.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyattributes.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyattributesresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyattributesresponsecreated.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeature.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedefinition.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedefinitionresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedefinitionresponsecreated.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredproperties.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredpropertiesresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredpropertiesresponsecreated.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredproperty.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredpropertyresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredpropertyresponsecreated.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeatureproperties.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturepropertiesresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturepropertiesresponsecreated.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeatureproperty.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturepropertyresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturepropertyresponsecreated.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeatureresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeatureresponsecreated.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeatures.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturesresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturesresponsecreated.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifypolicyid.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifypolicyidresponsecreated.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifypolicyidresponsemodified.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifything.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifythingalternatives.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifythingdefinition.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifythingdefinitionresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifythingdefinitionresponsecreated.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifythingresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/modify/modifythingresponsecreated.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrieveattribute.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrieveattributeresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrieveattributes-selectedfields.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrieveattributes.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrieveattributesresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeature.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedefinition.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedefinitionresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedesiredproperties-selectedfields.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedesiredproperties.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedesiredpropertiesresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedesiredproperty.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedesiredpropertyresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeatureproperties-selectedfields.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeatureproperties.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturepropertiesresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeatureproperty.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturepropertyresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeatureresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeatures.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturesresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievepolicyid.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievepolicyidresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievething-withfieldselector.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievething-withsnapshotrevision.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievething.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievethingdefinition.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievethingdefinitionresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievethingresponse.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievethings-withfieldselector.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievethings.md inflating: pages/ditto/protocol/examples/things/generated/commands/query/retrievethingsresponse.md inflating: pages/ditto/protocol/examples/things/generated/events/attributecreated.md inflating: pages/ditto/protocol/examples/things/generated/events/attributedeleted.md inflating: pages/ditto/protocol/examples/things/generated/events/attributemodified.md inflating: pages/ditto/protocol/examples/things/generated/events/attributescreated.md inflating: pages/ditto/protocol/examples/things/generated/events/attributesdeleted.md inflating: pages/ditto/protocol/examples/things/generated/events/attributesmodified.md inflating: pages/ditto/protocol/examples/things/generated/events/featurecreated.md inflating: pages/ditto/protocol/examples/things/generated/events/featuredefinitioncreated.md inflating: pages/ditto/protocol/examples/things/generated/events/featuredefinitiondeleted.md inflating: pages/ditto/protocol/examples/things/generated/events/featuredefinitionmodified.md inflating: pages/ditto/protocol/examples/things/generated/events/featuredeleted.md inflating: pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertiescreated.md inflating: pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertiesdeleted.md inflating: pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertiesmodified.md inflating: pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertycreated.md inflating: pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertydeleted.md inflating: pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertymodified.md inflating: pages/ditto/protocol/examples/things/generated/events/featuremodified.md inflating: pages/ditto/protocol/examples/things/generated/events/featurepropertiescreated.md inflating: pages/ditto/protocol/examples/things/generated/events/featurepropertiesdeleted.md inflating: pages/ditto/protocol/examples/things/generated/events/featurepropertiesmodified.md inflating: pages/ditto/protocol/examples/things/generated/events/featurepropertycreated.md inflating: pages/ditto/protocol/examples/things/generated/events/featurepropertydeleted.md inflating: pages/ditto/protocol/examples/things/generated/events/featurepropertymodified.md inflating: pages/ditto/protocol/examples/things/generated/events/featurescreated.md inflating: pages/ditto/protocol/examples/things/generated/events/featuresdeleted.md inflating: pages/ditto/protocol/examples/things/generated/events/featuresmodified.md inflating: pages/ditto/protocol/examples/things/generated/events/mergedattribute.md inflating: pages/ditto/protocol/examples/things/generated/events/mergedattributes.md inflating: pages/ditto/protocol/examples/things/generated/events/mergeddeleteattribute.md inflating: pages/ditto/protocol/examples/things/generated/events/mergeddeleteattributes.md inflating: pages/ditto/protocol/examples/things/generated/events/mergeddeletefeature.md inflating: pages/ditto/protocol/examples/things/generated/events/mergeddeletefeaturedefinition.md inflating: pages/ditto/protocol/examples/things/generated/events/mergeddeletefeaturedesiredproperties.md inflating: pages/ditto/protocol/examples/things/generated/events/mergeddeletefeaturedesiredproperty.md inflating: pages/ditto/protocol/examples/things/generated/events/mergeddeletefeatureproperties.md inflating: pages/ditto/protocol/examples/things/generated/events/mergeddeletefeatureproperty.md inflating: pages/ditto/protocol/examples/things/generated/events/mergeddeletefeatures.md inflating: pages/ditto/protocol/examples/things/generated/events/mergeddeletethingdefinition.md inflating: pages/ditto/protocol/examples/things/generated/events/mergedfeature.md inflating: pages/ditto/protocol/examples/things/generated/events/mergedfeaturedefinition.md inflating: pages/ditto/protocol/examples/things/generated/events/mergedfeaturedesiredproperties.md inflating: pages/ditto/protocol/examples/things/generated/events/mergedfeaturedesiredproperty.md inflating: pages/ditto/protocol/examples/things/generated/events/mergedfeatureproperties.md inflating: pages/ditto/protocol/examples/things/generated/events/mergedfeatureproperty.md inflating: pages/ditto/protocol/examples/things/generated/events/mergedfeatures.md inflating: pages/ditto/protocol/examples/things/generated/events/mergedpolicyid.md inflating: pages/ditto/protocol/examples/things/generated/events/mergedthing.md inflating: pages/ditto/protocol/examples/things/generated/events/mergedthingdefinition.md inflating: pages/ditto/protocol/examples/things/generated/events/policyidcreated.md inflating: pages/ditto/protocol/examples/things/generated/events/policyidmodified.md inflating: pages/ditto/protocol/examples/things/generated/events/thingcreated.md inflating: pages/ditto/protocol/examples/things/generated/events/thingdefinitioncreated.md inflating: pages/ditto/protocol/examples/things/generated/events/thingdefinitiondeleted.md inflating: pages/ditto/protocol/examples/things/generated/events/thingdefinitionmodified.md inflating: pages/ditto/protocol/examples/things/generated/events/thingdeleted.md inflating: pages/ditto/protocol/examples/things/generated/events/thingmodified.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_attribute_notfound.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_attribute_notmodifiable.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_attributes_notfound.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_attributes_notmodifiable.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_feature_definition_empty.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_feature_definition_identifier_invalid.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_feature_definition_notfound.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_feature_definition_notmodifiable.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_feature_desired_properties_notfound.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_feature_desired_properties_notmodifiable.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_feature_desired_property_notfound.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_feature_desired_property_notmodifiable.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_feature_notfound.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_feature_notmodifiable.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_feature_properties_notfound.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_feature_properties_notmodifiable.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_feature_property_notfound.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_feature_property_notmodifiable.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_features_notfound.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_features_notmodifiable.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_id_invalid.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_id_notdeletable.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_id_notsettable.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_policyId_notallowed.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_policyId_notdeletable.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_policyId_notmodifiable.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_policy_notallowed.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_thing_conflict.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_thing_notcreatable.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_thing_notdeletable.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_thing_notfound.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_thing_notmodifiable.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_thing_toomanymodifyingrequests.md inflating: pages/ditto/protocol/examples/things/generated/exceptions/things_thing_unavailable.md inflating: slides/2018_02_07-virtualiot-meetup/index.html inflating: slides/2018_05_23-meetup-iot-hessen/index.html inflating: slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg/index.html inflating: slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg/index.html inflating: slides/2020_04_16-ttn-virtual-conference/index.html inflating: slides/2020_07_28-iot-wg-status-update/index.html inflating: slides/2020_10_19-eclipse-iot-wg-community-day/index.html inflating: slides/2021_05_ditto-introduction-deck/index.html inflating: slides/2021_06_ditto-20-overview/index.html inflating: slides/2021_06_ditto-in-20-min/index.html inflating: slides/2021_10_25-eclipse-iot-wg-community-day/index.html inflating: slides/bg-images/background-cloud-small.jpg inflating: slides/bg-images/background-conclusion-small.jpg inflating: slides/bg-images/background-demo-small.jpg inflating: slides/bg-images/background-eagle-small.jpg inflating: slides/bg-images/background-framework-small.jpg inflating: slides/bg-images/background-outlook-small.jpg inflating: slides/bg-images/background-twin-small.jpg inflating: slides/images/Javascript_badge.svg inflating: slides/images/asset-admin-shell.png inflating: slides/images/bosch-iot-things-2020.png inflating: slides/images/bosch-iot-things.png inflating: slides/images/ditto-in-action-2019.png inflating: slides/images/ditto-in-action-2020.png inflating: slides/images/ditto-in-action.png inflating: slides/images/ditto-orchestration-examples.png inflating: slides/images/eclipse_iot_logo.png inflating: slides/images/meme-dino.jpg inflating: slides/images/thjaeckle_400x400.jpg inflating: slides/images/ttn-ditto-via-mqtt.png inflating: slides/images/ttn-hono-ditto.png inflating: slides/images/ttn-logo.png inflating: slides/images/wot.png inflating: wot/ditto-extension.html inflating: wot/ditto-extension.jsonld inflating: wot/ditto-extension.rdf inflating: wot/ditto-extension.ttl inflating: 2017-11-10-welcome-to-ditto.html inflating: 2017-12-18-milestone-announcement-010-M1.html inflating: 2018-01-12-milestone-announcement-010-M3.html inflating: 2018-01-15-example-demonstrating-rest-to-websocket.html inflating: 2018-02-08-feature-definition.html inflating: 2018-02-07-milestone-announcement-020-M1.html inflating: 2018-04-25-connectivity-service.html inflating: 2018-04-26-milestone-announcement-030-M1.html inflating: 2018-05-02-connecting-ditto-hono.html inflating: 2018-06-15-milestone-announcement-030-M2.html inflating: 2018-08-14-milestone-announcement-080-M1.html inflating: 2018-09-21-selective-push-notifications.html inflating: 2018-09-27-milestone-announcement-080-M2.html inflating: 2018-10-16-example-mqtt-bidirectional.html inflating: 2018-11-14-milestone-announcement-080-M3.html inflating: 2018-11-28-release-announcement-080.html inflating: 2018-12-05-example-command-and-control.html inflating: 2019-03-13-kafka-connectivity.html inflating: 2019-03-28-milestone-announcement-090-M1.html inflating: 2019-04-29-milestone-announcement-090-M2.html inflating: 2019-07-10-release-announcement-090.html inflating: 2019-08-28-openid-connect.html inflating: 2019-09-17-milestone-announcement-100-M1a.html inflating: 2019-10-17-http-connectivity.html inflating: 2019-11-04-milestone-announcement-100-M2.html inflating: 2019-12-12-release-announcement-100.html inflating: 2020-04-16-connecting-to-ttn-via-mqtt.html inflating: 2020-04-29-release-announcement-110.html inflating: 2020-08-31-release-announcement-120.html inflating: 2020-09-30-release-announcement-130.html inflating: 2020-10-08-asynchronous-client-creation.html inflating: 2020-10-23-end-2-end-acknowledgment.html inflating: 2020-10-28-release-announcement-140.html inflating: 2020-11-11-desired-properties.html inflating: 2020-11-16-weak-acknowledgements.html inflating: 2020-12-10-release-announcement-150.html inflating: 2021-01-22-policy-subject-activate-token-integration.html inflating: 2021-02-04-merge-feature.html inflating: 2021-03-22-azure-iot-hub-integration.html inflating: 2021-03-31-ssh-tunneling-for-managed-connections.html inflating: 2021-05-06-release-announcement-200.html inflating: 2021-06-17-hmac-credentials.html inflating: 2021-09-23-conditional-requests.html inflating: 2021-09-27-release-announcement-210.html inflating: 2021-09-29-kafka-connectivity.html inflating: 2021-11-03-oauth2.html inflating: 2021-11-22-release-announcement-220.html inflating: 2021-12-20-http-live-channel.html inflating: 2021-12-22-live-channel-condition.html inflating: 2022-01-21-release-announcement-230.html inflating: 2022-03-03-wot-integration.html inflating: 2022-04-14-release-announcement-240.html inflating: 2022-07-12-reactive-mqtt.html [Pipeline] sh + unzip -o ../ditto-release-2.4/documentation/target/ditto-documentation-0-SNAPSHOT-site.zip -d 2.4 Archive: ../ditto-release-2.4/documentation/target/ditto-documentation-0-SNAPSHOT-site.zip creating: 2.4/architecture/ creating: 2.4/pages/ creating: 2.4/pages/ditto/ creating: 2.4/pages/ditto/protocol/ creating: 2.4/pages/ditto/protocol/examples/ creating: 2.4/pages/ditto/protocol/examples/connections/ creating: 2.4/pages/ditto/protocol/examples/connections/generated/ creating: 2.4/pages/ditto/protocol/examples/connections/generated/announcements/ creating: 2.4/pages/ditto/protocol/examples/policies/ creating: 2.4/pages/ditto/protocol/examples/policies/generated/ creating: 2.4/pages/ditto/protocol/examples/policies/generated/announcements/ creating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/ creating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/ creating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/query/ creating: 2.4/pages/ditto/protocol/examples/policies/generated/exceptions/ creating: 2.4/pages/ditto/protocol/examples/search/ creating: 2.4/pages/ditto/protocol/examples/search/generated/ creating: 2.4/pages/ditto/protocol/examples/search/generated/commands/ creating: 2.4/pages/ditto/protocol/examples/search/generated/events/ creating: 2.4/pages/ditto/protocol/examples/search/generated/exceptions/ creating: 2.4/pages/ditto/protocol/examples/things/ creating: 2.4/pages/ditto/protocol/examples/things/generated/ creating: 2.4/pages/ditto/protocol/examples/things/generated/commands/ creating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/ creating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/ creating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/ creating: 2.4/pages/ditto/protocol/examples/things/generated/events/ creating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/ inflating: 2.4/404.html inflating: 2.4/advanced-data-by-pass.html inflating: 2.4/architecture-overview.html inflating: 2.4/architecture-services-concierge.html inflating: 2.4/architecture-services-connectivity.html inflating: 2.4/architecture-services-gateway.html inflating: 2.4/architecture-services-policies.html inflating: 2.4/architecture-services-things-search.html inflating: 2.4/architecture-services-things.html inflating: 2.4/basic-acknowledgements.html inflating: 2.4/basic-apis.html inflating: 2.4/basic-auth.html inflating: 2.4/basic-changenotifications.html inflating: 2.4/basic-conditional-requests.html inflating: 2.4/basic-connections.html inflating: 2.4/basic-enrichment.html inflating: 2.4/basic-errors.html inflating: 2.4/basic-feature.html inflating: 2.4/basic-messages.html inflating: 2.4/basic-metadata.html inflating: 2.4/basic-namespaces-and-names.html inflating: 2.4/basic-overview.html inflating: 2.4/basic-placeholders.html inflating: 2.4/basic-policy.html inflating: 2.4/basic-rql.html inflating: 2.4/basic-search.html inflating: 2.4/basic-signals-announcement.html inflating: 2.4/basic-signals-command.html inflating: 2.4/basic-signals-commandresponse.html inflating: 2.4/basic-signals-errorresponse.html inflating: 2.4/basic-signals-event.html inflating: 2.4/basic-signals.html inflating: 2.4/basic-thing.html inflating: 2.4/basic-wot-integration-example.html inflating: 2.4/basic-wot-integration.html inflating: 2.4/blog.html inflating: 2.4/blog_archive.html inflating: 2.4/client-sdk-java.html inflating: 2.4/client-sdk-javascript.html inflating: 2.4/client-sdk-overview.html inflating: 2.4/connectivity-header-mapping.html inflating: 2.4/connectivity-hmac-signing.html inflating: 2.4/connectivity-manage-connections.html inflating: 2.4/connectivity-mapping.html inflating: 2.4/connectivity-overview.html inflating: 2.4/connectivity-protocol-bindings-amqp091.html inflating: 2.4/connectivity-protocol-bindings-amqp10.html inflating: 2.4/connectivity-protocol-bindings-http.html inflating: 2.4/connectivity-protocol-bindings-kafka2.html inflating: 2.4/connectivity-protocol-bindings-mqtt.html inflating: 2.4/connectivity-protocol-bindings-mqtt5.html inflating: 2.4/connectivity-ssh-tunneling.html inflating: 2.4/connectivity-tls-certificates.html inflating: 2.4/feed.xml inflating: 2.4/feedback.html inflating: 2.4/glossary.html inflating: 2.4/http-api-doc.html inflating: 2.4/httpapi-concepts.html inflating: 2.4/httpapi-messages.html inflating: 2.4/httpapi-overview.html inflating: 2.4/httpapi-protocol-bindings-cloudevents.html inflating: 2.4/httpapi-protocol-bindings-websocket.html inflating: 2.4/httpapi-search.html inflating: 2.4/httpapi-sse.html inflating: 2.4/index.html inflating: 2.4/installation-building.html inflating: 2.4/installation-operating.html inflating: 2.4/installation-running.html inflating: 2.4/intro-digitaltwins.html inflating: 2.4/intro-hello-world.html inflating: 2.4/intro-overview.html inflating: 2.4/presentations.html inflating: 2.4/protocol-bindings.html inflating: 2.4/protocol-examples-connections-announcement-closed.html inflating: 2.4/protocol-examples-connections-announcement-opened.html inflating: 2.4/protocol-examples-createattribute.html inflating: 2.4/protocol-examples-createattributes.html inflating: 2.4/protocol-examples-createdefinition.html inflating: 2.4/protocol-examples-createdesiredproperties.html inflating: 2.4/protocol-examples-createdesiredproperty.html inflating: 2.4/protocol-examples-createfeature.html inflating: 2.4/protocol-examples-createfeatures.html inflating: 2.4/protocol-examples-createproperties.html inflating: 2.4/protocol-examples-createproperty.html inflating: 2.4/protocol-examples-creatething.html inflating: 2.4/protocol-examples-createthingdefinition.html inflating: 2.4/protocol-examples-deleteattribute.html inflating: 2.4/protocol-examples-deleteattributes.html inflating: 2.4/protocol-examples-deletedefinition.html inflating: 2.4/protocol-examples-deletedesiredproperties.html inflating: 2.4/protocol-examples.html inflating: 2.4/protocol-examples-deletedesiredproperty.html inflating: 2.4/protocol-examples-deletefeature.html inflating: 2.4/protocol-examples-deletefeatures.html inflating: 2.4/protocol-examples-deleteproperties.html inflating: 2.4/protocol-examples-deleteproperty.html inflating: 2.4/protocol-examples-deletething.html inflating: 2.4/protocol-examples-deletethingdefinition.html inflating: 2.4/protocol-examples-errorresponses.html inflating: 2.4/protocol-examples-mergeattribute.html inflating: 2.4/protocol-examples-mergeattributes.html inflating: 2.4/protocol-examples-mergedesiredproperties.html inflating: 2.4/protocol-examples-mergedesiredproperty.html inflating: 2.4/protocol-examples-mergefeature.html inflating: 2.4/protocol-examples-mergefeaturedefinition.html inflating: 2.4/protocol-examples-mergefeatures.html inflating: 2.4/protocol-examples-mergepolicyid.html inflating: 2.4/protocol-examples-mergeproperties.html inflating: 2.4/protocol-examples-mergeproperty.html inflating: 2.4/protocol-examples-mergething.html inflating: 2.4/protocol-examples-mergethingdefinition.html inflating: 2.4/protocol-examples-modifyattribute.html inflating: 2.4/protocol-examples-modifyattributes.html inflating: 2.4/protocol-examples-modifydefinition.html inflating: 2.4/protocol-examples-modifydesiredproperties.html inflating: 2.4/protocol-examples-modifydesiredproperty.html inflating: 2.4/protocol-examples-modifyfeature.html inflating: 2.4/protocol-examples-modifyfeatures.html inflating: 2.4/protocol-examples-modifypolicyid.html inflating: 2.4/protocol-examples-modifyproperties.html inflating: 2.4/protocol-examples-modifyproperty.html inflating: 2.4/protocol-examples-modifything.html inflating: 2.4/protocol-examples-modifythingdefinition.html inflating: 2.4/protocol-examples-policies-announcement-subjectDeletion.html inflating: 2.4/protocol-examples-policies-createpolicy.html inflating: 2.4/protocol-examples-policies-createpolicyentry.html inflating: 2.4/protocol-examples-policies-createresource.html inflating: 2.4/protocol-examples-policies-createsubject.html inflating: 2.4/protocol-examples-policies-deletepolicy.html inflating: 2.4/protocol-examples-policies-deletepolicyentry.html inflating: 2.4/protocol-examples-policies-deleteresource.html inflating: 2.4/protocol-examples-policies-deletesubject.html inflating: 2.4/protocol-examples-policies-errorresponses.html inflating: 2.4/protocol-examples-policies-modifypolicy.html inflating: 2.4/protocol-examples-policies-modifypolicyentries.html inflating: 2.4/protocol-examples-policies-modifypolicyentry.html inflating: 2.4/protocol-examples-policies-modifyresource.html inflating: 2.4/protocol-examples-policies-modifyresources.html inflating: 2.4/protocol-examples-policies-modifysubject.html inflating: 2.4/protocol-examples-policies-modifysubjects.html inflating: 2.4/protocol-examples-policies-retrievepolicy.html inflating: 2.4/protocol-examples-policies-retrievepolicyentries.html inflating: 2.4/protocol-examples-policies-retrievepolicyentry.html inflating: 2.4/protocol-examples-policies-retrieveresource.html inflating: 2.4/protocol-examples-policies-retrieveresources.html inflating: 2.4/protocol-examples-policies-retrievesubject.html inflating: 2.4/protocol-examples-policies-retrievesubjects.html inflating: 2.4/protocol-examples-retrieveattribute.html inflating: 2.4/protocol-examples-retrieveattributes.html inflating: 2.4/protocol-examples-retrievedefinition.html inflating: 2.4/protocol-examples-retrievedesiredproperties.html inflating: 2.4/protocol-examples-retrievedesiredproperty.html inflating: 2.4/protocol-examples-retrievefeature.html inflating: 2.4/protocol-examples-retrievefeatures.html inflating: 2.4/protocol-examples-retrieveproperties.html inflating: 2.4/protocol-examples-retrieveproperty.html inflating: 2.4/protocol-examples-retrievething.html inflating: 2.4/protocol-examples-retrievethingdefinition.html inflating: 2.4/protocol-examples-retrievethings.html inflating: 2.4/protocol-examples-search.html inflating: 2.4/sandbox.html inflating: 2.4/protocol-overview.html inflating: 2.4/protocol-specification-acks.html inflating: 2.4/protocol-specification-connections-announcement.html inflating: 2.4/protocol-specification-connections.html inflating: 2.4/protocol-specification-errors.html inflating: 2.4/protocol-specification-policies-announcement.html inflating: 2.4/protocol-specification-policies-create-or-modify.html inflating: 2.4/protocol-specification-policies-delete.html inflating: 2.4/protocol-specification-policies-retrieve.html inflating: 2.4/protocol-specification-policies.html inflating: 2.4/protocol-specification-things-create-or-modify.html inflating: 2.4/protocol-specification-things-delete.html inflating: 2.4/protocol-specification-things-merge.html inflating: 2.4/protocol-specification-things-messages.html inflating: 2.4/protocol-specification-things-retrieve.html inflating: 2.4/protocol-specification-things-search.html inflating: 2.4/protocol-specification-things.html inflating: 2.4/protocol-specification-topic.html inflating: 2.4/protocol-specification.html inflating: 2.4/protocol-twinlive.html inflating: 2.4/release_notes_010-M1.html inflating: 2.4/release_notes_010-M3.html inflating: 2.4/release_notes_020-M1.html inflating: 2.4/release_notes_030-M1.html inflating: 2.4/release_notes_030-M2.html inflating: 2.4/release_notes_080.html inflating: 2.4/release_notes_080-M1.html inflating: 2.4/release_notes_080-M2.html inflating: 2.4/release_notes_080-M3.html inflating: 2.4/release_notes_090.html inflating: 2.4/release_notes_090-M1.html inflating: 2.4/release_notes_090-M2.html inflating: 2.4/release_notes_100.html inflating: 2.4/release_notes_100-M1a.html inflating: 2.4/release_notes_100-M2.html inflating: 2.4/release_notes_110.html inflating: 2.4/release_notes_111.html inflating: 2.4/release_notes_112.html inflating: 2.4/release_notes_113.html inflating: 2.4/release_notes_115.html inflating: 2.4/release_notes_120.html inflating: 2.4/release_notes_121.html inflating: 2.4/release_notes_130.html inflating: 2.4/release_notes_140.html inflating: 2.4/release_notes_150.html inflating: 2.4/release_notes_151.html inflating: 2.4/release_notes_200.html inflating: 2.4/release_notes_201.html inflating: 2.4/release_notes_210.html inflating: 2.4/release_notes_211.html inflating: 2.4/release_notes_212.html inflating: 2.4/release_notes_213.html inflating: 2.4/release_notes_220.html inflating: 2.4/release_notes_221.html inflating: 2.4/release_notes_222.html inflating: 2.4/release_notes_230.html inflating: 2.4/release_notes_231.html inflating: 2.4/release_notes_232.html inflating: 2.4/release_notes_240.html inflating: 2.4/release_notes_241.html inflating: 2.4/release_notes_242.html inflating: 2.4/search.json inflating: 2.4/sitemap.xml inflating: 2.4/tag_advanced.html inflating: 2.4/tag_architecture.html inflating: 2.4/tag_blog.html inflating: 2.4/tag_client_sdk.html inflating: 2.4/tag_connectivity.html inflating: 2.4/tag_getting_started.html inflating: 2.4/tag_http.html inflating: 2.4/tag_installation.html inflating: 2.4/tag_model.html inflating: 2.4/tag_news.html inflating: 2.4/tag_protocol.html inflating: 2.4/tag_release_notes.html inflating: 2.4/tag_rql.html inflating: 2.4/tag_search.html inflating: 2.4/tag_signal.html inflating: 2.4/tag_troubleshooting.html inflating: 2.4/tag_wot.html inflating: 2.4/robots.txt inflating: 2.4/Gemfile_ inflating: 2.4/architecture/DADR-0001-record-architecture-decisions.md inflating: 2.4/architecture/DADR-0002-replace-akka-pubsub-for-event-publishing.md inflating: 2.4/architecture/DADR-0003-do-not-interrupt-threads.md inflating: 2.4/architecture/DADR-0004-signal-enrichment.md inflating: 2.4/architecture/DADR-0005-semantic-versioning.md inflating: 2.4/architecture/DADR-0006-merge-payload.md inflating: 2.4/css/boxshadowproperties.css inflating: 2.4/css/customstyles.css inflating: 2.4/css/modern-business.css inflating: 2.4/css/printstyles.css inflating: 2.4/css/swagger.css inflating: 2.4/css/syntax.css inflating: 2.4/css/theme-blue.css inflating: 2.4/css/theme-ditto.css inflating: 2.4/css/theme-green.css inflating: 2.4/docson/LICENSE inflating: 2.4/docson/README.md inflating: 2.4/docson/bower.json inflating: 2.4/docson/css/docson.css inflating: 2.4/docson/docson-swagger.js inflating: 2.4/docson/docson.js inflating: 2.4/docson/index.html inflating: 2.4/docson/lib/handlebars.js inflating: 2.4/docson/lib/highlight.js inflating: 2.4/docson/lib/jquery.js inflating: 2.4/docson/lib/jsonpointer.js inflating: 2.4/docson/lib/marked.js inflating: 2.4/docson/lib/require.js inflating: 2.4/docson/lib/traverse.js inflating: 2.4/docson/templates/box.html inflating: 2.4/docson/templates/signature.html inflating: 2.4/docson/widget.js inflating: 2.4/files/migration_mongodb_0.8.0-M2_0.8.0-M3.js inflating: 2.4/files/migration_mongodb_1.0.0.js inflating: 2.4/google459c4cca88b3ce46.html inflating: 2.4/images/2020-04-16-Logo_TTVC_color.png inflating: 2.4/images/GitHub-Mark-Light-32px.png inflating: 2.4/images/blog/2018-05-02-ditto-hono-digital-twin.png inflating: 2.4/images/blog/2018-09-21-selective-push-notifications-example-setup.png inflating: 2.4/images/blog/2018-09-21-selective-push-notifications-visual-comparison.png inflating: 2.4/images/blog/2018-09-21-selective-push-notifications-websocket_org.png inflating: 2.4/images/blog/2018-12-14-command-and-control.png inflating: 2.4/images/blog/2021-03-22-azure-iot-hub-integration-overview.png inflating: 2.4/images/blog/2021-04-06-ssh-tunnel-for-managed-connections-shema.png inflating: 2.4/images/ditto-overview-1.png inflating: 2.4/images/ditto-super-1.png inflating: 2.4/images/ditto.svg inflating: 2.4/images/ditto_allwhite_symbolonly.svg inflating: 2.4/images/ditto_allwhite_textonly.svg inflating: 2.4/images/ditto_symbolonly.svg inflating: 2.4/images/ditto_textonly.svg inflating: 2.4/images/eclipse_foundation_logo.svg inflating: 2.4/images/favicon-16x16.png inflating: 2.4/images/favicon-32x32.png inflating: 2.4/images/favicon-96x96.png inflating: 2.4/images/iot_logo.svg inflating: 2.4/images/pages/advanced/data-by-pass-architectural-design.jpg inflating: 2.4/images/pages/architecture/context-overview-initial.png inflating: 2.4/images/pages/architecture/context-overview.png inflating: 2.4/images/pages/basic/ditto-class-diagram-v2.png inflating: 2.4/images/pages/basic/ditto-messages.png inflating: 2.4/images/pages/basic/ditto-thing-feature-definition-model.png inflating: 2.4/images/pages/basic/ditto-thing-feature.png inflating: 2.4/images/pages/basic/policy-example-2.png inflating: 2.4/images/pages/basic/policy-example.png inflating: 2.4/images/pages/protocol/ditto-live-channel.png inflating: 2.4/images/pages/protocol/ditto-twin-channel.png inflating: 2.4/js/customscripts.js inflating: 2.4/js/toc.js inflating: 2.4/jsonschema/connection.json inflating: 2.4/jsonschema/error.json inflating: 2.4/jsonschema/feature_v2.json inflating: 2.4/jsonschema/piggyback-command.json inflating: 2.4/jsonschema/policy.json inflating: 2.4/jsonschema/protocol-ack.json inflating: 2.4/jsonschema/protocol-acks.json inflating: 2.4/jsonschema/protocol-announcement.json inflating: 2.4/jsonschema/protocol-envelope.json inflating: 2.4/jsonschema/protocol-error_response.json inflating: 2.4/jsonschema/protocol-response.json inflating: 2.4/jsonschema/protocol-search-failed-payload.json inflating: 2.4/jsonschema/protocol-search-next-payload.json inflating: 2.4/jsonschema/protocol-search-request-payload.json inflating: 2.4/jsonschema/protocol-search-subscribe-payload.json inflating: 2.4/jsonschema/protocol-search-subscriptionid.json inflating: 2.4/jsonschema/thing_v2.json inflating: 2.4/openapi/README.md inflating: 2.4/openapi/ditto-api-2.yml inflating: 2.4/openapi/sources/api-2-index.yml inflating: 2.4/openapi/sources/package-lock.json inflating: 2.4/openapi/sources/package.json inflating: 2.4/openapi/sources/parameters/allowPolicyLockoutParam.yml inflating: 2.4/openapi/sources/parameters/attributePathPathParam.yml inflating: 2.4/openapi/sources/parameters/attributesFieldsQueryParam.yml inflating: 2.4/openapi/sources/parameters/channelParam.yml inflating: 2.4/openapi/sources/parameters/channelParamPutDescription.yml inflating: 2.4/openapi/sources/parameters/conditionParam.yml inflating: 2.4/openapi/sources/parameters/desiredPropertiesFieldsQueryParam.yml inflating: 2.4/openapi/sources/parameters/featureFieldsQueryParam.yml inflating: 2.4/openapi/sources/parameters/featureIdPathPathParam.yml inflating: 2.4/openapi/sources/parameters/featuresFieldsQueryParam.yml inflating: 2.4/openapi/sources/parameters/ifMatchHeaderParam.yml inflating: 2.4/openapi/sources/parameters/ifMatchHeaderParamHash.yml inflating: 2.4/openapi/sources/parameters/ifNoneMatchHeaderParam.yml inflating: 2.4/openapi/sources/parameters/labelPathParam.yml inflating: 2.4/openapi/sources/parameters/liveChannelConditionParam.yml inflating: 2.4/openapi/sources/parameters/liveChannelTimeoutStrategyParam.yml inflating: 2.4/openapi/sources/parameters/liveMessageRequestedAcksParam.yml inflating: 2.4/openapi/sources/parameters/messageClaimTimeoutParam.yml inflating: 2.4/openapi/sources/parameters/messageSubjectPathParam.yml inflating: 2.4/openapi/sources/parameters/messageTimeoutParam.yml inflating: 2.4/openapi/sources/parameters/namespacesFilter.yml inflating: 2.4/openapi/sources/parameters/policyFieldsQueryParam.yml inflating: 2.4/openapi/sources/parameters/policyIdPathParam.yml inflating: 2.4/openapi/sources/parameters/propertiesFieldsQueryParam.yml inflating: 2.4/openapi/sources/parameters/propertyPathPathParam.yml inflating: 2.4/openapi/sources/parameters/putMetadataParam.yml inflating: 2.4/openapi/sources/parameters/requestedAcksParam.yml inflating: 2.4/openapi/sources/parameters/resourcePathPathParam.yml inflating: 2.4/openapi/sources/parameters/responseRequiredParam.yml inflating: 2.4/openapi/sources/parameters/searchFilter.yml inflating: 2.4/openapi/sources/parameters/subjectIdPathParam.yml inflating: 2.4/openapi/sources/parameters/thingFieldsQueryParam.yml inflating: 2.4/openapi/sources/parameters/thingIdPathParam.yml inflating: 2.4/openapi/sources/parameters/timeoutParam.yml inflating: 2.4/openapi/sources/paths/cloudevents/cloudevents.yml inflating: 2.4/openapi/sources/paths/features/definition.yml inflating: 2.4/openapi/sources/paths/features/desiredProperties.yml inflating: 2.4/openapi/sources/paths/features/desiredProperty.yml inflating: 2.4/openapi/sources/paths/features/feature.yml inflating: 2.4/openapi/sources/paths/features/index.yml inflating: 2.4/openapi/sources/paths/features/properties.yml inflating: 2.4/openapi/sources/paths/features/property.yml inflating: 2.4/openapi/sources/paths/messages/feature-inbox-message.yml inflating: 2.4/openapi/sources/paths/messages/feature-outbox-message.yml inflating: 2.4/openapi/sources/paths/messages/inbox-claim.yml inflating: 2.4/openapi/sources/paths/messages/inbox-message.yml inflating: 2.4/openapi/sources/paths/messages/outbox-message.yml inflating: 2.4/openapi/sources/paths/policies/activateTokenIntegration.yml inflating: 2.4/openapi/sources/paths/policies/activateTokenIntegrationForEntry.yml inflating: 2.4/openapi/sources/paths/policies/deactivateTokenIntegration.yml inflating: 2.4/openapi/sources/paths/policies/deactivateTokenIntegrationForEntry.yml inflating: 2.4/openapi/sources/paths/policies/entries.yml inflating: 2.4/openapi/sources/paths/policies/entry.yml inflating: 2.4/openapi/sources/paths/policies/policy.yml inflating: 2.4/openapi/sources/paths/policies/resource.yml inflating: 2.4/openapi/sources/paths/policies/resources.yml inflating: 2.4/openapi/sources/paths/policies/subject.yml inflating: 2.4/openapi/sources/paths/policies/subjects.yml inflating: 2.4/openapi/sources/paths/search/things-count.yml inflating: 2.4/openapi/sources/paths/search/things.yml inflating: 2.4/openapi/sources/paths/things/attribute.yml inflating: 2.4/openapi/sources/paths/things/attributes.yml inflating: 2.4/openapi/sources/paths/things/definition.yml inflating: 2.4/openapi/sources/paths/things/index.yml inflating: 2.4/openapi/sources/paths/things/policyId.yml inflating: 2.4/openapi/sources/paths/things/thing.yml inflating: 2.4/openapi/sources/paths/whoami/index.yml inflating: 2.4/openapi/sources/requests/attributes.yml inflating: 2.4/openapi/sources/requests/definition.yml inflating: 2.4/openapi/sources/requests/dittoProtocol.yml inflating: 2.4/openapi/sources/requests/patchValue.yml inflating: 2.4/openapi/sources/requests/payload.yml inflating: 2.4/openapi/sources/requests/policies/actions/activateTokenIntegration.yml inflating: 2.4/openapi/sources/requests/value.yml inflating: 2.4/openapi/sources/responses/dependencyFailed.yml inflating: 2.4/openapi/sources/responses/entityTooLarge.yml inflating: 2.4/openapi/sources/responses/messageTooLarge.yml inflating: 2.4/openapi/sources/responses/notModified.yml inflating: 2.4/openapi/sources/responses/preconditionFailed.yml inflating: 2.4/openapi/sources/schemas/acknowledgements/acknowledgement.yml inflating: 2.4/openapi/sources/schemas/acknowledgements/acknowledgements.yml inflating: 2.4/openapi/sources/schemas/errors/advancedError.yml inflating: 2.4/openapi/sources/schemas/errors/error.yml inflating: 2.4/openapi/sources/schemas/features/feature.yml inflating: 2.4/openapi/sources/schemas/features/featureDefinition.yml inflating: 2.4/openapi/sources/schemas/features/featureDesiredProperties.yml inflating: 2.4/openapi/sources/schemas/features/featureProperties.yml inflating: 2.4/openapi/sources/schemas/features/features.yml inflating: 2.4/openapi/sources/schemas/policies/newPolicy.yml inflating: 2.4/openapi/sources/schemas/policies/permission.yml inflating: 2.4/openapi/sources/schemas/policies/policy.yml inflating: 2.4/openapi/sources/schemas/policies/policyEntries.yml inflating: 2.4/openapi/sources/schemas/policies/policyEntry.yml inflating: 2.4/openapi/sources/schemas/policies/resourceEntry.yml inflating: 2.4/openapi/sources/schemas/policies/resources.yml inflating: 2.4/openapi/sources/schemas/policies/subjectAnnouncement.yml inflating: 2.4/openapi/sources/schemas/policies/subjectEntry.yml inflating: 2.4/openapi/sources/schemas/policies/subjects.yml inflating: 2.4/openapi/sources/schemas/search/searchResultThings.yml inflating: 2.4/openapi/sources/schemas/things/attributes.yml inflating: 2.4/openapi/sources/schemas/things/definition.yml inflating: 2.4/openapi/sources/schemas/things/newThing.yml inflating: 2.4/openapi/sources/schemas/things/patchThing.yml inflating: 2.4/openapi/sources/schemas/things/thing.yml inflating: 2.4/openapi/sources/schemas/whoami/whoami.yml inflating: 2.4/openapi/sources/schemas/whoami/whoamiSubject.yml inflating: 2.4/openapi/sources/schemas/wot-thingDescription.yml inflating: 2.4/openapi/sources/security/bearerAuth.yml inflating: 2.4/openapi/sources/security/google.yml inflating: 2.4/openapi/sources/security/nginxBasic.yml inflating: 2.4/pages/ditto/protocol/examples/connections/generated/announcements/closedConnection.md inflating: 2.4/pages/ditto/protocol/examples/connections/generated/announcements/openedConnection.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/announcements/subjectDeletion.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/createpolicy.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/createpolicyresponse.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/deletepolicy.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/deletepolicyentry.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/deletepolicyentryresponse.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/deletepolicyresponse.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/deleteresource.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/deleteresourceresponse.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/deletesubject.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/deletesubjectresponse.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicy.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyentries.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyentriesresponse.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyentry.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyentryresponse.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyentryresponsecreated.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyresponse.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyresponsecreated.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/modifyresource.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/modifyresourceresponse.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/modifyresourceresponsecreated.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/modifyresources.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/modifyresourcesresponse.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/modifysubject.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/modifysubjectresponse.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/modifysubjectresponsecreated.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/modifysubjects.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/modify/modifysubjectsresponse.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicy-withfieldselector.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicy.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicyentries.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicyentriesresponse.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicyentry.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicyentryresponse.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicyresponse.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/query/retrieveresource.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/query/retrieveresourceresponse.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/query/retrieveresources.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/query/retrieveresourcesresponse.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/query/retrievesubject.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/query/retrievesubjectresponse.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/query/retrievesubjects.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/commands/query/retrievesubjectsresponse.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/exceptions/policies_entry_invalid.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/exceptions/policies_entry_modificationinvalid.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/exceptions/policies_entry_notfound.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/exceptions/policies_entry_notmodifiable.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/exceptions/policies_id_invalid.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_conflict.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_modificationinvalid.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_notfound.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_notmodifiable.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_toomanymodifyingrequests.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_unavailable.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/exceptions/policies_resource_notfound.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/exceptions/policies_resource_notmodifiable.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/exceptions/policies_resources_notfound.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/exceptions/policies_resources_notmodifiable.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/exceptions/policies_subject_notfound.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/exceptions/policies_subject_notmodifiable.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/exceptions/policies_subjectid_invalid.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/exceptions/policies_subjects_notfound.md inflating: 2.4/pages/ditto/protocol/examples/policies/generated/exceptions/policies_subjects_notmodifiable.md inflating: 2.4/pages/ditto/protocol/examples/search/generated/commands/cancel-subscription-command.md inflating: 2.4/pages/ditto/protocol/examples/search/generated/commands/create-subscription-command.md inflating: 2.4/pages/ditto/protocol/examples/search/generated/commands/request-subscription-command.md inflating: 2.4/pages/ditto/protocol/examples/search/generated/events/subscription-complete-event.md inflating: 2.4/pages/ditto/protocol/examples/search/generated/events/subscription-created-event.md inflating: 2.4/pages/ditto/protocol/examples/search/generated/events/subscription-failed-event.md inflating: 2.4/pages/ditto/protocol/examples/search/generated/events/subscription-has-next-event.md inflating: 2.4/pages/ditto/protocol/examples/search/generated/exceptions/thing-search_search_option_invalid.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergeattribute.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergeattributeresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergeattributes.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergeattributesresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeleteattribute.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeleteattributeresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeleteattributes.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeleteattributesresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeature.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedefinition.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedefinitionresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedesiredproperties.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedesiredpropertiesresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedesiredproperty.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedesiredpropertyresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeatureproperties.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturepropertiesresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeatureproperty.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturepropertyresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeatureresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeatures.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturesresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletethingdefinition.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletethingdefinitionresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeature.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedefinition.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedefinitionresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedesiredproperties.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedesiredpropertiesresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedesiredproperty.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedesiredpropertyresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeatureproperties.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturepropertiesresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeatureproperty.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturepropertyresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeatureresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeatures.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturesresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergepolicyid.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergepolicyidresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergething.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergethingdefinition.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergethingdefinitionresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/merge/mergethingresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/creatething.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/createthingalternatives.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/createthingresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/deleteattribute.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/deleteattributeresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/deleteattributes.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/deleteattributesresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeature.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedefinition.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedefinitionresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedesiredproperties.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedesiredpropertiesresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedesiredproperty.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedesiredpropertyresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeatureproperties.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturepropertiesresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeatureproperty.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturepropertyresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeatureresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeatures.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturesresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/deletething.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/deletethingdefinition.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/deletethingdefinitionresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/deletethingresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifyattribute.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifyattributeresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifyattributeresponsecreated.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifyattributes.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifyattributesresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifyattributesresponsecreated.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeature.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedefinition.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedefinitionresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedefinitionresponsecreated.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredproperties.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredpropertiesresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredpropertiesresponsecreated.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredproperty.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredpropertyresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredpropertyresponsecreated.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeatureproperties.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturepropertiesresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturepropertiesresponsecreated.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeatureproperty.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturepropertyresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturepropertyresponsecreated.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeatureresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeatureresponsecreated.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeatures.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturesresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturesresponsecreated.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifypolicyid.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifypolicyidresponsecreated.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifypolicyidresponsemodified.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifything.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifythingalternatives.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifythingdefinition.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifythingdefinitionresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifythingdefinitionresponsecreated.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifythingresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/modify/modifythingresponsecreated.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrieveattribute.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrieveattributeresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrieveattributes-selectedfields.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrieveattributes.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrieveattributesresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeature.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedefinition.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedefinitionresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedesiredproperties-selectedfields.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedesiredproperties.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedesiredpropertiesresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedesiredproperty.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedesiredpropertyresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeatureproperties-selectedfields.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeatureproperties.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturepropertiesresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeatureproperty.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturepropertyresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeatureresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeatures.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturesresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrievepolicyid.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrievepolicyidresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrievething-withfieldselector.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrievething-withsnapshotrevision.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrievething.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrievethingdefinition.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrievethingdefinitionresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrievethingresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrievethings-withfieldselector.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrievethings.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/commands/query/retrievethingsresponse.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/attributecreated.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/attributedeleted.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/attributemodified.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/attributescreated.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/attributesdeleted.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/attributesmodified.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/featurecreated.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/featuredefinitioncreated.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/featuredefinitiondeleted.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/featuredefinitionmodified.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/featuredeleted.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertiescreated.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertiesdeleted.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertiesmodified.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertycreated.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertydeleted.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertymodified.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/featuremodified.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/featurepropertiescreated.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/featurepropertiesdeleted.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/featurepropertiesmodified.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/featurepropertycreated.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/featurepropertydeleted.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/featurepropertymodified.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/featurescreated.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/featuresdeleted.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/featuresmodified.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/mergedattribute.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/mergedattributes.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/mergeddeleteattribute.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/mergeddeleteattributes.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/mergeddeletefeature.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/mergeddeletefeaturedefinition.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/mergeddeletefeaturedesiredproperties.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/mergeddeletefeaturedesiredproperty.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/mergeddeletefeatureproperties.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/mergeddeletefeatureproperty.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/mergeddeletefeatures.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/mergeddeletethingdefinition.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/mergedfeature.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/mergedfeaturedefinition.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/mergedfeaturedesiredproperties.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/mergedfeaturedesiredproperty.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/mergedfeatureproperties.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/mergedfeatureproperty.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/mergedfeatures.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/mergedpolicyid.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/mergedthing.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/mergedthingdefinition.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/policyidcreated.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/policyidmodified.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/thingcreated.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/thingdefinitioncreated.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/thingdefinitiondeleted.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/thingdefinitionmodified.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/thingdeleted.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/events/thingmodified.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_attribute_notfound.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_attribute_notmodifiable.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_attributes_notfound.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_attributes_notmodifiable.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_definition_empty.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_definition_identifier_invalid.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_definition_notfound.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_definition_notmodifiable.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_desired_properties_notfound.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_desired_properties_notmodifiable.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_desired_property_notfound.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_desired_property_notmodifiable.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_notfound.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_notmodifiable.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_properties_notfound.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_properties_notmodifiable.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_property_notfound.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_property_notmodifiable.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_features_notfound.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_features_notmodifiable.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_id_invalid.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_id_notdeletable.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_id_notsettable.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_policyId_notallowed.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_policyId_notdeletable.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_policyId_notmodifiable.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_policy_notallowed.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_thing_conflict.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_thing_notcreatable.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_thing_notdeletable.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_thing_notfound.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_thing_notmodifiable.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_thing_toomanymodifyingrequests.md inflating: 2.4/pages/ditto/protocol/examples/things/generated/exceptions/things_thing_unavailable.md inflating: 2.4/slides/2018_02_07-virtualiot-meetup/index.html inflating: 2.4/slides/2018_05_23-meetup-iot-hessen/index.html inflating: 2.4/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg/index.html inflating: 2.4/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg/index.html inflating: 2.4/slides/2020_04_16-ttn-virtual-conference/index.html inflating: 2.4/slides/2020_07_28-iot-wg-status-update/index.html inflating: 2.4/slides/2020_10_19-eclipse-iot-wg-community-day/index.html inflating: 2.4/slides/2021_05_ditto-introduction-deck/index.html inflating: 2.4/slides/2021_06_ditto-20-overview/index.html inflating: 2.4/slides/2021_06_ditto-in-20-min/index.html inflating: 2.4/slides/2021_10_25-eclipse-iot-wg-community-day/index.html inflating: 2.4/slides/bg-images/background-cloud-small.jpg inflating: 2.4/slides/bg-images/background-conclusion-small.jpg inflating: 2.4/slides/bg-images/background-demo-small.jpg inflating: 2.4/slides/bg-images/background-eagle-small.jpg inflating: 2.4/slides/bg-images/background-framework-small.jpg inflating: 2.4/slides/bg-images/background-outlook-small.jpg inflating: 2.4/slides/bg-images/background-twin-small.jpg inflating: 2.4/slides/images/Javascript_badge.svg inflating: 2.4/slides/images/asset-admin-shell.png inflating: 2.4/slides/images/bosch-iot-things-2020.png inflating: 2.4/slides/images/bosch-iot-things.png inflating: 2.4/slides/images/ditto-in-action-2019.png inflating: 2.4/slides/images/ditto-in-action-2020.png inflating: 2.4/slides/images/ditto-in-action.png inflating: 2.4/slides/images/ditto-orchestration-examples.png inflating: 2.4/slides/images/eclipse_iot_logo.png inflating: 2.4/slides/images/meme-dino.jpg inflating: 2.4/slides/images/thjaeckle_400x400.jpg inflating: 2.4/slides/images/ttn-ditto-via-mqtt.png inflating: 2.4/slides/images/ttn-hono-ditto.png inflating: 2.4/slides/images/ttn-logo.png inflating: 2.4/slides/images/wot.png inflating: 2.4/2017-11-10-welcome-to-ditto.html inflating: 2.4/2017-12-18-milestone-announcement-010-M1.html inflating: 2.4/2018-01-12-milestone-announcement-010-M3.html inflating: 2.4/2018-01-15-example-demonstrating-rest-to-websocket.html inflating: 2.4/2018-02-07-milestone-announcement-020-M1.html inflating: 2.4/2018-02-08-feature-definition.html inflating: 2.4/2018-04-25-connectivity-service.html inflating: 2.4/2018-04-26-milestone-announcement-030-M1.html inflating: 2.4/2018-05-02-connecting-ditto-hono.html inflating: 2.4/2018-06-15-milestone-announcement-030-M2.html inflating: 2.4/2018-08-14-milestone-announcement-080-M1.html inflating: 2.4/2018-09-21-selective-push-notifications.html inflating: 2.4/2018-09-27-milestone-announcement-080-M2.html inflating: 2.4/2018-10-16-example-mqtt-bidirectional.html inflating: 2.4/2018-11-14-milestone-announcement-080-M3.html inflating: 2.4/2018-11-28-release-announcement-080.html inflating: 2.4/2018-12-05-example-command-and-control.html inflating: 2.4/2019-03-13-kafka-connectivity.html inflating: 2.4/2019-03-28-milestone-announcement-090-M1.html inflating: 2.4/2019-04-29-milestone-announcement-090-M2.html inflating: 2.4/2019-07-10-release-announcement-090.html inflating: 2.4/2019-08-28-openid-connect.html inflating: 2.4/2019-09-17-milestone-announcement-100-M1a.html inflating: 2.4/2019-10-17-http-connectivity.html inflating: 2.4/2019-11-04-milestone-announcement-100-M2.html inflating: 2.4/2019-12-12-release-announcement-100.html inflating: 2.4/2020-04-16-connecting-to-ttn-via-mqtt.html inflating: 2.4/2020-04-29-release-announcement-110.html inflating: 2.4/2020-08-31-release-announcement-120.html inflating: 2.4/2020-09-30-release-announcement-130.html inflating: 2.4/2020-10-08-asynchronous-client-creation.html inflating: 2.4/2020-10-23-end-2-end-acknowledgment.html inflating: 2.4/2020-10-28-release-announcement-140.html inflating: 2.4/2020-11-11-desired-properties.html inflating: 2.4/2020-11-16-weak-acknowledgements.html inflating: 2.4/2020-12-10-release-announcement-150.html inflating: 2.4/2021-01-22-policy-subject-activate-token-integration.html inflating: 2.4/2021-02-04-merge-feature.html inflating: 2.4/2021-03-22-azure-iot-hub-integration.html inflating: 2.4/2021-03-31-ssh-tunneling-for-managed-connections.html inflating: 2.4/2021-05-06-release-announcement-200.html inflating: 2.4/2021-06-17-hmac-credentials.html inflating: 2.4/2021-09-23-conditional-requests.html inflating: 2.4/2021-09-27-release-announcement-210.html inflating: 2.4/2021-09-29-kafka-connectivity.html inflating: 2.4/2021-11-03-oauth2.html inflating: 2.4/2021-11-22-release-announcement-220.html inflating: 2.4/2021-12-20-http-live-channel.html inflating: 2.4/2021-12-22-live-channel-condition.html inflating: 2.4/2022-01-21-release-announcement-230.html inflating: 2.4/2022-03-03-wot-integration.html inflating: 2.4/2022-04-14-release-announcement-240.html [Pipeline] sh + rm -rf '1.*/pages/' [Pipeline] sh + rm -rf '1.*/architecture/' [Pipeline] sh + rm -rf '1.*/feed.xml' [Pipeline] sh + rm -rf '1.*/sitemap.xml' [Pipeline] sh + rm -rf '1.*/Gemfile*' [Pipeline] sh + rm -rf 2.4/pages/ [Pipeline] sh + rm -rf 2.4/architecture/ [Pipeline] sh + rm -rf 2.4/feed.xml [Pipeline] sh + rm -rf 2.4/sitemap.xml [Pipeline] sh + rm -rf 2.4/Gemfile_ [Pipeline] sh + rm -rf ./pages/ [Pipeline] sh + rm -rf ./architecture/ [Pipeline] sh + rm -rf ./Gemfile ./Gemfile.lock [Pipeline] sh + ls -laR .: total 18672 drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:57 . drwxr-sr-x. 8 jenkins 1001020000 124 Sep 7 06:56 .. drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 1.0 drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 1.1 drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 1.2 drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 1.3 drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 1.4 drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 1.5 drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 2.0 -rw-r--r--. 1 jenkins 1001020000 13258 Sep 7 06:55 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13276 Sep 7 06:55 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14339 Sep 7 06:55 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13797 Sep 7 06:55 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14276 Sep 7 06:55 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17555 Sep 7 06:55 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17305 Sep 7 06:55 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13974 Sep 7 06:55 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 91084 Sep 7 06:55 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13845 Sep 7 06:55 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13998 Sep 7 06:55 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26594 Sep 7 06:55 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14082 Sep 7 06:55 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14915 Sep 7 06:55 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14167 Sep 7 06:55 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13769 Sep 7 06:55 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29477 Sep 7 06:55 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13336 Sep 7 06:55 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13926 Sep 7 06:55 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13856 Sep 7 06:55 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14344 Sep 7 06:55 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17441 Sep 7 06:55 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13889 Sep 7 06:55 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15173 Sep 7 06:55 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 14004 Sep 7 06:55 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16502 Sep 7 06:55 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53392 Sep 7 06:55 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15735 Sep 7 06:55 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14544 Sep 7 06:55 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14377 Sep 7 06:55 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17735 Sep 7 06:55 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37372 Sep 7 06:55 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14168 Sep 7 06:55 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24414 Sep 7 06:55 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18309 Sep 7 06:55 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14444 Sep 7 06:55 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29310 Sep 7 06:55 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45095 Sep 7 06:55 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30507 Sep 7 06:55 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23237 Sep 7 06:55 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16777 Sep 7 06:55 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52053 Sep 7 06:55 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34279 Sep 7 06:55 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16608 Sep 7 06:55 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 18109 Sep 7 06:55 2021-09-29-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 29261 Sep 7 06:55 2021-11-03-oauth2.html -rw-r--r--. 1 jenkins 1001020000 15730 Sep 7 06:55 2021-11-22-release-announcement-220.html -rw-r--r--. 1 jenkins 1001020000 26769 Sep 7 06:55 2021-12-20-http-live-channel.html -rw-r--r--. 1 jenkins 1001020000 24691 Sep 7 06:55 2021-12-22-live-channel-condition.html -rw-r--r--. 1 jenkins 1001020000 17279 Sep 7 06:55 2022-01-21-release-announcement-230.html -rw-r--r--. 1 jenkins 1001020000 32682 Sep 7 06:55 2022-03-03-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 16449 Sep 7 06:55 2022-04-14-release-announcement-240.html -rw-r--r--. 1 jenkins 1001020000 17427 Sep 7 06:55 2022-07-12-reactive-mqtt.html drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 2.1 drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 2.2 drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 2.3 drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:57 2.4 -rw-r--r--. 1 jenkins 1001020000 61115 Sep 7 06:55 404.html -rw-r--r--. 1 jenkins 1001020000 71487 Sep 7 06:55 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 64476 Sep 7 06:55 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 62720 Sep 7 06:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 64461 Sep 7 06:55 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 62920 Sep 7 06:55 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 62828 Sep 7 06:55 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 62933 Sep 7 06:55 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 63629 Sep 7 06:55 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 104791 Sep 7 06:55 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 64806 Sep 7 06:55 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 66276 Sep 7 06:55 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 67152 Sep 7 06:55 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 74585 Sep 7 06:55 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 104586 Sep 7 06:55 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 72062 Sep 7 06:55 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 66549 Sep 7 06:55 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 78336 Sep 7 06:55 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 72030 Sep 7 06:55 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 110511 Sep 7 06:55 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 65211 Sep 7 06:55 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 65635 Sep 7 06:55 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 90997 Sep 7 06:55 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 97985 Sep 7 06:55 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 77015 Sep 7 06:55 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 69793 Sep 7 06:55 basic-search.html -rw-r--r--. 1 jenkins 1001020000 61909 Sep 7 06:55 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 63224 Sep 7 06:55 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 61611 Sep 7 06:55 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 62073 Sep 7 06:55 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 62034 Sep 7 06:55 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 64711 Sep 7 06:55 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 68695 Sep 7 06:55 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 182652 Sep 7 06:55 basic-wot-integration-example.html -rw-r--r--. 1 jenkins 1001020000 102750 Sep 7 06:55 basic-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 22542 Sep 7 06:55 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 22473 Sep 7 06:55 blog.html -rw-r--r--. 1 jenkins 1001020000 96068 Sep 7 06:55 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 64420 Sep 7 06:55 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 61475 Sep 7 06:55 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 62643 Sep 7 06:55 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 130612 Sep 7 06:55 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 97777 Sep 7 06:55 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 167443 Sep 7 06:55 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 62444 Sep 7 06:55 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 73567 Sep 7 06:55 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 77135 Sep 7 06:55 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 85796 Sep 7 06:55 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 87188 Sep 7 06:55 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 94316 Sep 7 06:55 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 93266 Sep 7 06:55 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 69760 Sep 7 06:55 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 70066 Sep 7 06:55 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 css drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:57 docson -rw-r--r--. 1 jenkins 1001020000 12666 Sep 7 06:56 EclipseDitto-community-call.ics -rw-r--r--. 1 jenkins 1001020000 62127 Sep 7 06:55 feedback.html -rw-r--r--. 1 jenkins 1001020000 134870 Sep 7 06:55 feed.xml drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:57 files drwxr-sr-x. 8 jenkins 1001020000 163 Sep 7 06:57 .git -rw-r--r--. 1 jenkins 1001020000 63131 Sep 7 06:55 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Sep 7 06:52 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 114920 Sep 7 06:55 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11656 Sep 7 06:55 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 68106 Sep 7 06:55 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 64239 Sep 7 06:55 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 66728 Sep 7 06:55 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 79555 Sep 7 06:55 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 65356 Sep 7 06:55 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 85602 Sep 7 06:55 httpapi-sse.html drwxr-sr-x. 5 jenkins 1001020000 4096 Sep 7 06:57 images -rw-r--r--. 1 jenkins 1001020000 16348 Sep 7 06:55 index.html -rw-r--r--. 1 jenkins 1001020000 61822 Sep 7 06:55 installation-building.html -rw-r--r--. 1 jenkins 1001020000 66064 Sep 7 06:55 installation-extending.html -rw-r--r--. 1 jenkins 1001020000 151049 Sep 7 06:55 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 64127 Sep 7 06:55 installation-running.html -rw-r--r--. 1 jenkins 1001020000 63362 Sep 7 06:55 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 70934 Sep 7 06:55 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 64965 Sep 7 06:55 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:57 js drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 jsonschema -rw-r--r--. 1 jenkins 1001020000 68102 Sep 7 06:55 migration_notes_wildcard_search.html drwxr-sr-x. 3 jenkins 1001020000 84 Sep 7 06:57 openapi -rw-r--r--. 1 jenkins 1001020000 64995 Sep 7 06:55 presentations.html -rw-r--r--. 1 jenkins 1001020000 62899 Sep 7 06:55 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 62411 Sep 7 06:55 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 62411 Sep 7 06:55 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 65347 Sep 7 06:55 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 65840 Sep 7 06:55 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 65020 Sep 7 06:55 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 66097 Sep 7 06:55 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 64827 Sep 7 06:55 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 68045 Sep 7 06:55 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 68416 Sep 7 06:55 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 66020 Sep 7 06:55 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 64734 Sep 7 06:55 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 64892 Sep 7 06:55 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 78050 Sep 7 06:55 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 64344 Sep 7 06:55 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 64300 Sep 7 06:55 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 64455 Sep 7 06:55 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 64536 Sep 7 06:55 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 64517 Sep 7 06:55 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 64333 Sep 7 06:55 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 64274 Sep 7 06:55 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 64443 Sep 7 06:55 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 64424 Sep 7 06:55 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 64319 Sep 7 06:55 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 64226 Sep 7 06:55 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 123979 Sep 7 06:55 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 70771 Sep 7 06:55 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 67287 Sep 7 06:55 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 67552 Sep 7 06:55 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 68144 Sep 7 06:55 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 66904 Sep 7 06:55 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 67016 Sep 7 06:55 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 68845 Sep 7 06:55 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 69088 Sep 7 06:55 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 65142 Sep 7 06:55 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 68028 Sep 7 06:55 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 66788 Sep 7 06:55 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 66545 Sep 7 06:55 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 70564 Sep 7 06:55 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 65350 Sep 7 06:55 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 65843 Sep 7 06:55 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 65023 Sep 7 06:55 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 66100 Sep 7 06:55 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 64830 Sep 7 06:55 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 68048 Sep 7 06:55 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 68419 Sep 7 06:55 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 67425 Sep 7 06:55 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 66023 Sep 7 06:55 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 64737 Sep 7 06:55 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 64704 Sep 7 06:55 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 75770 Sep 7 06:55 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 62838 Sep 7 06:55 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 65155 Sep 7 06:55 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 67589 Sep 7 06:55 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 63893 Sep 7 06:55 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 63571 Sep 7 06:55 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 63186 Sep 7 06:55 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 63108 Sep 7 06:55 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 63228 Sep 7 06:55 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 63210 Sep 7 06:55 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 105970 Sep 7 06:55 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 67690 Sep 7 06:55 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 65155 Sep 7 06:55 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 65360 Sep 7 06:55 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 63893 Sep 7 06:55 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 64225 Sep 7 06:55 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 63571 Sep 7 06:55 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 63899 Sep 7 06:55 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 66663 Sep 7 06:55 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 64812 Sep 7 06:55 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 66494 Sep 7 06:55 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 63890 Sep 7 06:55 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 64054 Sep 7 06:55 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 63568 Sep 7 06:55 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 63728 Sep 7 06:55 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 63703 Sep 7 06:55 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 63856 Sep 7 06:55 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 63565 Sep 7 06:55 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 64115 Sep 7 06:55 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 63465 Sep 7 06:55 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 64969 Sep 7 06:55 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 65137 Sep 7 06:55 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 64051 Sep 7 06:55 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 63393 Sep 7 06:55 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 63362 Sep 7 06:55 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 67542 Sep 7 06:55 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 67142 Sep 7 06:55 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 73934 Sep 7 06:55 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 62308 Sep 7 06:55 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 63565 Sep 7 06:55 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 64260 Sep 7 06:55 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 62853 Sep 7 06:55 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 62161 Sep 7 06:55 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 72445 Sep 7 06:55 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 63509 Sep 7 06:55 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 79602 Sep 7 06:55 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 68228 Sep 7 06:55 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 66183 Sep 7 06:55 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 75318 Sep 7 06:55 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 112639 Sep 7 06:55 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 86820 Sep 7 06:55 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 66443 Sep 7 06:55 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 96261 Sep 7 06:55 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 85646 Sep 7 06:55 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 86072 Sep 7 06:55 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 76940 Sep 7 06:55 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 71984 Sep 7 06:55 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 63407 Sep 7 06:55 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 61581 Sep 7 06:55 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 64472 Sep 7 06:55 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 63953 Sep 7 06:55 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 64542 Sep 7 06:55 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 64202 Sep 7 06:55 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 65804 Sep 7 06:55 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 65951 Sep 7 06:55 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 65563 Sep 7 06:55 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 65485 Sep 7 06:55 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 67971 Sep 7 06:55 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 63623 Sep 7 06:55 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 64017 Sep 7 06:55 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 65946 Sep 7 06:55 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 64881 Sep 7 06:55 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 66660 Sep 7 06:55 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 69858 Sep 7 06:55 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 62385 Sep 7 06:55 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 63353 Sep 7 06:55 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 63834 Sep 7 06:55 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 62524 Sep 7 06:55 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 68481 Sep 7 06:55 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 62902 Sep 7 06:55 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 70306 Sep 7 06:55 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 67071 Sep 7 06:55 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 70537 Sep 7 06:55 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 61856 Sep 7 06:55 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 100938 Sep 7 06:55 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 63644 Sep 7 06:55 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 76567 Sep 7 06:55 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 64346 Sep 7 06:55 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 63629 Sep 7 06:55 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 62209 Sep 7 06:55 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 67658 Sep 7 06:55 release_notes_220.html -rw-r--r--. 1 jenkins 1001020000 63212 Sep 7 06:55 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 62006 Sep 7 06:55 release_notes_222.html -rw-r--r--. 1 jenkins 1001020000 68374 Sep 7 06:55 release_notes_230.html -rw-r--r--. 1 jenkins 1001020000 63679 Sep 7 06:55 release_notes_231.html -rw-r--r--. 1 jenkins 1001020000 63269 Sep 7 06:55 release_notes_232.html -rw-r--r--. 1 jenkins 1001020000 73288 Sep 7 06:55 release_notes_240.html -rw-r--r--. 1 jenkins 1001020000 62573 Sep 7 06:55 release_notes_241.html -rw-r--r--. 1 jenkins 1001020000 62138 Sep 7 06:55 release_notes_242.html -rw-r--r--. 1 jenkins 1001020000 63 Sep 7 06:55 robots.txt -rw-r--r--. 1 jenkins 1001020000 66918 Sep 7 06:55 sandbox.html -rw-r--r--. 1 jenkins 1001020000 35660 Sep 7 06:55 search.json -rw-r--r--. 1 jenkins 1001020000 22376 Sep 7 06:55 sitemap.xml drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 slides -rw-r--r--. 1 jenkins 1001020000 68682 Sep 7 06:55 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 73445 Sep 7 06:55 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 95963 Sep 7 06:55 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 69679 Sep 7 06:55 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 80794 Sep 7 06:55 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 71977 Sep 7 06:55 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 74515 Sep 7 06:55 tag_http.html -rw-r--r--. 1 jenkins 1001020000 70067 Sep 7 06:55 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 73729 Sep 7 06:55 tag_model.html -rw-r--r--. 1 jenkins 1001020000 68136 Sep 7 06:55 tag_news.html -rw-r--r--. 1 jenkins 1001020000 86590 Sep 7 06:55 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 78328 Sep 7 06:55 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 74403 Sep 7 06:55 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 70542 Sep 7 06:55 tag_search.html -rw-r--r--. 1 jenkins 1001020000 71015 Sep 7 06:55 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 68654 Sep 7 06:55 tag_troubleshooting.html -rw-r--r--. 1 jenkins 1001020000 69665 Sep 7 06:55 tag_wot.html drwxr-sr-x. 2 jenkins 1001020000 118 Sep 7 06:57 wot ./1.0: total 10168 drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 12644 Sep 7 06:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 12662 Sep 7 06:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 13704 Sep 7 06:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13183 Sep 7 06:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 13662 Sep 7 06:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 16941 Sep 7 06:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 16691 Sep 7 06:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13360 Sep 7 06:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 92488 Sep 7 06:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13231 Sep 7 06:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13384 Sep 7 06:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 25980 Sep 7 06:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 13468 Sep 7 06:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14301 Sep 7 06:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 13553 Sep 7 06:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13155 Sep 7 06:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 28828 Sep 7 06:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 12722 Sep 7 06:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13312 Sep 7 06:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13242 Sep 7 06:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 13730 Sep 7 06:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 16827 Sep 7 06:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13275 Sep 7 06:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 14562 Sep 7 06:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13390 Sep 7 06:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 15883 Sep 7 06:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 52778 Sep 7 06:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15150 Sep 7 06:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 46472 Sep 7 06:56 404.html -rw-r--r--. 1 jenkins 1001020000 49959 Sep 7 06:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 48364 Sep 7 06:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 49466 Sep 7 06:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 48097 Sep 7 06:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 47940 Sep 7 06:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 47999 Sep 7 06:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 52558 Sep 7 06:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 61464 Sep 7 06:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 51255 Sep 7 06:56 basic-acl.html -rw-r--r--. 1 jenkins 1001020000 50267 Sep 7 06:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 49633 Sep 7 06:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 51121 Sep 7 06:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 77569 Sep 7 06:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 55428 Sep 7 06:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 63316 Sep 7 06:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 54960 Sep 7 06:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 51059 Sep 7 06:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 57514 Sep 7 06:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 57947 Sep 7 06:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 68848 Sep 7 06:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 59402 Sep 7 06:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 54598 Sep 7 06:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 48485 Sep 7 06:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 46968 Sep 7 06:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 47077 Sep 7 06:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 47314 Sep 7 06:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 49905 Sep 7 06:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 53760 Sep 7 06:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 16526 Sep 7 06:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 21345 Sep 7 06:56 blog.html -rw-r--r--. 1 jenkins 1001020000 79632 Sep 7 06:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 50597 Sep 7 06:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 46831 Sep 7 06:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 48000 Sep 7 06:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 74520 Sep 7 06:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 112975 Sep 7 06:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 47726 Sep 7 06:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 55882 Sep 7 06:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 59294 Sep 7 06:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 55100 Sep 7 06:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 54906 Sep 7 06:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 63118 Sep 7 06:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 65520 Sep 7 06:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 55282 Sep 7 06:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 docson -rw-r--r--. 1 jenkins 1001020000 12666 Sep 7 06:56 EclipseDitto-community-call.ics -rw-r--r--. 1 jenkins 1001020000 47984 Sep 7 06:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 files -rw-r--r--. 1 jenkins 1001020000 48130 Sep 7 06:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Sep 7 06:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 94806 Sep 7 06:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 10872 Sep 7 06:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 53463 Sep 7 06:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 47375 Sep 7 06:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 61732 Sep 7 06:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 50729 Sep 7 06:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 65344 Sep 7 06:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 images -rw-r--r--. 1 jenkins 1001020000 12892 Sep 7 06:56 index.html -rw-r--r--. 1 jenkins 1001020000 48159 Sep 7 06:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 122667 Sep 7 06:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 49130 Sep 7 06:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 48716 Sep 7 06:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 56121 Sep 7 06:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 50245 Sep 7 06:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 jsonschema drwxr-sr-x. 2 jenkins 1001020000 69 Sep 7 06:56 openapi -rw-r--r--. 1 jenkins 1001020000 49124 Sep 7 06:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 48181 Sep 7 06:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 49979 Sep 7 06:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 50472 Sep 7 06:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 49634 Sep 7 06:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 51091 Sep 7 06:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 51438 Sep 7 06:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 50652 Sep 7 06:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 49366 Sep 7 06:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 49524 Sep 7 06:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 60475 Sep 7 06:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 48976 Sep 7 06:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 48932 Sep 7 06:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 49087 Sep 7 06:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 48965 Sep 7 06:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 48906 Sep 7 06:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 49075 Sep 7 06:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 49056 Sep 7 06:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 48951 Sep 7 06:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 48858 Sep 7 06:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 102436 Sep 7 06:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 56063 Sep 7 06:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 49982 Sep 7 06:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 50475 Sep 7 06:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 49637 Sep 7 06:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 51094 Sep 7 06:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 51441 Sep 7 06:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 51531 Sep 7 06:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 50655 Sep 7 06:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 49369 Sep 7 06:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 49336 Sep 7 06:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 58082 Sep 7 06:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 50488 Sep 7 06:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52904 Sep 7 06:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 49226 Sep 7 06:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 48904 Sep 7 06:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 48519 Sep 7 06:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 48441 Sep 7 06:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 48561 Sep 7 06:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 48543 Sep 7 06:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 90254 Sep 7 06:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 53023 Sep 7 06:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 50488 Sep 7 06:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 50684 Sep 7 06:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 49226 Sep 7 06:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 49558 Sep 7 06:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 48904 Sep 7 06:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 49232 Sep 7 06:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 51996 Sep 7 06:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 50145 Sep 7 06:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 50681 Sep 7 06:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 49223 Sep 7 06:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 49387 Sep 7 06:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 48901 Sep 7 06:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 49061 Sep 7 06:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 48580 Sep 7 06:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 48733 Sep 7 06:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 48433 Sep 7 06:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 49053 Sep 7 06:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 49209 Sep 7 06:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 48928 Sep 7 06:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 48270 Sep 7 06:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 48239 Sep 7 06:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 51341 Sep 7 06:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 51132 Sep 7 06:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 59417 Sep 7 06:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 47633 Sep 7 06:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 48909 Sep 7 06:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 54338 Sep 7 06:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 66680 Sep 7 06:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 55275 Sep 7 06:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 51257 Sep 7 06:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 62214 Sep 7 06:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 94753 Sep 7 06:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 72686 Sep 7 06:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 50352 Sep 7 06:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 71006 Sep 7 06:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 68377 Sep 7 06:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 62295 Sep 7 06:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 56503 Sep 7 06:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 48342 Sep 7 06:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 46938 Sep 7 06:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 49829 Sep 7 06:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 49310 Sep 7 06:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 49892 Sep 7 06:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 49559 Sep 7 06:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 51222 Sep 7 06:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 51308 Sep 7 06:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 50908 Sep 7 06:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 50842 Sep 7 06:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 53389 Sep 7 06:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 48980 Sep 7 06:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 49374 Sep 7 06:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 51366 Sep 7 06:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 50226 Sep 7 06:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 52017 Sep 7 06:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 55307 Sep 7 06:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 51 Sep 7 06:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 51707 Sep 7 06:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 22625 Sep 7 06:56 search.json drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 slides -rw-r--r--. 1 jenkins 1001020000 54625 Sep 7 06:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 65460 Sep 7 06:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 52584 Sep 7 06:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 60466 Sep 7 06:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 54380 Sep 7 06:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 53703 Sep 7 06:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 52503 Sep 7 06:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 55902 Sep 7 06:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 51042 Sep 7 06:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 64497 Sep 7 06:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 55109 Sep 7 06:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 56249 Sep 7 06:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 53446 Sep 7 06:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 53419 Sep 7 06:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 51547 Sep 7 06:56 tag_troubleshooting.html ./1.0/css: total 80 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Sep 7 06:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23805 Sep 7 06:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Sep 7 06:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Sep 7 06:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 995 Sep 7 06:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Sep 7 06:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Sep 7 06:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4249 Sep 7 06:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Sep 7 06:56 theme-green.css ./1.0/docson: total 76 drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Sep 7 06:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Sep 7 06:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Sep 7 06:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Sep 7 06:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Sep 7 06:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Sep 7 06:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Sep 7 06:56 widget.js ./1.0/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Sep 7 06:56 docson.css ./1.0/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Sep 7 06:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Sep 7 06:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Sep 7 06:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Sep 7 06:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Sep 7 06:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Sep 7 06:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Sep 7 06:56 traverse.js ./1.0/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Sep 7 06:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Sep 7 06:56 signature.html ./1.0/files: total 28 drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Sep 7 06:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Sep 7 06:56 migration_mongodb_1.0.0.js ./1.0/images: total 316 drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Sep 7 06:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Sep 7 06:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Sep 7 06:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Sep 7 06:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Sep 7 06:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Sep 7 06:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Sep 7 06:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Sep 7 06:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Sep 7 06:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Sep 7 06:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Sep 7 06:56 iot_logo.svg drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 pages ./1.0/images/blog: total 328 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Sep 7 06:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Sep 7 06:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Sep 7 06:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Sep 7 06:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Sep 7 06:56 2018-12-14-command-and-control.png ./1.0/images/pages: total 8 drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 protocol ./1.0/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Sep 7 06:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Sep 7 06:56 context-overview.png ./1.0/images/pages/basic: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16882 Sep 7 06:56 ditto-class-diagram-v1.png -rw-r--r--. 1 jenkins 1001020000 23249 Sep 7 06:56 ditto-class-diagram-v1.svg -rwxr-xr-x. 1 jenkins 1001020000 4115 Sep 7 06:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Sep 7 06:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Sep 7 06:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Sep 7 06:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Sep 7 06:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Sep 7 06:56 policy-example.png ./1.0/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Sep 7 06:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Sep 7 06:56 ditto-twin-channel.png ./1.0/js: total 24 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Sep 7 06:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Sep 7 06:56 toc.js ./1.0/jsonschema: total 108 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 19834 Sep 7 06:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1129 Sep 7 06:56 feature.json -rw-r--r--. 1 jenkins 1001020000 1338 Sep 7 06:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 3651 Sep 7 06:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Sep 7 06:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Sep 7 06:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 3923 Sep 7 06:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2203 Sep 7 06:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Sep 7 06:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Sep 7 06:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Sep 7 06:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Sep 7 06:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Sep 7 06:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Sep 7 06:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 4585 Sep 7 06:56 thing_v1.json -rw-r--r--. 1 jenkins 1001020000 4139 Sep 7 06:56 thing_v2.json ./1.0/openapi: total 356 drwxr-sr-x. 2 jenkins 1001020000 69 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 125795 Sep 7 06:56 ditto-api-1.yml -rw-r--r--. 1 jenkins 1001020000 213558 Sep 7 06:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 420 Sep 7 06:56 README.md ./1.0/slides: total 28 drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 images ./1.0/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29017 Sep 7 06:56 index.html ./1.0/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 34289 Sep 7 06:56 index.html ./1.0/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14218 Sep 7 06:56 index.html ./1.0/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15010 Sep 7 06:56 index.html ./1.0/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 31911 Sep 7 06:56 index.html ./1.0/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Sep 7 06:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Sep 7 06:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Sep 7 06:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Sep 7 06:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Sep 7 06:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Sep 7 06:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Sep 7 06:56 background-twin-small.jpg ./1.0/slides/images: total 516 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Sep 7 06:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Sep 7 06:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Sep 7 06:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Sep 7 06:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Sep 7 06:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Sep 7 06:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Sep 7 06:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Sep 7 06:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Sep 7 06:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Sep 7 06:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Sep 7 06:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Sep 7 06:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Sep 7 06:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Sep 7 06:56 ttn-logo.png ./1.1: total 10496 drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 12644 Sep 7 06:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 12662 Sep 7 06:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 13704 Sep 7 06:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13183 Sep 7 06:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 13662 Sep 7 06:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 16941 Sep 7 06:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 16691 Sep 7 06:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13360 Sep 7 06:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 92488 Sep 7 06:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13231 Sep 7 06:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13384 Sep 7 06:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 25980 Sep 7 06:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 13468 Sep 7 06:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14301 Sep 7 06:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 13553 Sep 7 06:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13155 Sep 7 06:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 28828 Sep 7 06:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 12722 Sep 7 06:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13312 Sep 7 06:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13242 Sep 7 06:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 13730 Sep 7 06:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 16827 Sep 7 06:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13275 Sep 7 06:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 14562 Sep 7 06:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13390 Sep 7 06:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 15883 Sep 7 06:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 52778 Sep 7 06:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15150 Sep 7 06:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 47096 Sep 7 06:56 404.html -rw-r--r--. 1 jenkins 1001020000 50583 Sep 7 06:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 48988 Sep 7 06:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 50090 Sep 7 06:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 48721 Sep 7 06:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 48564 Sep 7 06:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 48623 Sep 7 06:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 53182 Sep 7 06:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 62088 Sep 7 06:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 51879 Sep 7 06:56 basic-acl.html -rw-r--r--. 1 jenkins 1001020000 50891 Sep 7 06:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 50257 Sep 7 06:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 51745 Sep 7 06:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 78193 Sep 7 06:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 56052 Sep 7 06:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 63940 Sep 7 06:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 55584 Sep 7 06:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 51683 Sep 7 06:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 58138 Sep 7 06:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 58571 Sep 7 06:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 69472 Sep 7 06:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 60026 Sep 7 06:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 55222 Sep 7 06:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 49109 Sep 7 06:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 47592 Sep 7 06:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 47701 Sep 7 06:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 47938 Sep 7 06:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 50529 Sep 7 06:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 54384 Sep 7 06:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 16526 Sep 7 06:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 21345 Sep 7 06:56 blog.html -rw-r--r--. 1 jenkins 1001020000 80256 Sep 7 06:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 51221 Sep 7 06:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 47455 Sep 7 06:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 48624 Sep 7 06:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 75144 Sep 7 06:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 113599 Sep 7 06:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 48350 Sep 7 06:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 56506 Sep 7 06:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 59918 Sep 7 06:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 55724 Sep 7 06:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 55530 Sep 7 06:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 63742 Sep 7 06:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 66144 Sep 7 06:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 55906 Sep 7 06:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 docson -rw-r--r--. 1 jenkins 1001020000 12666 Sep 7 06:56 EclipseDitto-community-call.ics -rw-r--r--. 1 jenkins 1001020000 48608 Sep 7 06:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 files -rw-r--r--. 1 jenkins 1001020000 48754 Sep 7 06:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Sep 7 06:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 95430 Sep 7 06:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 10872 Sep 7 06:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 54087 Sep 7 06:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 47999 Sep 7 06:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 62356 Sep 7 06:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 51353 Sep 7 06:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 65968 Sep 7 06:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 images -rw-r--r--. 1 jenkins 1001020000 12892 Sep 7 06:56 index.html -rw-r--r--. 1 jenkins 1001020000 48783 Sep 7 06:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 123291 Sep 7 06:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 49754 Sep 7 06:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 49340 Sep 7 06:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 56745 Sep 7 06:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 50869 Sep 7 06:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 jsonschema drwxr-sr-x. 2 jenkins 1001020000 69 Sep 7 06:56 openapi -rw-r--r--. 1 jenkins 1001020000 49748 Sep 7 06:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 48805 Sep 7 06:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 50603 Sep 7 06:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 51096 Sep 7 06:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 50258 Sep 7 06:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 51715 Sep 7 06:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 52062 Sep 7 06:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 51276 Sep 7 06:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 49990 Sep 7 06:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 50148 Sep 7 06:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 61099 Sep 7 06:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 49600 Sep 7 06:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 49556 Sep 7 06:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 49711 Sep 7 06:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 49589 Sep 7 06:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 49530 Sep 7 06:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 49699 Sep 7 06:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 49680 Sep 7 06:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 49575 Sep 7 06:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 49482 Sep 7 06:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 103060 Sep 7 06:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 56687 Sep 7 06:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 50606 Sep 7 06:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 51099 Sep 7 06:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 50261 Sep 7 06:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 51718 Sep 7 06:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 52065 Sep 7 06:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 52155 Sep 7 06:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 51279 Sep 7 06:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 49993 Sep 7 06:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 49960 Sep 7 06:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 58706 Sep 7 06:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 51112 Sep 7 06:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 53528 Sep 7 06:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 49850 Sep 7 06:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 49528 Sep 7 06:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 49143 Sep 7 06:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 49065 Sep 7 06:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 49185 Sep 7 06:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 49167 Sep 7 06:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 90878 Sep 7 06:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 53647 Sep 7 06:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 51112 Sep 7 06:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 51308 Sep 7 06:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 49850 Sep 7 06:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 50182 Sep 7 06:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 49528 Sep 7 06:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 49856 Sep 7 06:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 52620 Sep 7 06:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 50769 Sep 7 06:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 51305 Sep 7 06:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 49847 Sep 7 06:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 50011 Sep 7 06:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 49525 Sep 7 06:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 49685 Sep 7 06:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 49204 Sep 7 06:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 49357 Sep 7 06:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 49057 Sep 7 06:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 49677 Sep 7 06:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 49833 Sep 7 06:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 49552 Sep 7 06:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 48894 Sep 7 06:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 48863 Sep 7 06:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 51965 Sep 7 06:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 51756 Sep 7 06:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 60041 Sep 7 06:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 48257 Sep 7 06:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 49533 Sep 7 06:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 54962 Sep 7 06:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 67304 Sep 7 06:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 55899 Sep 7 06:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 51881 Sep 7 06:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 62838 Sep 7 06:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 95377 Sep 7 06:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 73310 Sep 7 06:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 50976 Sep 7 06:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 71630 Sep 7 06:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 69001 Sep 7 06:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 62919 Sep 7 06:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 57127 Sep 7 06:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 48966 Sep 7 06:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 47562 Sep 7 06:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 50453 Sep 7 06:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 49934 Sep 7 06:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 50516 Sep 7 06:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 50183 Sep 7 06:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 51846 Sep 7 06:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 51932 Sep 7 06:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 51532 Sep 7 06:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 51466 Sep 7 06:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 54013 Sep 7 06:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 49604 Sep 7 06:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 49998 Sep 7 06:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 51927 Sep 7 06:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 50850 Sep 7 06:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 52641 Sep 7 06:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 55868 Sep 7 06:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 48366 Sep 7 06:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 49334 Sep 7 06:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 49815 Sep 7 06:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 48505 Sep 7 06:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 51 Sep 7 06:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 52331 Sep 7 06:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 23513 Sep 7 06:56 search.json drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 slides -rw-r--r--. 1 jenkins 1001020000 55345 Sep 7 06:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 66180 Sep 7 06:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 53304 Sep 7 06:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 61186 Sep 7 06:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 55100 Sep 7 06:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 54423 Sep 7 06:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 53223 Sep 7 06:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 56622 Sep 7 06:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 51762 Sep 7 06:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 65217 Sep 7 06:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 56809 Sep 7 06:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 56969 Sep 7 06:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 54166 Sep 7 06:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 54139 Sep 7 06:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 52267 Sep 7 06:56 tag_troubleshooting.html ./1.1/css: total 80 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Sep 7 06:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23805 Sep 7 06:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Sep 7 06:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Sep 7 06:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 995 Sep 7 06:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Sep 7 06:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Sep 7 06:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4249 Sep 7 06:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Sep 7 06:56 theme-green.css ./1.1/docson: total 76 drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Sep 7 06:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Sep 7 06:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Sep 7 06:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Sep 7 06:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Sep 7 06:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Sep 7 06:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Sep 7 06:56 widget.js ./1.1/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Sep 7 06:56 docson.css ./1.1/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Sep 7 06:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Sep 7 06:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Sep 7 06:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Sep 7 06:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Sep 7 06:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Sep 7 06:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Sep 7 06:56 traverse.js ./1.1/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Sep 7 06:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Sep 7 06:56 signature.html ./1.1/files: total 28 drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Sep 7 06:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Sep 7 06:56 migration_mongodb_1.0.0.js ./1.1/images: total 316 drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Sep 7 06:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Sep 7 06:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Sep 7 06:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Sep 7 06:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Sep 7 06:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Sep 7 06:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Sep 7 06:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Sep 7 06:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Sep 7 06:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Sep 7 06:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Sep 7 06:56 iot_logo.svg drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 pages ./1.1/images/blog: total 328 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Sep 7 06:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Sep 7 06:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Sep 7 06:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Sep 7 06:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Sep 7 06:56 2018-12-14-command-and-control.png ./1.1/images/pages: total 8 drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 protocol ./1.1/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Sep 7 06:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Sep 7 06:56 context-overview.png ./1.1/images/pages/basic: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16882 Sep 7 06:56 ditto-class-diagram-v1.png -rw-r--r--. 1 jenkins 1001020000 23249 Sep 7 06:56 ditto-class-diagram-v1.svg -rwxr-xr-x. 1 jenkins 1001020000 4115 Sep 7 06:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Sep 7 06:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Sep 7 06:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Sep 7 06:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Sep 7 06:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Sep 7 06:56 policy-example.png ./1.1/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Sep 7 06:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Sep 7 06:56 ditto-twin-channel.png ./1.1/js: total 24 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Sep 7 06:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Sep 7 06:56 toc.js ./1.1/jsonschema: total 108 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 19834 Sep 7 06:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1129 Sep 7 06:56 feature.json -rw-r--r--. 1 jenkins 1001020000 1338 Sep 7 06:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 3651 Sep 7 06:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Sep 7 06:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Sep 7 06:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 3923 Sep 7 06:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2203 Sep 7 06:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Sep 7 06:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Sep 7 06:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Sep 7 06:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Sep 7 06:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Sep 7 06:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Sep 7 06:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 4585 Sep 7 06:56 thing_v1.json -rw-r--r--. 1 jenkins 1001020000 4139 Sep 7 06:56 thing_v2.json ./1.1/openapi: total 356 drwxr-sr-x. 2 jenkins 1001020000 69 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 125795 Sep 7 06:56 ditto-api-1.yml -rw-r--r--. 1 jenkins 1001020000 213558 Sep 7 06:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 420 Sep 7 06:56 README.md ./1.1/slides: total 28 drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 images ./1.1/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29017 Sep 7 06:56 index.html ./1.1/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 34289 Sep 7 06:56 index.html ./1.1/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14218 Sep 7 06:56 index.html ./1.1/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15010 Sep 7 06:56 index.html ./1.1/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 31911 Sep 7 06:56 index.html ./1.1/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Sep 7 06:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Sep 7 06:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Sep 7 06:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Sep 7 06:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Sep 7 06:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Sep 7 06:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Sep 7 06:56 background-twin-small.jpg ./1.1/slides/images: total 516 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Sep 7 06:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Sep 7 06:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Sep 7 06:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Sep 7 06:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Sep 7 06:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Sep 7 06:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Sep 7 06:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Sep 7 06:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Sep 7 06:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Sep 7 06:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Sep 7 06:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Sep 7 06:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Sep 7 06:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Sep 7 06:56 ttn-logo.png ./1.2: total 11008 drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 12615 Sep 7 06:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 12633 Sep 7 06:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 13675 Sep 7 06:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13154 Sep 7 06:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 13633 Sep 7 06:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 16912 Sep 7 06:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 16662 Sep 7 06:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13331 Sep 7 06:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 92459 Sep 7 06:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13202 Sep 7 06:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13355 Sep 7 06:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 25951 Sep 7 06:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 13439 Sep 7 06:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14272 Sep 7 06:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 13524 Sep 7 06:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13126 Sep 7 06:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 28799 Sep 7 06:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 12693 Sep 7 06:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13283 Sep 7 06:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13213 Sep 7 06:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 13701 Sep 7 06:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 16798 Sep 7 06:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13246 Sep 7 06:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 14533 Sep 7 06:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13361 Sep 7 06:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 15854 Sep 7 06:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 52749 Sep 7 06:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15121 Sep 7 06:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 13901 Sep 7 06:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 47967 Sep 7 06:56 404.html -rw-r--r--. 1 jenkins 1001020000 51454 Sep 7 06:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 49859 Sep 7 06:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 50961 Sep 7 06:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 49592 Sep 7 06:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 49435 Sep 7 06:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 49494 Sep 7 06:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 54053 Sep 7 06:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 83711 Sep 7 06:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 52750 Sep 7 06:56 basic-acl.html -rw-r--r--. 1 jenkins 1001020000 51763 Sep 7 06:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 51128 Sep 7 06:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 52616 Sep 7 06:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 87953 Sep 7 06:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 56923 Sep 7 06:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 52251 Sep 7 06:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 64811 Sep 7 06:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 56455 Sep 7 06:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 65767 Sep 7 06:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 52052 Sep 7 06:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 59009 Sep 7 06:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 60440 Sep 7 06:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 70343 Sep 7 06:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 60893 Sep 7 06:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 56093 Sep 7 06:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 49980 Sep 7 06:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 48463 Sep 7 06:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 48769 Sep 7 06:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 48809 Sep 7 06:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 51400 Sep 7 06:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 55516 Sep 7 06:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 16705 Sep 7 06:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 21336 Sep 7 06:56 blog.html -rw-r--r--. 1 jenkins 1001020000 81115 Sep 7 06:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 52092 Sep 7 06:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 48326 Sep 7 06:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 49495 Sep 7 06:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 76015 Sep 7 06:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 114470 Sep 7 06:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 49295 Sep 7 06:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 60419 Sep 7 06:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 63754 Sep 7 06:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 62832 Sep 7 06:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 58895 Sep 7 06:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 75843 Sep 7 06:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 74641 Sep 7 06:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 56918 Sep 7 06:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 docson -rw-r--r--. 1 jenkins 1001020000 12666 Sep 7 06:56 EclipseDitto-community-call.ics -rw-r--r--. 1 jenkins 1001020000 49479 Sep 7 06:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 files -rw-r--r--. 1 jenkins 1001020000 49625 Sep 7 06:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Sep 7 06:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 96301 Sep 7 06:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 10843 Sep 7 06:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 54958 Sep 7 06:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 48870 Sep 7 06:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 63227 Sep 7 06:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 52224 Sep 7 06:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 67412 Sep 7 06:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 images -rw-r--r--. 1 jenkins 1001020000 12863 Sep 7 06:56 index.html -rw-r--r--. 1 jenkins 1001020000 49654 Sep 7 06:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 124162 Sep 7 06:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 50625 Sep 7 06:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 50211 Sep 7 06:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 57616 Sep 7 06:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 51740 Sep 7 06:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 jsonschema drwxr-sr-x. 2 jenkins 1001020000 69 Sep 7 06:56 openapi -rw-r--r--. 1 jenkins 1001020000 50926 Sep 7 06:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 49750 Sep 7 06:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 51474 Sep 7 06:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 51967 Sep 7 06:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 51129 Sep 7 06:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 52586 Sep 7 06:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 52933 Sep 7 06:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 52147 Sep 7 06:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 50861 Sep 7 06:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 51019 Sep 7 06:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 61970 Sep 7 06:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 50471 Sep 7 06:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 50427 Sep 7 06:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 50582 Sep 7 06:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 50460 Sep 7 06:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 50401 Sep 7 06:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 50570 Sep 7 06:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 50551 Sep 7 06:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 50446 Sep 7 06:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 50353 Sep 7 06:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 103931 Sep 7 06:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 57568 Sep 7 06:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 51477 Sep 7 06:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 51970 Sep 7 06:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 51132 Sep 7 06:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 52589 Sep 7 06:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 52936 Sep 7 06:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 53026 Sep 7 06:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 52150 Sep 7 06:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 50864 Sep 7 06:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 50831 Sep 7 06:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 59577 Sep 7 06:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 51983 Sep 7 06:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 54399 Sep 7 06:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 50721 Sep 7 06:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 50399 Sep 7 06:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 50014 Sep 7 06:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 49936 Sep 7 06:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 50056 Sep 7 06:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 50038 Sep 7 06:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 91749 Sep 7 06:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 54518 Sep 7 06:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 51983 Sep 7 06:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52179 Sep 7 06:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 50721 Sep 7 06:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 51053 Sep 7 06:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 50399 Sep 7 06:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 50727 Sep 7 06:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 53491 Sep 7 06:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 51640 Sep 7 06:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52176 Sep 7 06:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 50718 Sep 7 06:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 50882 Sep 7 06:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 50396 Sep 7 06:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 50556 Sep 7 06:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 50075 Sep 7 06:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 50228 Sep 7 06:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 49928 Sep 7 06:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 50548 Sep 7 06:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 50704 Sep 7 06:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 50423 Sep 7 06:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 49765 Sep 7 06:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 49734 Sep 7 06:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 52836 Sep 7 06:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 52627 Sep 7 06:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 60912 Sep 7 06:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 49128 Sep 7 06:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 50417 Sep 7 06:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 48524 Sep 7 06:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 56475 Sep 7 06:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 68175 Sep 7 06:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 56770 Sep 7 06:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 52752 Sep 7 06:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 63709 Sep 7 06:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 96248 Sep 7 06:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 74181 Sep 7 06:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 51847 Sep 7 06:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 72501 Sep 7 06:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 72896 Sep 7 06:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 63790 Sep 7 06:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 57998 Sep 7 06:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 49837 Sep 7 06:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 48433 Sep 7 06:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 51324 Sep 7 06:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 50805 Sep 7 06:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 51387 Sep 7 06:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 51054 Sep 7 06:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 52717 Sep 7 06:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 52803 Sep 7 06:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 52403 Sep 7 06:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 52337 Sep 7 06:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 54884 Sep 7 06:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 50475 Sep 7 06:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 50869 Sep 7 06:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 52798 Sep 7 06:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 51721 Sep 7 06:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 53512 Sep 7 06:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 56739 Sep 7 06:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 49237 Sep 7 06:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 50205 Sep 7 06:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 50686 Sep 7 06:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 49376 Sep 7 06:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 55345 Sep 7 06:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 49754 Sep 7 06:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 51 Sep 7 06:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 53702 Sep 7 06:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 24679 Sep 7 06:56 search.json drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 slides -rw-r--r--. 1 jenkins 1001020000 56372 Sep 7 06:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 67736 Sep 7 06:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 54331 Sep 7 06:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 62203 Sep 7 06:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 56127 Sep 7 06:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 55450 Sep 7 06:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 54250 Sep 7 06:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 58639 Sep 7 06:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 52789 Sep 7 06:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 66647 Sep 7 06:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 58326 Sep 7 06:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 57998 Sep 7 06:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 55193 Sep 7 06:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 55152 Sep 7 06:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 53294 Sep 7 06:56 tag_troubleshooting.html ./1.2/css: total 80 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Sep 7 06:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23805 Sep 7 06:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Sep 7 06:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Sep 7 06:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Sep 7 06:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Sep 7 06:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Sep 7 06:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4249 Sep 7 06:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Sep 7 06:56 theme-green.css ./1.2/docson: total 76 drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Sep 7 06:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Sep 7 06:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Sep 7 06:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Sep 7 06:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Sep 7 06:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Sep 7 06:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Sep 7 06:56 widget.js ./1.2/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Sep 7 06:56 docson.css ./1.2/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Sep 7 06:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Sep 7 06:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Sep 7 06:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Sep 7 06:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Sep 7 06:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Sep 7 06:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Sep 7 06:56 traverse.js ./1.2/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Sep 7 06:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Sep 7 06:56 signature.html ./1.2/files: total 28 drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Sep 7 06:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Sep 7 06:56 migration_mongodb_1.0.0.js ./1.2/images: total 316 drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Sep 7 06:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Sep 7 06:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Sep 7 06:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Sep 7 06:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Sep 7 06:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Sep 7 06:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Sep 7 06:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Sep 7 06:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Sep 7 06:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Sep 7 06:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Sep 7 06:56 iot_logo.svg drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 pages ./1.2/images/blog: total 328 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Sep 7 06:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Sep 7 06:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Sep 7 06:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Sep 7 06:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Sep 7 06:56 2018-12-14-command-and-control.png ./1.2/images/pages: total 8 drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 protocol ./1.2/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Sep 7 06:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Sep 7 06:56 context-overview.png ./1.2/images/pages/basic: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16882 Sep 7 06:56 ditto-class-diagram-v1.png -rw-r--r--. 1 jenkins 1001020000 23249 Sep 7 06:56 ditto-class-diagram-v1.svg -rwxr-xr-x. 1 jenkins 1001020000 4115 Sep 7 06:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Sep 7 06:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Sep 7 06:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Sep 7 06:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Sep 7 06:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Sep 7 06:56 policy-example.png ./1.2/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Sep 7 06:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Sep 7 06:56 ditto-twin-channel.png ./1.2/js: total 24 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Sep 7 06:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Sep 7 06:56 toc.js ./1.2/jsonschema: total 116 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 22575 Sep 7 06:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1373 Sep 7 06:56 error.json -rw-r--r--. 1 jenkins 1001020000 1129 Sep 7 06:56 feature.json -rw-r--r--. 1 jenkins 1001020000 1338 Sep 7 06:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 3651 Sep 7 06:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Sep 7 06:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Sep 7 06:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 3923 Sep 7 06:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2556 Sep 7 06:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Sep 7 06:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Sep 7 06:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Sep 7 06:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Sep 7 06:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Sep 7 06:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Sep 7 06:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 4775 Sep 7 06:56 thing_v1.json -rw-r--r--. 1 jenkins 1001020000 4673 Sep 7 06:56 thing_v2.json ./1.2/openapi: total 368 drwxr-sr-x. 2 jenkins 1001020000 69 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 132803 Sep 7 06:56 ditto-api-1.yml -rw-r--r--. 1 jenkins 1001020000 220788 Sep 7 06:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 420 Sep 7 06:56 README.md ./1.2/slides: total 28 drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 images ./1.2/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29017 Sep 7 06:56 index.html ./1.2/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 34289 Sep 7 06:56 index.html ./1.2/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14218 Sep 7 06:56 index.html ./1.2/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15010 Sep 7 06:56 index.html ./1.2/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 31911 Sep 7 06:56 index.html ./1.2/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14994 Sep 7 06:56 index.html ./1.2/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Sep 7 06:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Sep 7 06:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Sep 7 06:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Sep 7 06:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Sep 7 06:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Sep 7 06:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Sep 7 06:56 background-twin-small.jpg ./1.2/slides/images: total 516 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Sep 7 06:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Sep 7 06:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Sep 7 06:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Sep 7 06:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Sep 7 06:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Sep 7 06:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Sep 7 06:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Sep 7 06:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Sep 7 06:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Sep 7 06:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Sep 7 06:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Sep 7 06:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Sep 7 06:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Sep 7 06:56 ttn-logo.png ./1.3: total 11104 drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 12615 Sep 7 06:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 12633 Sep 7 06:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 13675 Sep 7 06:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13154 Sep 7 06:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 13633 Sep 7 06:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 16912 Sep 7 06:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 16662 Sep 7 06:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13331 Sep 7 06:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 92459 Sep 7 06:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13202 Sep 7 06:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13355 Sep 7 06:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 25951 Sep 7 06:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 13439 Sep 7 06:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14272 Sep 7 06:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 13524 Sep 7 06:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13126 Sep 7 06:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 28799 Sep 7 06:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 12693 Sep 7 06:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13283 Sep 7 06:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13213 Sep 7 06:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 13701 Sep 7 06:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 16798 Sep 7 06:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13246 Sep 7 06:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 14533 Sep 7 06:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13361 Sep 7 06:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 15854 Sep 7 06:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 52749 Sep 7 06:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15121 Sep 7 06:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 13901 Sep 7 06:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 13734 Sep 7 06:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 48123 Sep 7 06:56 404.html -rw-r--r--. 1 jenkins 1001020000 51610 Sep 7 06:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 50015 Sep 7 06:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 51117 Sep 7 06:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 49748 Sep 7 06:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 49591 Sep 7 06:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 49650 Sep 7 06:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 54209 Sep 7 06:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 84590 Sep 7 06:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 52906 Sep 7 06:56 basic-acl.html -rw-r--r--. 1 jenkins 1001020000 51919 Sep 7 06:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 51284 Sep 7 06:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 52772 Sep 7 06:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 88109 Sep 7 06:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 57079 Sep 7 06:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 52407 Sep 7 06:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 64967 Sep 7 06:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 56437 Sep 7 06:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 65923 Sep 7 06:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 52208 Sep 7 06:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 59165 Sep 7 06:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 60598 Sep 7 06:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 70499 Sep 7 06:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 61049 Sep 7 06:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 56249 Sep 7 06:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 50136 Sep 7 06:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 48619 Sep 7 06:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 48925 Sep 7 06:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 48965 Sep 7 06:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 51556 Sep 7 06:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 55672 Sep 7 06:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 16913 Sep 7 06:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 21384 Sep 7 06:56 blog.html -rw-r--r--. 1 jenkins 1001020000 81271 Sep 7 06:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 52248 Sep 7 06:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 48482 Sep 7 06:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 49651 Sep 7 06:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 76171 Sep 7 06:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 127700 Sep 7 06:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 49451 Sep 7 06:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 60575 Sep 7 06:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 63910 Sep 7 06:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 66989 Sep 7 06:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 59051 Sep 7 06:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 75999 Sep 7 06:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 74797 Sep 7 06:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 57074 Sep 7 06:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 docson -rw-r--r--. 1 jenkins 1001020000 12666 Sep 7 06:56 EclipseDitto-community-call.ics -rw-r--r--. 1 jenkins 1001020000 49635 Sep 7 06:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 files -rw-r--r--. 1 jenkins 1001020000 49781 Sep 7 06:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Sep 7 06:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 96457 Sep 7 06:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 10843 Sep 7 06:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 55114 Sep 7 06:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 49026 Sep 7 06:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 63383 Sep 7 06:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 52380 Sep 7 06:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 67568 Sep 7 06:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 images -rw-r--r--. 1 jenkins 1001020000 12999 Sep 7 06:56 index.html -rw-r--r--. 1 jenkins 1001020000 49810 Sep 7 06:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 124318 Sep 7 06:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 50781 Sep 7 06:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 50367 Sep 7 06:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 57772 Sep 7 06:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 51896 Sep 7 06:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 jsonschema drwxr-sr-x. 2 jenkins 1001020000 69 Sep 7 06:56 openapi -rw-r--r--. 1 jenkins 1001020000 51082 Sep 7 06:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 49906 Sep 7 06:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 51630 Sep 7 06:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 52123 Sep 7 06:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 51285 Sep 7 06:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 52742 Sep 7 06:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 53089 Sep 7 06:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 52303 Sep 7 06:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 51017 Sep 7 06:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 51175 Sep 7 06:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 62126 Sep 7 06:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 50627 Sep 7 06:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 50583 Sep 7 06:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 50738 Sep 7 06:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 50616 Sep 7 06:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 50557 Sep 7 06:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 50726 Sep 7 06:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 50707 Sep 7 06:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 50602 Sep 7 06:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 50509 Sep 7 06:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 104087 Sep 7 06:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 57724 Sep 7 06:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 51633 Sep 7 06:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 52126 Sep 7 06:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 51288 Sep 7 06:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 52745 Sep 7 06:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 53092 Sep 7 06:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 53182 Sep 7 06:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 52306 Sep 7 06:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 51020 Sep 7 06:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 50987 Sep 7 06:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 59733 Sep 7 06:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 52139 Sep 7 06:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 54555 Sep 7 06:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 50877 Sep 7 06:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 50555 Sep 7 06:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 50170 Sep 7 06:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 50092 Sep 7 06:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 50212 Sep 7 06:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 50194 Sep 7 06:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 91905 Sep 7 06:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 54674 Sep 7 06:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 52139 Sep 7 06:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52335 Sep 7 06:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 50877 Sep 7 06:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 51209 Sep 7 06:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 50555 Sep 7 06:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 50883 Sep 7 06:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 53647 Sep 7 06:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 51796 Sep 7 06:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52332 Sep 7 06:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 50874 Sep 7 06:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 51038 Sep 7 06:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 50552 Sep 7 06:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 50712 Sep 7 06:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 50231 Sep 7 06:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 50384 Sep 7 06:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 50084 Sep 7 06:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 50704 Sep 7 06:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 50860 Sep 7 06:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 50579 Sep 7 06:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 49921 Sep 7 06:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 49890 Sep 7 06:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 52992 Sep 7 06:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 52783 Sep 7 06:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 61068 Sep 7 06:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 49284 Sep 7 06:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 50573 Sep 7 06:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 48680 Sep 7 06:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 56631 Sep 7 06:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 68331 Sep 7 06:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 56926 Sep 7 06:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 52908 Sep 7 06:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 63865 Sep 7 06:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 96404 Sep 7 06:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 74337 Sep 7 06:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 52003 Sep 7 06:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 72657 Sep 7 06:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 73052 Sep 7 06:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 63946 Sep 7 06:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 58159 Sep 7 06:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 49993 Sep 7 06:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 48589 Sep 7 06:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 51480 Sep 7 06:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 50961 Sep 7 06:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 51543 Sep 7 06:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 51210 Sep 7 06:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 52873 Sep 7 06:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 52959 Sep 7 06:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 52559 Sep 7 06:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 52493 Sep 7 06:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 55040 Sep 7 06:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 50631 Sep 7 06:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 51025 Sep 7 06:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 52954 Sep 7 06:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 51877 Sep 7 06:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 53668 Sep 7 06:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 56895 Sep 7 06:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 49393 Sep 7 06:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 50361 Sep 7 06:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 50842 Sep 7 06:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 49532 Sep 7 06:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 55501 Sep 7 06:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 49910 Sep 7 06:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 57307 Sep 7 06:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 51 Sep 7 06:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 53858 Sep 7 06:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 25057 Sep 7 06:56 search.json drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 slides -rw-r--r--. 1 jenkins 1001020000 56588 Sep 7 06:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 68516 Sep 7 06:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 54547 Sep 7 06:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 62419 Sep 7 06:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 56343 Sep 7 06:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 55666 Sep 7 06:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 54466 Sep 7 06:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 58855 Sep 7 06:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 53005 Sep 7 06:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 66866 Sep 7 06:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 58787 Sep 7 06:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 58214 Sep 7 06:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 55409 Sep 7 06:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 55368 Sep 7 06:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 53510 Sep 7 06:56 tag_troubleshooting.html ./1.3/css: total 80 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Sep 7 06:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23925 Sep 7 06:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Sep 7 06:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Sep 7 06:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Sep 7 06:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Sep 7 06:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Sep 7 06:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4249 Sep 7 06:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Sep 7 06:56 theme-green.css ./1.3/docson: total 76 drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Sep 7 06:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Sep 7 06:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Sep 7 06:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Sep 7 06:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Sep 7 06:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Sep 7 06:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Sep 7 06:56 widget.js ./1.3/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Sep 7 06:56 docson.css ./1.3/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Sep 7 06:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Sep 7 06:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Sep 7 06:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Sep 7 06:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Sep 7 06:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Sep 7 06:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Sep 7 06:56 traverse.js ./1.3/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Sep 7 06:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Sep 7 06:56 signature.html ./1.3/files: total 28 drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Sep 7 06:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Sep 7 06:56 migration_mongodb_1.0.0.js ./1.3/images: total 316 drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Sep 7 06:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Sep 7 06:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Sep 7 06:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Sep 7 06:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Sep 7 06:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Sep 7 06:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Sep 7 06:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Sep 7 06:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Sep 7 06:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Sep 7 06:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Sep 7 06:56 iot_logo.svg drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 pages ./1.3/images/blog: total 328 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Sep 7 06:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Sep 7 06:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Sep 7 06:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Sep 7 06:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Sep 7 06:56 2018-12-14-command-and-control.png ./1.3/images/pages: total 8 drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 protocol ./1.3/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Sep 7 06:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Sep 7 06:56 context-overview.png ./1.3/images/pages/basic: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16882 Sep 7 06:56 ditto-class-diagram-v1.png -rw-r--r--. 1 jenkins 1001020000 23249 Sep 7 06:56 ditto-class-diagram-v1.svg -rwxr-xr-x. 1 jenkins 1001020000 4115 Sep 7 06:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Sep 7 06:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Sep 7 06:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Sep 7 06:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Sep 7 06:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Sep 7 06:56 policy-example.png ./1.3/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Sep 7 06:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Sep 7 06:56 ditto-twin-channel.png ./1.3/js: total 24 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Sep 7 06:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Sep 7 06:56 toc.js ./1.3/jsonschema: total 116 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 22575 Sep 7 06:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1373 Sep 7 06:56 error.json -rw-r--r--. 1 jenkins 1001020000 1129 Sep 7 06:56 feature.json -rw-r--r--. 1 jenkins 1001020000 1338 Sep 7 06:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 3651 Sep 7 06:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Sep 7 06:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Sep 7 06:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 3923 Sep 7 06:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2556 Sep 7 06:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Sep 7 06:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Sep 7 06:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Sep 7 06:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Sep 7 06:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Sep 7 06:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Sep 7 06:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 4775 Sep 7 06:56 thing_v1.json -rw-r--r--. 1 jenkins 1001020000 4673 Sep 7 06:56 thing_v2.json ./1.3/openapi: total 372 drwxr-sr-x. 2 jenkins 1001020000 69 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 132803 Sep 7 06:56 ditto-api-1.yml -rw-r--r--. 1 jenkins 1001020000 223058 Sep 7 06:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 420 Sep 7 06:56 README.md ./1.3/slides: total 28 drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 images ./1.3/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29017 Sep 7 06:56 index.html ./1.3/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 34289 Sep 7 06:56 index.html ./1.3/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14218 Sep 7 06:56 index.html ./1.3/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15010 Sep 7 06:56 index.html ./1.3/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 31911 Sep 7 06:56 index.html ./1.3/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14994 Sep 7 06:56 index.html ./1.3/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Sep 7 06:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Sep 7 06:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Sep 7 06:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Sep 7 06:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Sep 7 06:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Sep 7 06:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Sep 7 06:56 background-twin-small.jpg ./1.3/slides/images: total 516 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Sep 7 06:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Sep 7 06:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Sep 7 06:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Sep 7 06:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Sep 7 06:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Sep 7 06:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Sep 7 06:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Sep 7 06:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Sep 7 06:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Sep 7 06:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Sep 7 06:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Sep 7 06:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Sep 7 06:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Sep 7 06:56 ttn-logo.png ./1.4: total 11260 drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 12615 Sep 7 06:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 12633 Sep 7 06:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 13675 Sep 7 06:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13154 Sep 7 06:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 13633 Sep 7 06:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 16912 Sep 7 06:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 16662 Sep 7 06:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13331 Sep 7 06:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 92459 Sep 7 06:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13202 Sep 7 06:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13355 Sep 7 06:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 25951 Sep 7 06:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 13439 Sep 7 06:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14272 Sep 7 06:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 13524 Sep 7 06:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13126 Sep 7 06:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 28799 Sep 7 06:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 12693 Sep 7 06:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13283 Sep 7 06:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13213 Sep 7 06:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 13701 Sep 7 06:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 16798 Sep 7 06:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13246 Sep 7 06:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 14530 Sep 7 06:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13361 Sep 7 06:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 15854 Sep 7 06:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 52749 Sep 7 06:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15121 Sep 7 06:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 13901 Sep 7 06:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 13734 Sep 7 06:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17092 Sep 7 06:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 36680 Sep 7 06:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 13525 Sep 7 06:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 48279 Sep 7 06:56 404.html -rw-r--r--. 1 jenkins 1001020000 51766 Sep 7 06:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 50171 Sep 7 06:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 51273 Sep 7 06:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 49904 Sep 7 06:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 49747 Sep 7 06:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 49806 Sep 7 06:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 54365 Sep 7 06:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 88707 Sep 7 06:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 53062 Sep 7 06:56 basic-acl.html -rw-r--r--. 1 jenkins 1001020000 52075 Sep 7 06:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 52809 Sep 7 06:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 52928 Sep 7 06:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 90227 Sep 7 06:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 57140 Sep 7 06:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 52563 Sep 7 06:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 65123 Sep 7 06:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 56593 Sep 7 06:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 66079 Sep 7 06:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 52364 Sep 7 06:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 59321 Sep 7 06:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 60958 Sep 7 06:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 70763 Sep 7 06:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 61205 Sep 7 06:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 56405 Sep 7 06:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 50292 Sep 7 06:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 48775 Sep 7 06:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 49081 Sep 7 06:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 49121 Sep 7 06:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 51712 Sep 7 06:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 55828 Sep 7 06:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 17538 Sep 7 06:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 21294 Sep 7 06:56 blog.html -rw-r--r--. 1 jenkins 1001020000 81868 Sep 7 06:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 52404 Sep 7 06:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 48638 Sep 7 06:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 49807 Sep 7 06:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 76327 Sep 7 06:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 127856 Sep 7 06:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 49607 Sep 7 06:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 60731 Sep 7 06:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 64066 Sep 7 06:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 67145 Sep 7 06:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 59207 Sep 7 06:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 76155 Sep 7 06:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 74953 Sep 7 06:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 57230 Sep 7 06:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 docson -rw-r--r--. 1 jenkins 1001020000 12666 Sep 7 06:56 EclipseDitto-community-call.ics -rw-r--r--. 1 jenkins 1001020000 49791 Sep 7 06:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 files -rw-r--r--. 1 jenkins 1001020000 49937 Sep 7 06:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Sep 7 06:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 96613 Sep 7 06:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 10843 Sep 7 06:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 55270 Sep 7 06:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 49182 Sep 7 06:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 64030 Sep 7 06:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 52536 Sep 7 06:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 68210 Sep 7 06:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 images -rw-r--r--. 1 jenkins 1001020000 12999 Sep 7 06:56 index.html -rw-r--r--. 1 jenkins 1001020000 49966 Sep 7 06:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 124474 Sep 7 06:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 50937 Sep 7 06:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 50523 Sep 7 06:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 57928 Sep 7 06:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 52052 Sep 7 06:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 jsonschema drwxr-sr-x. 2 jenkins 1001020000 69 Sep 7 06:56 openapi -rw-r--r--. 1 jenkins 1001020000 51552 Sep 7 06:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 50062 Sep 7 06:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 51786 Sep 7 06:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 52279 Sep 7 06:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 51441 Sep 7 06:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 52898 Sep 7 06:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 53245 Sep 7 06:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 52459 Sep 7 06:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 51173 Sep 7 06:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 51331 Sep 7 06:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 62282 Sep 7 06:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 50783 Sep 7 06:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 50739 Sep 7 06:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 50894 Sep 7 06:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 50772 Sep 7 06:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 50713 Sep 7 06:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 50882 Sep 7 06:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 50863 Sep 7 06:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 50758 Sep 7 06:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 50665 Sep 7 06:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 104243 Sep 7 06:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 57880 Sep 7 06:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 51789 Sep 7 06:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 52282 Sep 7 06:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 51444 Sep 7 06:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 52901 Sep 7 06:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 53248 Sep 7 06:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 53338 Sep 7 06:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 52462 Sep 7 06:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 51176 Sep 7 06:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 51143 Sep 7 06:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 59889 Sep 7 06:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 52295 Sep 7 06:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 54711 Sep 7 06:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 51033 Sep 7 06:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 50711 Sep 7 06:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 50326 Sep 7 06:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 50248 Sep 7 06:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 50368 Sep 7 06:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 50350 Sep 7 06:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 92061 Sep 7 06:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 54830 Sep 7 06:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 52295 Sep 7 06:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52491 Sep 7 06:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 51033 Sep 7 06:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 51365 Sep 7 06:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 50711 Sep 7 06:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 51039 Sep 7 06:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 53803 Sep 7 06:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 51952 Sep 7 06:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52488 Sep 7 06:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 51030 Sep 7 06:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 51194 Sep 7 06:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 50708 Sep 7 06:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 50868 Sep 7 06:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 50387 Sep 7 06:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 50540 Sep 7 06:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 50240 Sep 7 06:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 50860 Sep 7 06:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 51016 Sep 7 06:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 50735 Sep 7 06:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 50077 Sep 7 06:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 50046 Sep 7 06:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 53148 Sep 7 06:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 52939 Sep 7 06:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 61224 Sep 7 06:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 49440 Sep 7 06:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 50729 Sep 7 06:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 48836 Sep 7 06:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 56787 Sep 7 06:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 68487 Sep 7 06:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 57082 Sep 7 06:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 53064 Sep 7 06:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 64021 Sep 7 06:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 96560 Sep 7 06:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 74493 Sep 7 06:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 52159 Sep 7 06:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 72813 Sep 7 06:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 73208 Sep 7 06:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 64102 Sep 7 06:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 58317 Sep 7 06:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 50149 Sep 7 06:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 48745 Sep 7 06:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 51636 Sep 7 06:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 51117 Sep 7 06:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 51699 Sep 7 06:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 51366 Sep 7 06:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 53029 Sep 7 06:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 53115 Sep 7 06:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 52715 Sep 7 06:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 52649 Sep 7 06:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 55196 Sep 7 06:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 50787 Sep 7 06:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 51181 Sep 7 06:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 53110 Sep 7 06:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 52033 Sep 7 06:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 53824 Sep 7 06:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 57051 Sep 7 06:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 49549 Sep 7 06:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 50517 Sep 7 06:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 50998 Sep 7 06:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 49688 Sep 7 06:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 55657 Sep 7 06:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 50066 Sep 7 06:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 57463 Sep 7 06:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 54234 Sep 7 06:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 51 Sep 7 06:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 54014 Sep 7 06:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 25769 Sep 7 06:56 search.json drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 slides -rw-r--r--. 1 jenkins 1001020000 56876 Sep 7 06:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 70316 Sep 7 06:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 54835 Sep 7 06:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 62707 Sep 7 06:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 56631 Sep 7 06:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 55954 Sep 7 06:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 54754 Sep 7 06:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 59143 Sep 7 06:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 53293 Sep 7 06:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 67163 Sep 7 06:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 59320 Sep 7 06:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 58502 Sep 7 06:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 55697 Sep 7 06:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 55656 Sep 7 06:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 53798 Sep 7 06:56 tag_troubleshooting.html ./1.4/css: total 80 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Sep 7 06:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23925 Sep 7 06:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Sep 7 06:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Sep 7 06:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Sep 7 06:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Sep 7 06:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Sep 7 06:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4249 Sep 7 06:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Sep 7 06:56 theme-green.css ./1.4/docson: total 76 drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Sep 7 06:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Sep 7 06:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Sep 7 06:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Sep 7 06:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Sep 7 06:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Sep 7 06:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Sep 7 06:56 widget.js ./1.4/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Sep 7 06:56 docson.css ./1.4/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Sep 7 06:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Sep 7 06:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Sep 7 06:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Sep 7 06:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Sep 7 06:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Sep 7 06:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Sep 7 06:56 traverse.js ./1.4/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Sep 7 06:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Sep 7 06:56 signature.html ./1.4/files: total 28 drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Sep 7 06:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Sep 7 06:56 migration_mongodb_1.0.0.js ./1.4/images: total 316 drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Sep 7 06:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Sep 7 06:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Sep 7 06:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Sep 7 06:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Sep 7 06:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Sep 7 06:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Sep 7 06:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Sep 7 06:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Sep 7 06:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Sep 7 06:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Sep 7 06:56 iot_logo.svg drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 pages ./1.4/images/blog: total 328 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Sep 7 06:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Sep 7 06:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Sep 7 06:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Sep 7 06:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Sep 7 06:56 2018-12-14-command-and-control.png ./1.4/images/pages: total 8 drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 protocol ./1.4/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Sep 7 06:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Sep 7 06:56 context-overview.png ./1.4/images/pages/basic: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16882 Sep 7 06:56 ditto-class-diagram-v1.png -rw-r--r--. 1 jenkins 1001020000 23249 Sep 7 06:56 ditto-class-diagram-v1.svg -rwxr-xr-x. 1 jenkins 1001020000 4115 Sep 7 06:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Sep 7 06:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Sep 7 06:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Sep 7 06:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Sep 7 06:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Sep 7 06:56 policy-example.png ./1.4/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Sep 7 06:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Sep 7 06:56 ditto-twin-channel.png ./1.4/js: total 24 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Sep 7 06:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Sep 7 06:56 toc.js ./1.4/jsonschema: total 116 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 23012 Sep 7 06:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1373 Sep 7 06:56 error.json -rw-r--r--. 1 jenkins 1001020000 1129 Sep 7 06:56 feature.json -rw-r--r--. 1 jenkins 1001020000 1338 Sep 7 06:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 3651 Sep 7 06:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Sep 7 06:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Sep 7 06:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 3925 Sep 7 06:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2556 Sep 7 06:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Sep 7 06:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Sep 7 06:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Sep 7 06:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Sep 7 06:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Sep 7 06:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Sep 7 06:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 4775 Sep 7 06:56 thing_v1.json -rw-r--r--. 1 jenkins 1001020000 4673 Sep 7 06:56 thing_v2.json ./1.4/openapi: total 372 drwxr-sr-x. 2 jenkins 1001020000 69 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 132803 Sep 7 06:56 ditto-api-1.yml -rw-r--r--. 1 jenkins 1001020000 223058 Sep 7 06:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 420 Sep 7 06:56 README.md ./1.4/slides: total 28 drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 images ./1.4/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29017 Sep 7 06:56 index.html ./1.4/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 34289 Sep 7 06:56 index.html ./1.4/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14218 Sep 7 06:56 index.html ./1.4/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15010 Sep 7 06:56 index.html ./1.4/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 31911 Sep 7 06:56 index.html ./1.4/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14994 Sep 7 06:56 index.html ./1.4/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16055 Sep 7 06:56 index.html ./1.4/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Sep 7 06:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Sep 7 06:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Sep 7 06:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Sep 7 06:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Sep 7 06:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Sep 7 06:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Sep 7 06:56 background-twin-small.jpg ./1.4/slides/images: total 516 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Sep 7 06:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Sep 7 06:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Sep 7 06:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Sep 7 06:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Sep 7 06:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Sep 7 06:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Sep 7 06:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Sep 7 06:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Sep 7 06:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Sep 7 06:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Sep 7 06:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Sep 7 06:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Sep 7 06:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Sep 7 06:56 ttn-logo.png ./1.5: total 12408 drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 12615 Sep 7 06:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 12633 Sep 7 06:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 13696 Sep 7 06:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13154 Sep 7 06:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 13633 Sep 7 06:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 16912 Sep 7 06:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 16662 Sep 7 06:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13331 Sep 7 06:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 92522 Sep 7 06:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13202 Sep 7 06:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13355 Sep 7 06:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 25951 Sep 7 06:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 13439 Sep 7 06:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14272 Sep 7 06:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 13524 Sep 7 06:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13126 Sep 7 06:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 28834 Sep 7 06:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 12693 Sep 7 06:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13283 Sep 7 06:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13213 Sep 7 06:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 13701 Sep 7 06:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 16798 Sep 7 06:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13246 Sep 7 06:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 14530 Sep 7 06:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13361 Sep 7 06:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 15854 Sep 7 06:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 52749 Sep 7 06:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15121 Sep 7 06:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 13901 Sep 7 06:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 13734 Sep 7 06:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17092 Sep 7 06:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 36729 Sep 7 06:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 13525 Sep 7 06:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 23771 Sep 7 06:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 17666 Sep 7 06:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 13801 Sep 7 06:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 50720 Sep 7 06:56 404.html -rw-r--r--. 1 jenkins 1001020000 54207 Sep 7 06:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 52612 Sep 7 06:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 53714 Sep 7 06:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 52525 Sep 7 06:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 52188 Sep 7 06:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 52247 Sep 7 06:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 56806 Sep 7 06:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 92107 Sep 7 06:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 55503 Sep 7 06:56 basic-acl.html -rw-r--r--. 1 jenkins 1001020000 54516 Sep 7 06:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 55250 Sep 7 06:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 55369 Sep 7 06:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 92668 Sep 7 06:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 59581 Sep 7 06:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 55004 Sep 7 06:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 69230 Sep 7 06:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 59034 Sep 7 06:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 68520 Sep 7 06:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 54805 Sep 7 06:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 61762 Sep 7 06:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 63642 Sep 7 06:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 73570 Sep 7 06:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 63646 Sep 7 06:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 58846 Sep 7 06:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 52733 Sep 7 06:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 51216 Sep 7 06:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 51522 Sep 7 06:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 51562 Sep 7 06:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 54153 Sep 7 06:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 58627 Sep 7 06:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 18169 Sep 7 06:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 21362 Sep 7 06:56 blog.html -rw-r--r--. 1 jenkins 1001020000 84323 Sep 7 06:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 54845 Sep 7 06:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 51079 Sep 7 06:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 52248 Sep 7 06:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 78768 Sep 7 06:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 130297 Sep 7 06:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 52049 Sep 7 06:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 63172 Sep 7 06:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 66487 Sep 7 06:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 69586 Sep 7 06:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 61648 Sep 7 06:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 78596 Sep 7 06:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 77394 Sep 7 06:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 59671 Sep 7 06:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 docson -rw-r--r--. 1 jenkins 1001020000 51675 Sep 7 06:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 files -rw-r--r--. 1 jenkins 1001020000 52910 Sep 7 06:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Sep 7 06:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 99054 Sep 7 06:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 10843 Sep 7 06:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 57711 Sep 7 06:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 51623 Sep 7 06:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 56406 Sep 7 06:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 67539 Sep 7 06:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 54977 Sep 7 06:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 70651 Sep 7 06:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 images -rw-r--r--. 1 jenkins 1001020000 12999 Sep 7 06:56 index.html -rw-r--r--. 1 jenkins 1001020000 52407 Sep 7 06:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 126910 Sep 7 06:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 53378 Sep 7 06:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 52964 Sep 7 06:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 60369 Sep 7 06:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 54493 Sep 7 06:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 84 Sep 7 06:56 openapi -rw-r--r--. 1 jenkins 1001020000 53993 Sep 7 06:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 52503 Sep 7 06:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 54227 Sep 7 06:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 54720 Sep 7 06:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 53882 Sep 7 06:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 54977 Sep 7 06:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 53707 Sep 7 06:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 56925 Sep 7 06:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 57296 Sep 7 06:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 54900 Sep 7 06:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 53614 Sep 7 06:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 53772 Sep 7 06:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 66216 Sep 7 06:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 53224 Sep 7 06:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 53180 Sep 7 06:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 53335 Sep 7 06:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 53416 Sep 7 06:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 53397 Sep 7 06:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 53213 Sep 7 06:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 53154 Sep 7 06:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 53323 Sep 7 06:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 53304 Sep 7 06:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 53199 Sep 7 06:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 53106 Sep 7 06:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 115009 Sep 7 06:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 60321 Sep 7 06:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 54230 Sep 7 06:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 54723 Sep 7 06:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 53885 Sep 7 06:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 54980 Sep 7 06:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 53710 Sep 7 06:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 56928 Sep 7 06:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 57299 Sep 7 06:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 55779 Sep 7 06:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 54903 Sep 7 06:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 53617 Sep 7 06:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 53584 Sep 7 06:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 63964 Sep 7 06:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 54736 Sep 7 06:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 57152 Sep 7 06:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 53474 Sep 7 06:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 53152 Sep 7 06:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 52767 Sep 7 06:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52689 Sep 7 06:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 52809 Sep 7 06:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 52791 Sep 7 06:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 94502 Sep 7 06:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 57271 Sep 7 06:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 54736 Sep 7 06:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 54932 Sep 7 06:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 53474 Sep 7 06:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 53806 Sep 7 06:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 53152 Sep 7 06:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 53480 Sep 7 06:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 56244 Sep 7 06:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 54393 Sep 7 06:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 54929 Sep 7 06:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 53471 Sep 7 06:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 53635 Sep 7 06:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 53149 Sep 7 06:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 53309 Sep 7 06:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 52828 Sep 7 06:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 52981 Sep 7 06:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 52681 Sep 7 06:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 53240 Sep 7 06:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 52590 Sep 7 06:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 54094 Sep 7 06:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 54262 Sep 7 06:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 53176 Sep 7 06:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 52518 Sep 7 06:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 52487 Sep 7 06:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 56406 Sep 7 06:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 56209 Sep 7 06:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 63665 Sep 7 06:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 51881 Sep 7 06:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 53170 Sep 7 06:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 51277 Sep 7 06:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 59536 Sep 7 06:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 70928 Sep 7 06:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 59523 Sep 7 06:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 55505 Sep 7 06:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 66462 Sep 7 06:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 109761 Sep 7 06:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 83226 Sep 7 06:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 54600 Sep 7 06:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 75254 Sep 7 06:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 80691 Sep 7 06:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 66543 Sep 7 06:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 60758 Sep 7 06:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 52590 Sep 7 06:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 51186 Sep 7 06:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 54077 Sep 7 06:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 53558 Sep 7 06:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 54147 Sep 7 06:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 53807 Sep 7 06:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 55470 Sep 7 06:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 55556 Sep 7 06:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 55156 Sep 7 06:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 55090 Sep 7 06:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 57637 Sep 7 06:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 53228 Sep 7 06:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 53622 Sep 7 06:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 55551 Sep 7 06:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 54474 Sep 7 06:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 56265 Sep 7 06:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 59492 Sep 7 06:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 51990 Sep 7 06:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 52958 Sep 7 06:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 53439 Sep 7 06:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 52129 Sep 7 06:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 58098 Sep 7 06:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 52507 Sep 7 06:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 59911 Sep 7 06:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 56675 Sep 7 06:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 60142 Sep 7 06:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 51461 Sep 7 06:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 51 Sep 7 06:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 56476 Sep 7 06:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 26929 Sep 7 06:56 search.json drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 slides -rw-r--r--. 1 jenkins 1001020000 59599 Sep 7 06:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 74684 Sep 7 06:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 57558 Sep 7 06:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 65430 Sep 7 06:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 59304 Sep 7 06:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 59230 Sep 7 06:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 57477 Sep 7 06:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 61866 Sep 7 06:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 56016 Sep 7 06:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 70439 Sep 7 06:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 62533 Sep 7 06:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 61225 Sep 7 06:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 58420 Sep 7 06:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 58379 Sep 7 06:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 56471 Sep 7 06:56 tag_troubleshooting.html ./1.5/css: total 80 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Sep 7 06:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23925 Sep 7 06:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Sep 7 06:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Sep 7 06:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Sep 7 06:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Sep 7 06:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Sep 7 06:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4249 Sep 7 06:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Sep 7 06:56 theme-green.css ./1.5/docson: total 76 drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Sep 7 06:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Sep 7 06:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Sep 7 06:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Sep 7 06:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Sep 7 06:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Sep 7 06:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Sep 7 06:56 widget.js ./1.5/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Sep 7 06:56 docson.css ./1.5/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Sep 7 06:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Sep 7 06:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Sep 7 06:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Sep 7 06:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Sep 7 06:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Sep 7 06:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Sep 7 06:56 traverse.js ./1.5/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Sep 7 06:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Sep 7 06:56 signature.html ./1.5/files: total 28 drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Sep 7 06:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Sep 7 06:56 migration_mongodb_1.0.0.js ./1.5/images: total 316 drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Sep 7 06:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Sep 7 06:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Sep 7 06:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Sep 7 06:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Sep 7 06:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Sep 7 06:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Sep 7 06:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Sep 7 06:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Sep 7 06:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Sep 7 06:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Sep 7 06:56 iot_logo.svg drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 pages ./1.5/images/blog: total 328 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Sep 7 06:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Sep 7 06:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Sep 7 06:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Sep 7 06:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Sep 7 06:56 2018-12-14-command-and-control.png ./1.5/images/pages: total 8 drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 protocol ./1.5/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Sep 7 06:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Sep 7 06:56 context-overview.png ./1.5/images/pages/basic: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16882 Sep 7 06:56 ditto-class-diagram-v1.png -rw-r--r--. 1 jenkins 1001020000 23249 Sep 7 06:56 ditto-class-diagram-v1.svg -rwxr-xr-x. 1 jenkins 1001020000 4115 Sep 7 06:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Sep 7 06:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Sep 7 06:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Sep 7 06:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Sep 7 06:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Sep 7 06:56 policy-example.png ./1.5/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Sep 7 06:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Sep 7 06:56 ditto-twin-channel.png ./1.5/js: total 24 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Sep 7 06:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Sep 7 06:56 toc.js ./1.5/jsonschema: total 120 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 23012 Sep 7 06:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1373 Sep 7 06:56 error.json -rw-r--r--. 1 jenkins 1001020000 1129 Sep 7 06:56 feature.json -rw-r--r--. 1 jenkins 1001020000 1450 Sep 7 06:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Sep 7 06:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 3651 Sep 7 06:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Sep 7 06:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Sep 7 06:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 3930 Sep 7 06:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2556 Sep 7 06:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Sep 7 06:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Sep 7 06:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Sep 7 06:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Sep 7 06:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Sep 7 06:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Sep 7 06:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 4775 Sep 7 06:56 thing_v1.json -rw-r--r--. 1 jenkins 1001020000 5035 Sep 7 06:56 thing_v2.json ./1.5/openapi: total 396 drwxr-sr-x. 3 jenkins 1001020000 84 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 131785 Sep 7 06:56 ditto-api-1.yml -rw-r--r--. 1 jenkins 1001020000 246414 Sep 7 06:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 645 Sep 7 06:56 README.md drwxr-sr-x. 7 jenkins 1001020000 176 Sep 7 06:56 sources ./1.5/openapi/sources: total 172 drwxr-sr-x. 7 jenkins 1001020000 176 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 84 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 132810 Sep 7 06:56 api-1-index.yml -rw-r--r--. 1 jenkins 1001020000 8749 Sep 7 06:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 318 Sep 7 06:56 package.json -rw-r--r--. 1 jenkins 1001020000 13974 Sep 7 06:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 parameters drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 paths drwxr-sr-x. 2 jenkins 1001020000 111 Sep 7 06:56 requests drwxr-sr-x. 2 jenkins 1001020000 138 Sep 7 06:56 responses drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 schemas ./1.5/openapi/sources/parameters: total 116 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 7 jenkins 1001020000 176 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 662 Sep 7 06:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Sep 7 06:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Sep 7 06:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Sep 7 06:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Sep 7 06:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Sep 7 06:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Sep 7 06:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Sep 7 06:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Sep 7 06:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Sep 7 06:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Sep 7 06:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Sep 7 06:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Sep 7 06:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Sep 7 06:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Sep 7 06:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 716 Sep 7 06:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 747 Sep 7 06:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Sep 7 06:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Sep 7 06:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Sep 7 06:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Sep 7 06:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Sep 7 06:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Sep 7 06:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Sep 7 06:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Sep 7 06:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Sep 7 06:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Sep 7 06:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 939 Sep 7 06:56 timeoutParam.yml ./1.5/openapi/sources/paths: total 0 drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 . drwxr-sr-x. 7 jenkins 1001020000 176 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Sep 7 06:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 162 Sep 7 06:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Sep 7 06:56 messages drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Sep 7 06:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Sep 7 06:56 whoami ./1.5/openapi/sources/paths/cloudevents: total 4 drwxr-sr-x. 2 jenkins 1001020000 29 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 4077 Sep 7 06:56 cloudevents.yml ./1.5/openapi/sources/paths/features: total 80 drwxr-sr-x. 2 jenkins 1001020000 162 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 8210 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 8579 Sep 7 06:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 8217 Sep 7 06:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 8915 Sep 7 06:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 10168 Sep 7 06:56 index.yml -rw-r--r--. 1 jenkins 1001020000 8437 Sep 7 06:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 8061 Sep 7 06:56 property.yml ./1.5/openapi/sources/paths/messages: total 28 drwxr-sr-x. 2 jenkins 1001020000 147 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3967 Sep 7 06:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3848 Sep 7 06:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4679 Sep 7 06:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4384 Sep 7 06:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3709 Sep 7 06:56 outbox-message.yml ./1.5/openapi/sources/paths/policies: total 72 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 6071 Sep 7 06:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9893 Sep 7 06:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 11028 Sep 7 06:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6492 Sep 7 06:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8394 Sep 7 06:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5712 Sep 7 06:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8463 Sep 7 06:56 subject.yml ./1.5/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 2189 Sep 7 06:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4132 Sep 7 06:56 things.yml ./1.5/openapi/sources/paths/things: total 56 drwxr-sr-x. 2 jenkins 1001020000 125 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 7406 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 8133 Sep 7 06:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 7691 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6590 Sep 7 06:56 index.yml -rw-r--r--. 1 jenkins 1001020000 5727 Sep 7 06:56 policyid.yml -rw-r--r--. 1 jenkins 1001020000 13214 Sep 7 06:56 thing.yml ./1.5/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 1026 Sep 7 06:56 index.yml ./1.5/openapi/sources/requests: total 20 drwxr-sr-x. 2 jenkins 1001020000 111 Sep 7 06:56 . drwxr-sr-x. 7 jenkins 1001020000 176 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 1246 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 808 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Sep 7 06:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 740 Sep 7 06:56 payload.yml -rw-r--r--. 1 jenkins 1001020000 1149 Sep 7 06:56 value.yml ./1.5/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 138 Sep 7 06:56 . drwxr-sr-x. 7 jenkins 1001020000 176 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 568 Sep 7 06:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 579 Sep 7 06:56 messageTimeout.yml -rw-r--r--. 1 jenkins 1001020000 566 Sep 7 06:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Sep 7 06:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1173 Sep 7 06:56 preconditionFailed.yml ./1.5/openapi/sources/schemas: total 96 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 7 jenkins 1001020000 176 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Sep 7 06:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 479 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 573 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 803 Sep 7 06:56 error.yml -rw-r--r--. 1 jenkins 1001020000 649 Sep 7 06:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Sep 7 06:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Sep 7 06:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Sep 7 06:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Sep 7 06:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 2283 Sep 7 06:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 491 Sep 7 06:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Sep 7 06:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Sep 7 06:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 505 Sep 7 06:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Sep 7 06:56 resourceEntryRestricted.yml -rw-r--r--. 1 jenkins 1001020000 679 Sep 7 06:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 785 Sep 7 06:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 489 Sep 7 06:56 searchResultThings.yml -rw-r--r--. 1 jenkins 1001020000 731 Sep 7 06:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Sep 7 06:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 1768 Sep 7 06:56 thing.yml -rw-r--r--. 1 jenkins 1001020000 519 Sep 7 06:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Sep 7 06:56 whoami.yml ./1.5/slides: total 28 drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 images ./1.5/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Sep 7 06:56 index.html ./1.5/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Sep 7 06:56 index.html ./1.5/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Sep 7 06:56 index.html ./1.5/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Sep 7 06:56 index.html ./1.5/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 31918 Sep 7 06:56 index.html ./1.5/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Sep 7 06:56 index.html ./1.5/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Sep 7 06:56 index.html ./1.5/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Sep 7 06:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Sep 7 06:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Sep 7 06:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Sep 7 06:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Sep 7 06:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Sep 7 06:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Sep 7 06:56 background-twin-small.jpg ./1.5/slides/images: total 516 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Sep 7 06:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Sep 7 06:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Sep 7 06:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Sep 7 06:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Sep 7 06:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Sep 7 06:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Sep 7 06:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Sep 7 06:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Sep 7 06:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Sep 7 06:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Sep 7 06:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Sep 7 06:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Sep 7 06:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Sep 7 06:56 ttn-logo.png ./2.0: total 15040 drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 13227 Sep 7 06:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13245 Sep 7 06:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14308 Sep 7 06:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13766 Sep 7 06:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14245 Sep 7 06:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17524 Sep 7 06:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17274 Sep 7 06:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13943 Sep 7 06:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 93134 Sep 7 06:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13814 Sep 7 06:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13967 Sep 7 06:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26563 Sep 7 06:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14051 Sep 7 06:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14884 Sep 7 06:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14136 Sep 7 06:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13738 Sep 7 06:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29446 Sep 7 06:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13305 Sep 7 06:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13895 Sep 7 06:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13825 Sep 7 06:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14313 Sep 7 06:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17410 Sep 7 06:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13858 Sep 7 06:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15142 Sep 7 06:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13973 Sep 7 06:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16471 Sep 7 06:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53361 Sep 7 06:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15704 Sep 7 06:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14513 Sep 7 06:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14346 Sep 7 06:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17704 Sep 7 06:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37341 Sep 7 06:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14137 Sep 7 06:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24383 Sep 7 06:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18278 Sep 7 06:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14413 Sep 7 06:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29279 Sep 7 06:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45064 Sep 7 06:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30440 Sep 7 06:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23206 Sep 7 06:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16746 Sep 7 06:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 56388 Sep 7 06:56 404.html -rw-r--r--. 1 jenkins 1001020000 66760 Sep 7 06:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 59876 Sep 7 06:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 58280 Sep 7 06:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 59382 Sep 7 06:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 58193 Sep 7 06:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 57863 Sep 7 06:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 57921 Sep 7 06:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 62475 Sep 7 06:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 98031 Sep 7 06:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 60079 Sep 7 06:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 61549 Sep 7 06:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 61038 Sep 7 06:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 99251 Sep 7 06:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 65249 Sep 7 06:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 61810 Sep 7 06:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 74783 Sep 7 06:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 64209 Sep 7 06:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 74916 Sep 7 06:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 60476 Sep 7 06:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 60908 Sep 7 06:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 70282 Sep 7 06:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 89255 Sep 7 06:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 69315 Sep 7 06:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 65066 Sep 7 06:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 57182 Sep 7 06:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 58497 Sep 7 06:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 56884 Sep 7 06:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 57346 Sep 7 06:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 57307 Sep 7 06:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 59984 Sep 7 06:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 63601 Sep 7 06:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 19960 Sep 7 06:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 22552 Sep 7 06:56 blog.html -rw-r--r--. 1 jenkins 1001020000 91269 Sep 7 06:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 59693 Sep 7 06:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 56748 Sep 7 06:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 57916 Sep 7 06:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 86159 Sep 7 06:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 138403 Sep 7 06:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 57717 Sep 7 06:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 68840 Sep 7 06:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 72155 Sep 7 06:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 75255 Sep 7 06:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 67316 Sep 7 06:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 89589 Sep 7 06:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 88539 Sep 7 06:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 65033 Sep 7 06:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 65339 Sep 7 06:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 docson -rw-r--r--. 1 jenkins 1001020000 57343 Sep 7 06:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 files -rw-r--r--. 1 jenkins 1001020000 58404 Sep 7 06:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Sep 7 06:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 107407 Sep 7 06:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11645 Sep 7 06:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 63379 Sep 7 06:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 57451 Sep 7 06:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 62001 Sep 7 06:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 74828 Sep 7 06:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 60629 Sep 7 06:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 76187 Sep 7 06:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 images -rw-r--r--. 1 jenkins 1001020000 13619 Sep 7 06:56 index.html -rw-r--r--. 1 jenkins 1001020000 58075 Sep 7 06:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 136271 Sep 7 06:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 59029 Sep 7 06:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 58635 Sep 7 06:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 66207 Sep 7 06:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 60238 Sep 7 06:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:56 openapi -rw-r--r--. 1 jenkins 1001020000 59661 Sep 7 06:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 58172 Sep 7 06:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 60620 Sep 7 06:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 61113 Sep 7 06:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 60293 Sep 7 06:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 61370 Sep 7 06:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 60100 Sep 7 06:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 63318 Sep 7 06:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 63689 Sep 7 06:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 61293 Sep 7 06:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 60007 Sep 7 06:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 60165 Sep 7 06:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 73323 Sep 7 06:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 59617 Sep 7 06:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 59573 Sep 7 06:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 59728 Sep 7 06:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 59809 Sep 7 06:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 59790 Sep 7 06:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 59606 Sep 7 06:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 59547 Sep 7 06:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 59716 Sep 7 06:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 59697 Sep 7 06:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 59592 Sep 7 06:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 59499 Sep 7 06:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 119240 Sep 7 06:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 66044 Sep 7 06:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 62560 Sep 7 06:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 62825 Sep 7 06:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 63417 Sep 7 06:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 62177 Sep 7 06:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 62289 Sep 7 06:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 64118 Sep 7 06:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 64361 Sep 7 06:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 60415 Sep 7 06:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 63301 Sep 7 06:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 62061 Sep 7 06:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 61818 Sep 7 06:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 65837 Sep 7 06:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 60623 Sep 7 06:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 61116 Sep 7 06:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 60296 Sep 7 06:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 61373 Sep 7 06:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 60103 Sep 7 06:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 63321 Sep 7 06:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 63692 Sep 7 06:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 62698 Sep 7 06:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 61296 Sep 7 06:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 60010 Sep 7 06:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 59977 Sep 7 06:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 71043 Sep 7 06:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 58111 Sep 7 06:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 60428 Sep 7 06:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 62862 Sep 7 06:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 59166 Sep 7 06:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 58844 Sep 7 06:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 58459 Sep 7 06:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 58381 Sep 7 06:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 58501 Sep 7 06:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 58483 Sep 7 06:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 101231 Sep 7 06:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 62963 Sep 7 06:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 60428 Sep 7 06:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 60633 Sep 7 06:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 59166 Sep 7 06:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 59498 Sep 7 06:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 58844 Sep 7 06:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 59172 Sep 7 06:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 61936 Sep 7 06:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 60085 Sep 7 06:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 60630 Sep 7 06:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 59163 Sep 7 06:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 59327 Sep 7 06:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 58841 Sep 7 06:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 59001 Sep 7 06:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 58976 Sep 7 06:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 59129 Sep 7 06:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 58838 Sep 7 06:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 59388 Sep 7 06:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 58738 Sep 7 06:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 60242 Sep 7 06:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 60410 Sep 7 06:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 59324 Sep 7 06:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 58666 Sep 7 06:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 58635 Sep 7 06:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 62815 Sep 7 06:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 62415 Sep 7 06:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 69207 Sep 7 06:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 57581 Sep 7 06:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 58838 Sep 7 06:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 57434 Sep 7 06:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 66016 Sep 7 06:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 58782 Sep 7 06:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 74875 Sep 7 06:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 63501 Sep 7 06:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 61456 Sep 7 06:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 70439 Sep 7 06:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 107912 Sep 7 06:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 82093 Sep 7 06:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 61716 Sep 7 06:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 91534 Sep 7 06:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 80919 Sep 7 06:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 81345 Sep 7 06:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 72213 Sep 7 06:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 67257 Sep 7 06:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 58259 Sep 7 06:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 56854 Sep 7 06:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 59745 Sep 7 06:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 59226 Sep 7 06:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 59815 Sep 7 06:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 59475 Sep 7 06:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 61077 Sep 7 06:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 61224 Sep 7 06:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 60824 Sep 7 06:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 60758 Sep 7 06:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 63244 Sep 7 06:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 58896 Sep 7 06:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 59290 Sep 7 06:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 61219 Sep 7 06:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 60142 Sep 7 06:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 61933 Sep 7 06:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 65131 Sep 7 06:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 57658 Sep 7 06:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 58626 Sep 7 06:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 59107 Sep 7 06:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 57797 Sep 7 06:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 63754 Sep 7 06:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 58175 Sep 7 06:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 65579 Sep 7 06:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 62344 Sep 7 06:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 65810 Sep 7 06:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 57129 Sep 7 06:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 96211 Sep 7 06:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 58917 Sep 7 06:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 51 Sep 7 06:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 62191 Sep 7 06:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 29117 Sep 7 06:56 search.json drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 slides -rw-r--r--. 1 jenkins 1001020000 62788 Sep 7 06:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 66933 Sep 7 06:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 83632 Sep 7 06:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 63785 Sep 7 06:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 73269 Sep 7 06:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 65520 Sep 7 06:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 65977 Sep 7 06:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 63673 Sep 7 06:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 67833 Sep 7 06:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 62242 Sep 7 06:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 78500 Sep 7 06:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 69249 Sep 7 06:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 67451 Sep 7 06:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 64647 Sep 7 06:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 65121 Sep 7 06:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 62697 Sep 7 06:56 tag_troubleshooting.html ./2.0/css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Sep 7 06:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23925 Sep 7 06:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Sep 7 06:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Sep 7 06:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Sep 7 06:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Sep 7 06:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Sep 7 06:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Sep 7 06:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Sep 7 06:56 theme-green.css ./2.0/docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Sep 7 06:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Sep 7 06:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Sep 7 06:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Sep 7 06:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Sep 7 06:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Sep 7 06:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Sep 7 06:56 widget.js ./2.0/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Sep 7 06:56 docson.css ./2.0/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Sep 7 06:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Sep 7 06:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Sep 7 06:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Sep 7 06:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Sep 7 06:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Sep 7 06:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Sep 7 06:56 traverse.js ./2.0/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Sep 7 06:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Sep 7 06:56 signature.html ./2.0/files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Sep 7 06:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Sep 7 06:56 migration_mongodb_1.0.0.js ./2.0/images: total 324 drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Sep 7 06:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Sep 7 06:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Sep 7 06:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Sep 7 06:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Sep 7 06:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Sep 7 06:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Sep 7 06:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Sep 7 06:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Sep 7 06:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Sep 7 06:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Sep 7 06:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Sep 7 06:56 iot_logo.svg drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 pages ./2.0/images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Sep 7 06:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Sep 7 06:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Sep 7 06:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Sep 7 06:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Sep 7 06:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Sep 7 06:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Sep 7 06:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./2.0/images/pages: total 8 drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Sep 7 06:56 advanced drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 protocol ./2.0/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Sep 7 06:56 data-by-pass-architectural-design.jpg ./2.0/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Sep 7 06:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Sep 7 06:56 context-overview.png ./2.0/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Sep 7 06:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Sep 7 06:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Sep 7 06:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Sep 7 06:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Sep 7 06:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Sep 7 06:56 policy-example.png ./2.0/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Sep 7 06:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Sep 7 06:56 ditto-twin-channel.png ./2.0/js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Sep 7 06:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Sep 7 06:56 toc.js ./2.0/jsonschema: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 27773 Sep 7 06:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1459 Sep 7 06:56 error.json -rw-r--r--. 1 jenkins 1001020000 1450 Sep 7 06:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Sep 7 06:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 4323 Sep 7 06:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Sep 7 06:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Sep 7 06:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Sep 7 06:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 3901 Sep 7 06:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2841 Sep 7 06:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Sep 7 06:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Sep 7 06:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Sep 7 06:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Sep 7 06:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Sep 7 06:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Sep 7 06:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 5093 Sep 7 06:56 thing_v2.json ./2.0/openapi: total 324 drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 304375 Sep 7 06:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 729 Sep 7 06:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 sources ./2.0/openapi/sources: total 36 drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 9687 Sep 7 06:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Sep 7 06:56 package.json -rw-r--r--. 1 jenkins 1001020000 13974 Sep 7 06:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 parameters drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 requests drwxr-sr-x. 2 jenkins 1001020000 138 Sep 7 06:56 responses drwxr-sr-x. 8 jenkins 1001020000 94 Sep 7 06:56 schemas drwxr-sr-x. 2 jenkins 1001020000 68 Sep 7 06:56 security ./2.0/openapi/sources/parameters: total 116 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 662 Sep 7 06:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Sep 7 06:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Sep 7 06:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Sep 7 06:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Sep 7 06:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Sep 7 06:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Sep 7 06:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Sep 7 06:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Sep 7 06:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Sep 7 06:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Sep 7 06:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Sep 7 06:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Sep 7 06:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Sep 7 06:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Sep 7 06:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 716 Sep 7 06:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 747 Sep 7 06:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Sep 7 06:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Sep 7 06:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Sep 7 06:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Sep 7 06:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Sep 7 06:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Sep 7 06:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Sep 7 06:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Sep 7 06:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Sep 7 06:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Sep 7 06:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Sep 7 06:56 timeoutParam.yml ./2.0/openapi/sources/paths: total 4 drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Sep 7 06:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 162 Sep 7 06:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Sep 7 06:56 messages drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Sep 7 06:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Sep 7 06:56 whoami ./2.0/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Sep 7 06:56 cloudevents.yml ./2.0/openapi/sources/paths/features: total 96 drwxr-sr-x. 2 jenkins 1001020000 162 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 11506 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 12610 Sep 7 06:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 11752 Sep 7 06:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 12951 Sep 7 06:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 14656 Sep 7 06:56 index.yml -rw-r--r--. 1 jenkins 1001020000 12141 Sep 7 06:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 11506 Sep 7 06:56 property.yml ./2.0/openapi/sources/paths/messages: total 28 drwxr-sr-x. 2 jenkins 1001020000 147 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 4001 Sep 7 06:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3882 Sep 7 06:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4714 Sep 7 06:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4418 Sep 7 06:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3743 Sep 7 06:56 outbox-message.yml ./2.0/openapi/sources/paths/policies: total 92 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 2064 Sep 7 06:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2009 Sep 7 06:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 1744 Sep 7 06:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 1710 Sep 7 06:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6125 Sep 7 06:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9960 Sep 7 06:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 11132 Sep 7 06:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6158 Sep 7 06:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8476 Sep 7 06:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5758 Sep 7 06:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8541 Sep 7 06:56 subject.yml ./2.0/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Sep 7 06:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Sep 7 06:56 things.yml ./2.0/openapi/sources/paths/things: total 72 drwxr-sr-x. 2 jenkins 1001020000 125 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 11196 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 11180 Sep 7 06:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 11071 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6535 Sep 7 06:56 index.yml -rw-r--r--. 1 jenkins 1001020000 7673 Sep 7 06:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 20106 Sep 7 06:56 thing.yml ./2.0/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Sep 7 06:56 index.yml ./2.0/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 815 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Sep 7 06:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Sep 7 06:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Sep 7 06:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Sep 7 06:56 value.yml ./2.0/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Sep 7 06:56 actions ./2.0/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 725 Sep 7 06:56 activateTokenIntegration.yml ./2.0/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 138 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 575 Sep 7 06:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 586 Sep 7 06:56 messageTimeout.yml -rw-r--r--. 1 jenkins 1001020000 573 Sep 7 06:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Sep 7 06:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Sep 7 06:56 preconditionFailed.yml ./2.0/openapi/sources/schemas: total 4 drwxr-sr-x. 8 jenkins 1001020000 94 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Sep 7 06:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 policies drwxr-sr-x. 2 jenkins 1001020000 36 Sep 7 06:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Sep 7 06:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Sep 7 06:56 whoami ./2.0/openapi/sources/schemas/errors: total 8 drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 94 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Sep 7 06:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Sep 7 06:56 error.yml ./2.0/openapi/sources/schemas/features: total 20 drwxr-sr-x. 2 jenkins 1001020000 139 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 94 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 649 Sep 7 06:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Sep 7 06:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Sep 7 06:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Sep 7 06:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Sep 7 06:56 feature.yml ./2.0/openapi/sources/schemas/policies: total 44 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 94 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 527 Sep 7 06:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Sep 7 06:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Sep 7 06:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Sep 7 06:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 628 Sep 7 06:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Sep 7 06:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Sep 7 06:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 871 Sep 7 06:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Sep 7 06:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Sep 7 06:56 subjects.yml ./2.0/openapi/sources/schemas/search: total 4 drwxr-sr-x. 2 jenkins 1001020000 36 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 94 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Sep 7 06:56 searchResultThings.yml ./2.0/openapi/sources/schemas/things: total 20 drwxr-sr-x. 2 jenkins 1001020000 109 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 94 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 573 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Sep 7 06:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Sep 7 06:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Sep 7 06:56 thing.yml ./2.0/openapi/sources/schemas/whoami: total 8 drwxr-sr-x. 2 jenkins 1001020000 49 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 94 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Sep 7 06:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Sep 7 06:56 whoami.yml ./2.0/openapi/sources/security: total 12 drwxr-sr-x. 2 jenkins 1001020000 68 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Sep 7 06:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 710 Sep 7 06:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Sep 7 06:56 nginxBasic.yml ./2.0/slides: total 32 drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 images ./2.0/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Sep 7 06:56 index.html ./2.0/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Sep 7 06:56 index.html ./2.0/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Sep 7 06:56 index.html ./2.0/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Sep 7 06:56 index.html ./2.0/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 31918 Sep 7 06:56 index.html ./2.0/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Sep 7 06:56 index.html ./2.0/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Sep 7 06:56 index.html ./2.0/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Sep 7 06:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Sep 7 06:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Sep 7 06:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Sep 7 06:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Sep 7 06:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Sep 7 06:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Sep 7 06:56 background-twin-small.jpg ./2.0/slides/images: total 516 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Sep 7 06:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Sep 7 06:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Sep 7 06:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Sep 7 06:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Sep 7 06:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Sep 7 06:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Sep 7 06:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Sep 7 06:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Sep 7 06:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Sep 7 06:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Sep 7 06:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Sep 7 06:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Sep 7 06:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Sep 7 06:56 ttn-logo.png ./2.1: total 16476 drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 13227 Sep 7 06:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13245 Sep 7 06:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14308 Sep 7 06:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13766 Sep 7 06:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14245 Sep 7 06:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17524 Sep 7 06:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17274 Sep 7 06:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13943 Sep 7 06:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 93134 Sep 7 06:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13814 Sep 7 06:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13967 Sep 7 06:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26563 Sep 7 06:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14051 Sep 7 06:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14884 Sep 7 06:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14136 Sep 7 06:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13738 Sep 7 06:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29446 Sep 7 06:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13305 Sep 7 06:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13895 Sep 7 06:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13825 Sep 7 06:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14313 Sep 7 06:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17410 Sep 7 06:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13858 Sep 7 06:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15142 Sep 7 06:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13973 Sep 7 06:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16471 Sep 7 06:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53361 Sep 7 06:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15704 Sep 7 06:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14513 Sep 7 06:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14346 Sep 7 06:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17704 Sep 7 06:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37341 Sep 7 06:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14137 Sep 7 06:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24383 Sep 7 06:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18278 Sep 7 06:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14413 Sep 7 06:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29279 Sep 7 06:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45064 Sep 7 06:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30440 Sep 7 06:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23206 Sep 7 06:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16746 Sep 7 06:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52022 Sep 7 06:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34660 Sep 7 06:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16577 Sep 7 06:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 58924 Sep 7 06:56 404.html -rw-r--r--. 1 jenkins 1001020000 69296 Sep 7 06:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 62412 Sep 7 06:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 60816 Sep 7 06:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 61910 Sep 7 06:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 60729 Sep 7 06:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 60391 Sep 7 06:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 60449 Sep 7 06:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 65006 Sep 7 06:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 102600 Sep 7 06:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 62615 Sep 7 06:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 64085 Sep 7 06:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 63574 Sep 7 06:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 69235 Sep 7 06:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 102395 Sep 7 06:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 67785 Sep 7 06:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 64346 Sep 7 06:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 79614 Sep 7 06:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 66745 Sep 7 06:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 77452 Sep 7 06:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 63012 Sep 7 06:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 63444 Sep 7 06:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 73374 Sep 7 06:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 95794 Sep 7 06:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 71851 Sep 7 06:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 67602 Sep 7 06:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 59718 Sep 7 06:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 61033 Sep 7 06:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 59420 Sep 7 06:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 59882 Sep 7 06:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 59843 Sep 7 06:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 62520 Sep 7 06:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 66485 Sep 7 06:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 20592 Sep 7 06:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 23065 Sep 7 06:56 blog.html -rw-r--r--. 1 jenkins 1001020000 93805 Sep 7 06:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 62229 Sep 7 06:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 59284 Sep 7 06:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 60452 Sep 7 06:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 128421 Sep 7 06:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 88993 Sep 7 06:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 154655 Sep 7 06:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 60253 Sep 7 06:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 71376 Sep 7 06:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 74944 Sep 7 06:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 78550 Sep 7 06:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 84953 Sep 7 06:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 92125 Sep 7 06:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 91075 Sep 7 06:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 67569 Sep 7 06:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 67875 Sep 7 06:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 docson -rw-r--r--. 1 jenkins 1001020000 59936 Sep 7 06:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 files -rw-r--r--. 1 jenkins 1001020000 60940 Sep 7 06:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Sep 7 06:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 110216 Sep 7 06:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11645 Sep 7 06:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 65915 Sep 7 06:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 59987 Sep 7 06:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 64537 Sep 7 06:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 77364 Sep 7 06:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 63165 Sep 7 06:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 78723 Sep 7 06:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 images -rw-r--r--. 1 jenkins 1001020000 13619 Sep 7 06:56 index.html -rw-r--r--. 1 jenkins 1001020000 60612 Sep 7 06:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 136410 Sep 7 06:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 61565 Sep 7 06:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 61171 Sep 7 06:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 68743 Sep 7 06:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 62774 Sep 7 06:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:56 openapi -rw-r--r--. 1 jenkins 1001020000 62490 Sep 7 06:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 60708 Sep 7 06:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 60220 Sep 7 06:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 60220 Sep 7 06:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 63156 Sep 7 06:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 63649 Sep 7 06:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 62829 Sep 7 06:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 63906 Sep 7 06:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 62636 Sep 7 06:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 65854 Sep 7 06:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 66225 Sep 7 06:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 63829 Sep 7 06:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 62543 Sep 7 06:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 62701 Sep 7 06:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 75859 Sep 7 06:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 62153 Sep 7 06:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 62109 Sep 7 06:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 62264 Sep 7 06:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 62345 Sep 7 06:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 62326 Sep 7 06:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 62142 Sep 7 06:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 62083 Sep 7 06:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 62252 Sep 7 06:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 62233 Sep 7 06:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 62128 Sep 7 06:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 62035 Sep 7 06:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 121776 Sep 7 06:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 68580 Sep 7 06:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 65096 Sep 7 06:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 65361 Sep 7 06:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 65953 Sep 7 06:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 64713 Sep 7 06:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 64825 Sep 7 06:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 66654 Sep 7 06:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 66897 Sep 7 06:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 62951 Sep 7 06:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 65837 Sep 7 06:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 64597 Sep 7 06:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 64354 Sep 7 06:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 68373 Sep 7 06:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 63159 Sep 7 06:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 63652 Sep 7 06:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 62832 Sep 7 06:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 63909 Sep 7 06:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 62639 Sep 7 06:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 65857 Sep 7 06:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 66228 Sep 7 06:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 65234 Sep 7 06:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 63832 Sep 7 06:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 62546 Sep 7 06:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 62513 Sep 7 06:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 73579 Sep 7 06:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 60647 Sep 7 06:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 62964 Sep 7 06:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 65398 Sep 7 06:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 61702 Sep 7 06:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 61380 Sep 7 06:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 60995 Sep 7 06:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 60917 Sep 7 06:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 61037 Sep 7 06:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 61019 Sep 7 06:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 103767 Sep 7 06:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 65499 Sep 7 06:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 62964 Sep 7 06:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 63169 Sep 7 06:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 61702 Sep 7 06:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 62034 Sep 7 06:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 61380 Sep 7 06:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 61708 Sep 7 06:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 64472 Sep 7 06:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 62621 Sep 7 06:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 63166 Sep 7 06:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 61699 Sep 7 06:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 61863 Sep 7 06:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 61377 Sep 7 06:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 61537 Sep 7 06:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 61512 Sep 7 06:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 61665 Sep 7 06:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 61374 Sep 7 06:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 61924 Sep 7 06:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 61274 Sep 7 06:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 62778 Sep 7 06:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 62946 Sep 7 06:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 61860 Sep 7 06:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 61202 Sep 7 06:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 61171 Sep 7 06:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 65351 Sep 7 06:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 64951 Sep 7 06:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 71743 Sep 7 06:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 60117 Sep 7 06:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 61374 Sep 7 06:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 62069 Sep 7 06:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 60662 Sep 7 06:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 59970 Sep 7 06:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 68943 Sep 7 06:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 61318 Sep 7 06:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 77411 Sep 7 06:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 66037 Sep 7 06:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 63992 Sep 7 06:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 72975 Sep 7 06:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 110448 Sep 7 06:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 84629 Sep 7 06:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 64252 Sep 7 06:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 94070 Sep 7 06:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 83455 Sep 7 06:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 83881 Sep 7 06:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 74749 Sep 7 06:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 69793 Sep 7 06:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 60795 Sep 7 06:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 59390 Sep 7 06:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 62281 Sep 7 06:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 61762 Sep 7 06:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 62351 Sep 7 06:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 62011 Sep 7 06:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 63613 Sep 7 06:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 63760 Sep 7 06:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 63360 Sep 7 06:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 63294 Sep 7 06:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 65780 Sep 7 06:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 61432 Sep 7 06:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 61826 Sep 7 06:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 63755 Sep 7 06:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 62678 Sep 7 06:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 64469 Sep 7 06:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 67667 Sep 7 06:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 60194 Sep 7 06:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 61162 Sep 7 06:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 61643 Sep 7 06:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 60333 Sep 7 06:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 66290 Sep 7 06:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 60711 Sep 7 06:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 68115 Sep 7 06:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 64880 Sep 7 06:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 68346 Sep 7 06:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 59665 Sep 7 06:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 98747 Sep 7 06:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 61453 Sep 7 06:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 74376 Sep 7 06:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 62155 Sep 7 06:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 61438 Sep 7 06:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 60018 Sep 7 06:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 61006 Sep 7 06:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 51 Sep 7 06:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 64727 Sep 7 06:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 31687 Sep 7 06:56 search.json drwxr-sr-x. 14 jenkins 1001020000 4096 Sep 7 06:56 slides -rw-r--r--. 1 jenkins 1001020000 65786 Sep 7 06:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 70478 Sep 7 06:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 88265 Sep 7 06:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 66783 Sep 7 06:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 77344 Sep 7 06:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 68582 Sep 7 06:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 70022 Sep 7 06:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 66672 Sep 7 06:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 70835 Sep 7 06:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 65240 Sep 7 06:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 83694 Sep 7 06:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 73472 Sep 7 06:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 71507 Sep 7 06:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 67645 Sep 7 06:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 68119 Sep 7 06:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 65758 Sep 7 06:56 tag_troubleshooting.html ./2.1/css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Sep 7 06:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23925 Sep 7 06:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Sep 7 06:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Sep 7 06:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Sep 7 06:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Sep 7 06:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Sep 7 06:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Sep 7 06:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Sep 7 06:56 theme-green.css ./2.1/docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Sep 7 06:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Sep 7 06:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Sep 7 06:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Sep 7 06:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Sep 7 06:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Sep 7 06:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Sep 7 06:56 widget.js ./2.1/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Sep 7 06:56 docson.css ./2.1/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Sep 7 06:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Sep 7 06:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Sep 7 06:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Sep 7 06:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Sep 7 06:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Sep 7 06:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Sep 7 06:56 traverse.js ./2.1/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Sep 7 06:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Sep 7 06:56 signature.html ./2.1/files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Sep 7 06:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Sep 7 06:56 migration_mongodb_1.0.0.js ./2.1/images: total 324 drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Sep 7 06:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Sep 7 06:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Sep 7 06:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Sep 7 06:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Sep 7 06:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Sep 7 06:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Sep 7 06:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Sep 7 06:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Sep 7 06:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Sep 7 06:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Sep 7 06:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Sep 7 06:56 iot_logo.svg drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 pages ./2.1/images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Sep 7 06:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Sep 7 06:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Sep 7 06:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Sep 7 06:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Sep 7 06:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Sep 7 06:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Sep 7 06:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./2.1/images/pages: total 8 drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Sep 7 06:56 advanced drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 protocol ./2.1/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Sep 7 06:56 data-by-pass-architectural-design.jpg ./2.1/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Sep 7 06:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Sep 7 06:56 context-overview.png ./2.1/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Sep 7 06:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Sep 7 06:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Sep 7 06:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Sep 7 06:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Sep 7 06:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Sep 7 06:56 policy-example.png ./2.1/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Sep 7 06:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Sep 7 06:56 ditto-twin-channel.png ./2.1/js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Sep 7 06:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Sep 7 06:56 toc.js ./2.1/jsonschema: total 140 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 37638 Sep 7 06:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1459 Sep 7 06:56 error.json -rw-r--r--. 1 jenkins 1001020000 1508 Sep 7 06:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Sep 7 06:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 5335 Sep 7 06:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Sep 7 06:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Sep 7 06:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Sep 7 06:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 4358 Sep 7 06:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2841 Sep 7 06:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Sep 7 06:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Sep 7 06:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Sep 7 06:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Sep 7 06:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Sep 7 06:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Sep 7 06:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 5180 Sep 7 06:56 thing_v2.json ./2.1/openapi: total 332 drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 313445 Sep 7 06:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 729 Sep 7 06:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 sources ./2.1/openapi/sources: total 36 drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 9622 Sep 7 06:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Sep 7 06:56 package.json -rw-r--r--. 1 jenkins 1001020000 13974 Sep 7 06:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 parameters drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 requests drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 responses drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 schemas drwxr-sr-x. 2 jenkins 1001020000 68 Sep 7 06:56 security ./2.1/openapi/sources/parameters: total 120 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Sep 7 06:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Sep 7 06:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Sep 7 06:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1341 Sep 7 06:56 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Sep 7 06:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Sep 7 06:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Sep 7 06:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Sep 7 06:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Sep 7 06:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Sep 7 06:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Sep 7 06:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Sep 7 06:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Sep 7 06:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Sep 7 06:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Sep 7 06:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Sep 7 06:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 716 Sep 7 06:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 747 Sep 7 06:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Sep 7 06:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Sep 7 06:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Sep 7 06:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Sep 7 06:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Sep 7 06:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Sep 7 06:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Sep 7 06:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Sep 7 06:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Sep 7 06:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Sep 7 06:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Sep 7 06:56 timeoutParam.yml ./2.1/openapi/sources/paths: total 4 drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Sep 7 06:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 162 Sep 7 06:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Sep 7 06:56 messages drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Sep 7 06:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Sep 7 06:56 whoami ./2.1/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Sep 7 06:56 cloudevents.yml ./2.1/openapi/sources/paths/features: total 100 drwxr-sr-x. 2 jenkins 1001020000 162 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 11953 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 12997 Sep 7 06:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 12139 Sep 7 06:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 13338 Sep 7 06:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 15043 Sep 7 06:56 index.yml -rw-r--r--. 1 jenkins 1001020000 12528 Sep 7 06:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 11893 Sep 7 06:56 property.yml ./2.1/openapi/sources/paths/messages: total 28 drwxr-sr-x. 2 jenkins 1001020000 147 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 4004 Sep 7 06:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3885 Sep 7 06:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Sep 7 06:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4421 Sep 7 06:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3746 Sep 7 06:56 outbox-message.yml ./2.1/openapi/sources/paths/policies: total 92 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Sep 7 06:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Sep 7 06:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Sep 7 06:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Sep 7 06:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6125 Sep 7 06:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9960 Sep 7 06:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 11132 Sep 7 06:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6158 Sep 7 06:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8476 Sep 7 06:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5758 Sep 7 06:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8541 Sep 7 06:56 subject.yml ./2.1/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Sep 7 06:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Sep 7 06:56 things.yml ./2.1/openapi/sources/paths/things: total 76 drwxr-sr-x. 2 jenkins 1001020000 125 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 11583 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 11567 Sep 7 06:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 11458 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6597 Sep 7 06:56 index.yml -rw-r--r--. 1 jenkins 1001020000 7947 Sep 7 06:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 20493 Sep 7 06:56 thing.yml ./2.1/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Sep 7 06:56 index.yml ./2.1/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 815 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Sep 7 06:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Sep 7 06:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Sep 7 06:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Sep 7 06:56 value.yml ./2.1/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Sep 7 06:56 actions ./2.1/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 839 Sep 7 06:56 activateTokenIntegration.yml ./2.1/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Sep 7 06:56 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Sep 7 06:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 574 Sep 7 06:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Sep 7 06:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Sep 7 06:56 preconditionFailed.yml ./2.1/openapi/sources/schemas: total 4 drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Sep 7 06:56 acknowledgements drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Sep 7 06:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 policies drwxr-sr-x. 2 jenkins 1001020000 36 Sep 7 06:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Sep 7 06:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Sep 7 06:56 whoami ./2.1/openapi/sources/schemas/acknowledgements: total 8 drwxr-sr-x. 2 jenkins 1001020000 61 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 652 Sep 7 06:56 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Sep 7 06:56 acknowledgement.yml ./2.1/openapi/sources/schemas/errors: total 8 drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Sep 7 06:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Sep 7 06:56 error.yml ./2.1/openapi/sources/schemas/features: total 20 drwxr-sr-x. 2 jenkins 1001020000 139 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Sep 7 06:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Sep 7 06:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Sep 7 06:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Sep 7 06:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Sep 7 06:56 feature.yml ./2.1/openapi/sources/schemas/policies: total 44 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 527 Sep 7 06:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Sep 7 06:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Sep 7 06:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Sep 7 06:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 628 Sep 7 06:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Sep 7 06:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Sep 7 06:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 1413 Sep 7 06:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Sep 7 06:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Sep 7 06:56 subjects.yml ./2.1/openapi/sources/schemas/search: total 4 drwxr-sr-x. 2 jenkins 1001020000 36 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Sep 7 06:56 searchResultThings.yml ./2.1/openapi/sources/schemas/things: total 20 drwxr-sr-x. 2 jenkins 1001020000 109 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Sep 7 06:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Sep 7 06:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Sep 7 06:56 thing.yml ./2.1/openapi/sources/schemas/whoami: total 8 drwxr-sr-x. 2 jenkins 1001020000 49 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Sep 7 06:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Sep 7 06:56 whoami.yml ./2.1/openapi/sources/security: total 12 drwxr-sr-x. 2 jenkins 1001020000 68 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Sep 7 06:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 710 Sep 7 06:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Sep 7 06:56 nginxBasic.yml ./2.1/slides: total 32 drwxr-sr-x. 14 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 images ./2.1/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Sep 7 06:56 index.html ./2.1/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Sep 7 06:56 index.html ./2.1/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Sep 7 06:56 index.html ./2.1/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Sep 7 06:56 index.html ./2.1/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 31918 Sep 7 06:56 index.html ./2.1/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Sep 7 06:56 index.html ./2.1/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Sep 7 06:56 index.html ./2.1/slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 30816 Sep 7 06:56 index.html ./2.1/slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16503 Sep 7 06:56 index.html ./2.1/slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21859 Sep 7 06:56 index.html ./2.1/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Sep 7 06:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Sep 7 06:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Sep 7 06:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Sep 7 06:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Sep 7 06:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Sep 7 06:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Sep 7 06:56 background-twin-small.jpg ./2.1/slides/images: total 544 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Sep 7 06:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Sep 7 06:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Sep 7 06:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Sep 7 06:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Sep 7 06:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Sep 7 06:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Sep 7 06:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Sep 7 06:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Sep 7 06:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Sep 7 06:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Sep 7 06:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Sep 7 06:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Sep 7 06:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Sep 7 06:56 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Sep 7 06:56 wot.png ./2.2: total 16852 drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 13246 Sep 7 06:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13264 Sep 7 06:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14327 Sep 7 06:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13785 Sep 7 06:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14264 Sep 7 06:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17543 Sep 7 06:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17293 Sep 7 06:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13962 Sep 7 06:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 93153 Sep 7 06:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13833 Sep 7 06:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13986 Sep 7 06:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26582 Sep 7 06:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14070 Sep 7 06:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14903 Sep 7 06:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14155 Sep 7 06:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13757 Sep 7 06:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29465 Sep 7 06:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13324 Sep 7 06:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13914 Sep 7 06:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13844 Sep 7 06:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14332 Sep 7 06:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17429 Sep 7 06:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13877 Sep 7 06:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15161 Sep 7 06:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13992 Sep 7 06:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16490 Sep 7 06:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53380 Sep 7 06:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15723 Sep 7 06:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14532 Sep 7 06:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14365 Sep 7 06:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17723 Sep 7 06:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37360 Sep 7 06:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14156 Sep 7 06:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24402 Sep 7 06:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18297 Sep 7 06:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14432 Sep 7 06:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29298 Sep 7 06:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45083 Sep 7 06:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30459 Sep 7 06:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23225 Sep 7 06:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16765 Sep 7 06:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52041 Sep 7 06:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34679 Sep 7 06:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16596 Sep 7 06:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 18097 Sep 7 06:56 2021-09-29-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 29249 Sep 7 06:56 2021-11-03-oauth2.html -rw-r--r--. 1 jenkins 1001020000 15718 Sep 7 06:56 2021-11-22-release-announcement-220.html -rw-r--r--. 1 jenkins 1001020000 59441 Sep 7 06:56 404.html -rw-r--r--. 1 jenkins 1001020000 69813 Sep 7 06:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 62929 Sep 7 06:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 61333 Sep 7 06:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 62427 Sep 7 06:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 61246 Sep 7 06:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 60908 Sep 7 06:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 60966 Sep 7 06:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 65523 Sep 7 06:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 103117 Sep 7 06:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 63132 Sep 7 06:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 64602 Sep 7 06:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 65478 Sep 7 06:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 69752 Sep 7 06:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 102912 Sep 7 06:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 68302 Sep 7 06:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 64863 Sep 7 06:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 80131 Sep 7 06:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 69865 Sep 7 06:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 77969 Sep 7 06:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 63748 Sep 7 06:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 63961 Sep 7 06:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 77650 Sep 7 06:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 96311 Sep 7 06:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 75182 Sep 7 06:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 68119 Sep 7 06:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 60235 Sep 7 06:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 61550 Sep 7 06:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 59937 Sep 7 06:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 60399 Sep 7 06:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 60360 Sep 7 06:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 63037 Sep 7 06:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 67002 Sep 7 06:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 21206 Sep 7 06:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 23162 Sep 7 06:56 blog.html -rw-r--r--. 1 jenkins 1001020000 94322 Sep 7 06:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 62746 Sep 7 06:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 59801 Sep 7 06:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 60969 Sep 7 06:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 128938 Sep 7 06:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 93251 Sep 7 06:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 155172 Sep 7 06:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 60770 Sep 7 06:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 71893 Sep 7 06:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 75461 Sep 7 06:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 84122 Sep 7 06:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 85514 Sep 7 06:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 92642 Sep 7 06:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 91592 Sep 7 06:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 68086 Sep 7 06:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 68392 Sep 7 06:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 docson -rw-r--r--. 1 jenkins 1001020000 60453 Sep 7 06:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 files -rw-r--r--. 1 jenkins 1001020000 61457 Sep 7 06:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Sep 7 06:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 110733 Sep 7 06:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11644 Sep 7 06:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 66432 Sep 7 06:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 60504 Sep 7 06:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 65054 Sep 7 06:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 77881 Sep 7 06:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 63682 Sep 7 06:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 79240 Sep 7 06:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 images -rw-r--r--. 1 jenkins 1001020000 16336 Sep 7 06:56 index.html -rw-r--r--. 1 jenkins 1001020000 61129 Sep 7 06:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 136927 Sep 7 06:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 62082 Sep 7 06:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 61688 Sep 7 06:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 69260 Sep 7 06:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 63291 Sep 7 06:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:56 openapi -rw-r--r--. 1 jenkins 1001020000 63321 Sep 7 06:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 61225 Sep 7 06:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 60737 Sep 7 06:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 60737 Sep 7 06:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 63673 Sep 7 06:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 64166 Sep 7 06:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 63346 Sep 7 06:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 64423 Sep 7 06:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 63153 Sep 7 06:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 66371 Sep 7 06:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 66742 Sep 7 06:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 64346 Sep 7 06:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 63060 Sep 7 06:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 63218 Sep 7 06:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 76376 Sep 7 06:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 62670 Sep 7 06:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 62626 Sep 7 06:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 62781 Sep 7 06:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 62862 Sep 7 06:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 62843 Sep 7 06:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 62659 Sep 7 06:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 62600 Sep 7 06:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 62769 Sep 7 06:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 62750 Sep 7 06:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 62645 Sep 7 06:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 62552 Sep 7 06:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 122293 Sep 7 06:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 69097 Sep 7 06:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 65613 Sep 7 06:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 65878 Sep 7 06:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 66470 Sep 7 06:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 65230 Sep 7 06:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 65342 Sep 7 06:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 67171 Sep 7 06:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 67414 Sep 7 06:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 63468 Sep 7 06:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 66354 Sep 7 06:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 65114 Sep 7 06:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 64871 Sep 7 06:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 68890 Sep 7 06:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 63676 Sep 7 06:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 64169 Sep 7 06:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 63349 Sep 7 06:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 64426 Sep 7 06:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 63156 Sep 7 06:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 66374 Sep 7 06:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 66745 Sep 7 06:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 65751 Sep 7 06:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 64349 Sep 7 06:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 63063 Sep 7 06:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 63030 Sep 7 06:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 74096 Sep 7 06:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 61164 Sep 7 06:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 63481 Sep 7 06:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 65915 Sep 7 06:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 62219 Sep 7 06:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 61897 Sep 7 06:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 61512 Sep 7 06:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 61434 Sep 7 06:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 61554 Sep 7 06:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 61536 Sep 7 06:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 104284 Sep 7 06:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 66016 Sep 7 06:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 63481 Sep 7 06:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 63686 Sep 7 06:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 62219 Sep 7 06:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 62551 Sep 7 06:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 61897 Sep 7 06:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 62225 Sep 7 06:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 64989 Sep 7 06:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 63138 Sep 7 06:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 63683 Sep 7 06:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 62216 Sep 7 06:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 62380 Sep 7 06:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 61894 Sep 7 06:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 62054 Sep 7 06:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 62029 Sep 7 06:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 62182 Sep 7 06:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 61891 Sep 7 06:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 62441 Sep 7 06:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 61791 Sep 7 06:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 63295 Sep 7 06:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 63463 Sep 7 06:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 62377 Sep 7 06:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 61719 Sep 7 06:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 61688 Sep 7 06:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 65868 Sep 7 06:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 65468 Sep 7 06:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 72260 Sep 7 06:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 60634 Sep 7 06:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 61891 Sep 7 06:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 62586 Sep 7 06:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 61179 Sep 7 06:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 60487 Sep 7 06:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 69460 Sep 7 06:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 61835 Sep 7 06:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 77928 Sep 7 06:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 66554 Sep 7 06:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 64509 Sep 7 06:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 73492 Sep 7 06:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 110965 Sep 7 06:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 85146 Sep 7 06:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 64769 Sep 7 06:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 94587 Sep 7 06:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 83972 Sep 7 06:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 84398 Sep 7 06:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 75266 Sep 7 06:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 70310 Sep 7 06:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 61312 Sep 7 06:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 59907 Sep 7 06:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 62798 Sep 7 06:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 62279 Sep 7 06:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 62868 Sep 7 06:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 62528 Sep 7 06:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 64130 Sep 7 06:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 64277 Sep 7 06:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 63877 Sep 7 06:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 63811 Sep 7 06:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 66297 Sep 7 06:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 61949 Sep 7 06:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 62343 Sep 7 06:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 64272 Sep 7 06:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 63195 Sep 7 06:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 64986 Sep 7 06:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 68184 Sep 7 06:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 60711 Sep 7 06:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 61679 Sep 7 06:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 62160 Sep 7 06:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 60850 Sep 7 06:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 66807 Sep 7 06:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 61228 Sep 7 06:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 68632 Sep 7 06:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 65397 Sep 7 06:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 68863 Sep 7 06:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 60182 Sep 7 06:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 99264 Sep 7 06:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 61970 Sep 7 06:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 74893 Sep 7 06:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 62672 Sep 7 06:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 61955 Sep 7 06:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 60535 Sep 7 06:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 65984 Sep 7 06:56 release_notes_220.html -rw-r--r--. 1 jenkins 1001020000 61538 Sep 7 06:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 60332 Sep 7 06:56 release_notes_222.html -rw-r--r--. 1 jenkins 1001020000 51 Sep 7 06:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 65244 Sep 7 06:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 32614 Sep 7 06:56 search.json drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 slides -rw-r--r--. 1 jenkins 1001020000 66495 Sep 7 06:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 71745 Sep 7 06:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 90606 Sep 7 06:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 67492 Sep 7 06:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 78611 Sep 7 06:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 69291 Sep 7 06:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 70731 Sep 7 06:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 67381 Sep 7 06:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 71544 Sep 7 06:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 65949 Sep 7 06:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 84403 Sep 7 06:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 74671 Sep 7 06:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 72216 Sep 7 06:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 68354 Sep 7 06:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 68828 Sep 7 06:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 66467 Sep 7 06:56 tag_troubleshooting.html ./2.2/css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Sep 7 06:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 24526 Sep 7 06:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Sep 7 06:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Sep 7 06:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Sep 7 06:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Sep 7 06:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Sep 7 06:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Sep 7 06:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Sep 7 06:56 theme-green.css ./2.2/docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Sep 7 06:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Sep 7 06:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Sep 7 06:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Sep 7 06:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Sep 7 06:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Sep 7 06:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Sep 7 06:56 widget.js ./2.2/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Sep 7 06:56 docson.css ./2.2/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Sep 7 06:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Sep 7 06:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Sep 7 06:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Sep 7 06:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Sep 7 06:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Sep 7 06:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Sep 7 06:56 traverse.js ./2.2/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Sep 7 06:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Sep 7 06:56 signature.html ./2.2/files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Sep 7 06:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Sep 7 06:56 migration_mongodb_1.0.0.js ./2.2/images: total 516 drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Sep 7 06:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Sep 7 06:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Sep 7 06:56 ditto_allwhite_textonly.svg -rwxr-xr-x. 1 jenkins 1001020000 92637 Sep 7 06:56 ditto-overview-1.png -rwxr-xr-x. 1 jenkins 1001020000 101022 Sep 7 06:56 ditto-super-1.png -rw-r--r--. 1 jenkins 1001020000 12553 Sep 7 06:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Sep 7 06:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Sep 7 06:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Sep 7 06:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Sep 7 06:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Sep 7 06:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Sep 7 06:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Sep 7 06:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Sep 7 06:56 iot_logo.svg drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 pages ./2.2/images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Sep 7 06:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Sep 7 06:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Sep 7 06:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Sep 7 06:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Sep 7 06:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Sep 7 06:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Sep 7 06:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./2.2/images/pages: total 8 drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Sep 7 06:56 advanced drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 protocol ./2.2/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Sep 7 06:56 data-by-pass-architectural-design.jpg ./2.2/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Sep 7 06:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Sep 7 06:56 context-overview.png ./2.2/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Sep 7 06:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Sep 7 06:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Sep 7 06:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Sep 7 06:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Sep 7 06:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Sep 7 06:56 policy-example.png ./2.2/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Sep 7 06:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Sep 7 06:56 ditto-twin-channel.png ./2.2/js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Sep 7 06:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Sep 7 06:56 toc.js ./2.2/jsonschema: total 140 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 39603 Sep 7 06:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1459 Sep 7 06:56 error.json -rw-r--r--. 1 jenkins 1001020000 1508 Sep 7 06:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Sep 7 06:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 5335 Sep 7 06:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Sep 7 06:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Sep 7 06:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Sep 7 06:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 4358 Sep 7 06:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2841 Sep 7 06:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Sep 7 06:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Sep 7 06:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Sep 7 06:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Sep 7 06:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Sep 7 06:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Sep 7 06:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 5180 Sep 7 06:56 thing_v2.json ./2.2/openapi: total 332 drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 313445 Sep 7 06:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 729 Sep 7 06:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 sources ./2.2/openapi/sources: total 36 drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 9622 Sep 7 06:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Sep 7 06:56 package.json -rw-r--r--. 1 jenkins 1001020000 13974 Sep 7 06:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 parameters drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 requests drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 responses drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 schemas drwxr-sr-x. 2 jenkins 1001020000 68 Sep 7 06:56 security ./2.2/openapi/sources/parameters: total 120 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Sep 7 06:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Sep 7 06:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Sep 7 06:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1341 Sep 7 06:56 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Sep 7 06:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Sep 7 06:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Sep 7 06:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Sep 7 06:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Sep 7 06:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Sep 7 06:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Sep 7 06:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Sep 7 06:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Sep 7 06:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Sep 7 06:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Sep 7 06:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Sep 7 06:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 716 Sep 7 06:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 747 Sep 7 06:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Sep 7 06:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Sep 7 06:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Sep 7 06:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Sep 7 06:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Sep 7 06:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Sep 7 06:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Sep 7 06:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Sep 7 06:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Sep 7 06:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Sep 7 06:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Sep 7 06:56 timeoutParam.yml ./2.2/openapi/sources/paths: total 4 drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Sep 7 06:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 162 Sep 7 06:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Sep 7 06:56 messages drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Sep 7 06:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Sep 7 06:56 whoami ./2.2/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Sep 7 06:56 cloudevents.yml ./2.2/openapi/sources/paths/features: total 100 drwxr-sr-x. 2 jenkins 1001020000 162 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 11953 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 12997 Sep 7 06:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 12139 Sep 7 06:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 13338 Sep 7 06:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 15043 Sep 7 06:56 index.yml -rw-r--r--. 1 jenkins 1001020000 12528 Sep 7 06:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 11893 Sep 7 06:56 property.yml ./2.2/openapi/sources/paths/messages: total 28 drwxr-sr-x. 2 jenkins 1001020000 147 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 4004 Sep 7 06:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3885 Sep 7 06:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Sep 7 06:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4421 Sep 7 06:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3746 Sep 7 06:56 outbox-message.yml ./2.2/openapi/sources/paths/policies: total 92 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Sep 7 06:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Sep 7 06:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Sep 7 06:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Sep 7 06:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6125 Sep 7 06:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9960 Sep 7 06:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 11132 Sep 7 06:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6158 Sep 7 06:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8476 Sep 7 06:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5758 Sep 7 06:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8541 Sep 7 06:56 subject.yml ./2.2/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Sep 7 06:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Sep 7 06:56 things.yml ./2.2/openapi/sources/paths/things: total 76 drwxr-sr-x. 2 jenkins 1001020000 125 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 11583 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 11567 Sep 7 06:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 11458 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6597 Sep 7 06:56 index.yml -rw-r--r--. 1 jenkins 1001020000 7947 Sep 7 06:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 20493 Sep 7 06:56 thing.yml ./2.2/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Sep 7 06:56 index.yml ./2.2/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 815 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Sep 7 06:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Sep 7 06:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Sep 7 06:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Sep 7 06:56 value.yml ./2.2/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Sep 7 06:56 actions ./2.2/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 839 Sep 7 06:56 activateTokenIntegration.yml ./2.2/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Sep 7 06:56 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Sep 7 06:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 574 Sep 7 06:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Sep 7 06:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Sep 7 06:56 preconditionFailed.yml ./2.2/openapi/sources/schemas: total 4 drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Sep 7 06:56 acknowledgements drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Sep 7 06:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 policies drwxr-sr-x. 2 jenkins 1001020000 36 Sep 7 06:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Sep 7 06:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Sep 7 06:56 whoami ./2.2/openapi/sources/schemas/acknowledgements: total 8 drwxr-sr-x. 2 jenkins 1001020000 61 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 652 Sep 7 06:56 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Sep 7 06:56 acknowledgement.yml ./2.2/openapi/sources/schemas/errors: total 8 drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Sep 7 06:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Sep 7 06:56 error.yml ./2.2/openapi/sources/schemas/features: total 20 drwxr-sr-x. 2 jenkins 1001020000 139 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Sep 7 06:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Sep 7 06:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Sep 7 06:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Sep 7 06:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Sep 7 06:56 feature.yml ./2.2/openapi/sources/schemas/policies: total 44 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 527 Sep 7 06:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Sep 7 06:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Sep 7 06:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Sep 7 06:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 628 Sep 7 06:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Sep 7 06:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Sep 7 06:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 1413 Sep 7 06:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Sep 7 06:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Sep 7 06:56 subjects.yml ./2.2/openapi/sources/schemas/search: total 4 drwxr-sr-x. 2 jenkins 1001020000 36 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Sep 7 06:56 searchResultThings.yml ./2.2/openapi/sources/schemas/things: total 20 drwxr-sr-x. 2 jenkins 1001020000 109 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Sep 7 06:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Sep 7 06:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Sep 7 06:56 thing.yml ./2.2/openapi/sources/schemas/whoami: total 8 drwxr-sr-x. 2 jenkins 1001020000 49 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Sep 7 06:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Sep 7 06:56 whoami.yml ./2.2/openapi/sources/security: total 12 drwxr-sr-x. 2 jenkins 1001020000 68 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Sep 7 06:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 710 Sep 7 06:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Sep 7 06:56 nginxBasic.yml ./2.2/slides: total 32 drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_10_25-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 images ./2.2/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Sep 7 06:56 index.html ./2.2/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Sep 7 06:56 index.html ./2.2/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Sep 7 06:56 index.html ./2.2/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Sep 7 06:56 index.html ./2.2/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 31918 Sep 7 06:56 index.html ./2.2/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Sep 7 06:56 index.html ./2.2/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Sep 7 06:56 index.html ./2.2/slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 30816 Sep 7 06:56 index.html ./2.2/slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16503 Sep 7 06:56 index.html ./2.2/slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21859 Sep 7 06:56 index.html ./2.2/slides/2021_10_25-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14925 Sep 7 06:56 index.html ./2.2/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Sep 7 06:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Sep 7 06:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Sep 7 06:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Sep 7 06:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Sep 7 06:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Sep 7 06:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Sep 7 06:56 background-twin-small.jpg ./2.2/slides/images: total 544 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Sep 7 06:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Sep 7 06:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Sep 7 06:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Sep 7 06:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Sep 7 06:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Sep 7 06:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Sep 7 06:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Sep 7 06:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Sep 7 06:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Sep 7 06:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Sep 7 06:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Sep 7 06:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Sep 7 06:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Sep 7 06:56 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Sep 7 06:56 wot.png ./2.3: total 17260 drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 13246 Sep 7 06:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13264 Sep 7 06:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14327 Sep 7 06:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13785 Sep 7 06:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14264 Sep 7 06:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17543 Sep 7 06:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17293 Sep 7 06:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13962 Sep 7 06:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 93153 Sep 7 06:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13833 Sep 7 06:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13986 Sep 7 06:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26582 Sep 7 06:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14070 Sep 7 06:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14903 Sep 7 06:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14155 Sep 7 06:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13757 Sep 7 06:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29465 Sep 7 06:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13324 Sep 7 06:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13914 Sep 7 06:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13844 Sep 7 06:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14332 Sep 7 06:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17429 Sep 7 06:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13877 Sep 7 06:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15161 Sep 7 06:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13992 Sep 7 06:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16490 Sep 7 06:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53380 Sep 7 06:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15723 Sep 7 06:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14532 Sep 7 06:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14365 Sep 7 06:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17723 Sep 7 06:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37360 Sep 7 06:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14156 Sep 7 06:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24402 Sep 7 06:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18297 Sep 7 06:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14432 Sep 7 06:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29298 Sep 7 06:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45083 Sep 7 06:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30459 Sep 7 06:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23225 Sep 7 06:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16765 Sep 7 06:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52041 Sep 7 06:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34267 Sep 7 06:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16596 Sep 7 06:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 18097 Sep 7 06:56 2021-09-29-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 29249 Sep 7 06:56 2021-11-03-oauth2.html -rw-r--r--. 1 jenkins 1001020000 15718 Sep 7 06:56 2021-11-22-release-announcement-220.html -rw-r--r--. 1 jenkins 1001020000 26757 Sep 7 06:56 2021-12-20-http-live-channel.html -rw-r--r--. 1 jenkins 1001020000 24679 Sep 7 06:56 2021-12-22-live-channel-condition.html -rw-r--r--. 1 jenkins 1001020000 17267 Sep 7 06:56 2022-01-21-release-announcement-230.html -rw-r--r--. 1 jenkins 1001020000 59959 Sep 7 06:56 404.html -rw-r--r--. 1 jenkins 1001020000 70331 Sep 7 06:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 63447 Sep 7 06:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 61851 Sep 7 06:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 62945 Sep 7 06:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 61764 Sep 7 06:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 61426 Sep 7 06:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 61484 Sep 7 06:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 66041 Sep 7 06:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 103635 Sep 7 06:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 63650 Sep 7 06:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 65120 Sep 7 06:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 65996 Sep 7 06:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 73429 Sep 7 06:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 103430 Sep 7 06:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 69205 Sep 7 06:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 65381 Sep 7 06:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 80830 Sep 7 06:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 70383 Sep 7 06:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 78487 Sep 7 06:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 64266 Sep 7 06:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 64479 Sep 7 06:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 79608 Sep 7 06:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 96829 Sep 7 06:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 75859 Sep 7 06:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 68637 Sep 7 06:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 60753 Sep 7 06:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 62068 Sep 7 06:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 60455 Sep 7 06:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 60917 Sep 7 06:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 60878 Sep 7 06:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 63555 Sep 7 06:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 67524 Sep 7 06:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 21941 Sep 7 06:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 22747 Sep 7 06:56 blog.html -rw-r--r--. 1 jenkins 1001020000 94840 Sep 7 06:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 63264 Sep 7 06:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 60319 Sep 7 06:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 61487 Sep 7 06:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 129456 Sep 7 06:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 96137 Sep 7 06:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 160424 Sep 7 06:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 61288 Sep 7 06:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 72411 Sep 7 06:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 75979 Sep 7 06:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 84640 Sep 7 06:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 86032 Sep 7 06:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 93160 Sep 7 06:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 92110 Sep 7 06:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 68604 Sep 7 06:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 68910 Sep 7 06:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 docson -rw-r--r--. 1 jenkins 1001020000 60971 Sep 7 06:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 files -rw-r--r--. 1 jenkins 1001020000 61975 Sep 7 06:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Sep 7 06:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 113764 Sep 7 06:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11644 Sep 7 06:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 66950 Sep 7 06:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 63083 Sep 7 06:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 65572 Sep 7 06:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 78399 Sep 7 06:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 64200 Sep 7 06:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 79758 Sep 7 06:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 images -rw-r--r--. 1 jenkins 1001020000 16336 Sep 7 06:56 index.html -rw-r--r--. 1 jenkins 1001020000 61575 Sep 7 06:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 151371 Sep 7 06:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 62600 Sep 7 06:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 62206 Sep 7 06:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 69778 Sep 7 06:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 63809 Sep 7 06:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:56 openapi -rw-r--r--. 1 jenkins 1001020000 63839 Sep 7 06:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 61743 Sep 7 06:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 61255 Sep 7 06:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 61255 Sep 7 06:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 64191 Sep 7 06:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 64684 Sep 7 06:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 63864 Sep 7 06:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 64941 Sep 7 06:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 63671 Sep 7 06:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 66889 Sep 7 06:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 67260 Sep 7 06:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 64864 Sep 7 06:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 63578 Sep 7 06:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 63736 Sep 7 06:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 76894 Sep 7 06:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 63188 Sep 7 06:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 63144 Sep 7 06:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 63299 Sep 7 06:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 63380 Sep 7 06:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 63361 Sep 7 06:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 63177 Sep 7 06:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 63118 Sep 7 06:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 63287 Sep 7 06:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 63268 Sep 7 06:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 63163 Sep 7 06:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 63070 Sep 7 06:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 122811 Sep 7 06:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 69615 Sep 7 06:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 66131 Sep 7 06:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 66396 Sep 7 06:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 66988 Sep 7 06:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 65748 Sep 7 06:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 65860 Sep 7 06:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 67689 Sep 7 06:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 67932 Sep 7 06:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 63986 Sep 7 06:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 66872 Sep 7 06:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 65632 Sep 7 06:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 65389 Sep 7 06:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 69408 Sep 7 06:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 64194 Sep 7 06:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 64687 Sep 7 06:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 63867 Sep 7 06:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 64944 Sep 7 06:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 63674 Sep 7 06:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 66892 Sep 7 06:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 67263 Sep 7 06:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 66269 Sep 7 06:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 64867 Sep 7 06:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 63581 Sep 7 06:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 63548 Sep 7 06:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 74614 Sep 7 06:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 61682 Sep 7 06:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 63999 Sep 7 06:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 66433 Sep 7 06:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 62737 Sep 7 06:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 62415 Sep 7 06:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 62030 Sep 7 06:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 61952 Sep 7 06:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 62072 Sep 7 06:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 62054 Sep 7 06:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 104802 Sep 7 06:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 66534 Sep 7 06:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 63999 Sep 7 06:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 64204 Sep 7 06:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 62737 Sep 7 06:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 63069 Sep 7 06:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 62415 Sep 7 06:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 62743 Sep 7 06:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 65507 Sep 7 06:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 63656 Sep 7 06:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 64201 Sep 7 06:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 62734 Sep 7 06:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 62898 Sep 7 06:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 62412 Sep 7 06:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 62572 Sep 7 06:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 62547 Sep 7 06:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 62700 Sep 7 06:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 62409 Sep 7 06:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 62959 Sep 7 06:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 62309 Sep 7 06:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 63813 Sep 7 06:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 63981 Sep 7 06:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 62895 Sep 7 06:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 62237 Sep 7 06:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 62206 Sep 7 06:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 66386 Sep 7 06:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 65986 Sep 7 06:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 72778 Sep 7 06:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 61152 Sep 7 06:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 62409 Sep 7 06:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 63104 Sep 7 06:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 61697 Sep 7 06:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 61005 Sep 7 06:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 71119 Sep 7 06:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 62353 Sep 7 06:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 78446 Sep 7 06:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 67072 Sep 7 06:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 65027 Sep 7 06:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 74010 Sep 7 06:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 111483 Sep 7 06:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 85664 Sep 7 06:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 65287 Sep 7 06:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 95105 Sep 7 06:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 84490 Sep 7 06:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 84916 Sep 7 06:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 75784 Sep 7 06:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 70828 Sep 7 06:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 62251 Sep 7 06:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 60425 Sep 7 06:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 63316 Sep 7 06:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 62797 Sep 7 06:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 63386 Sep 7 06:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 63046 Sep 7 06:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 64648 Sep 7 06:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 64795 Sep 7 06:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 64395 Sep 7 06:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 64329 Sep 7 06:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 66815 Sep 7 06:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 62467 Sep 7 06:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 62861 Sep 7 06:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 64790 Sep 7 06:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 63713 Sep 7 06:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 65504 Sep 7 06:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 68702 Sep 7 06:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 61229 Sep 7 06:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 62197 Sep 7 06:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 62678 Sep 7 06:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 61368 Sep 7 06:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 67325 Sep 7 06:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 61746 Sep 7 06:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 69150 Sep 7 06:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 65915 Sep 7 06:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 69381 Sep 7 06:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 60700 Sep 7 06:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 99782 Sep 7 06:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 62488 Sep 7 06:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 75411 Sep 7 06:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 63190 Sep 7 06:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 62473 Sep 7 06:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 61053 Sep 7 06:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 66502 Sep 7 06:56 release_notes_220.html -rw-r--r--. 1 jenkins 1001020000 62056 Sep 7 06:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 60850 Sep 7 06:56 release_notes_222.html -rw-r--r--. 1 jenkins 1001020000 67218 Sep 7 06:56 release_notes_230.html -rw-r--r--. 1 jenkins 1001020000 62523 Sep 7 06:56 release_notes_231.html -rw-r--r--. 1 jenkins 1001020000 62113 Sep 7 06:56 release_notes_232.html -rw-r--r--. 1 jenkins 1001020000 51 Sep 7 06:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 65762 Sep 7 06:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 33792 Sep 7 06:56 search.json drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 slides -rw-r--r--. 1 jenkins 1001020000 67229 Sep 7 06:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 72479 Sep 7 06:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 92921 Sep 7 06:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 68226 Sep 7 06:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 79345 Sep 7 06:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 70025 Sep 7 06:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 72527 Sep 7 06:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 68115 Sep 7 06:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 72278 Sep 7 06:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 66683 Sep 7 06:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 85137 Sep 7 06:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 76140 Sep 7 06:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 72950 Sep 7 06:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 69088 Sep 7 06:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 69562 Sep 7 06:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 67201 Sep 7 06:56 tag_troubleshooting.html ./2.3/css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Sep 7 06:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 24526 Sep 7 06:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Sep 7 06:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Sep 7 06:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Sep 7 06:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Sep 7 06:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Sep 7 06:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Sep 7 06:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Sep 7 06:56 theme-green.css ./2.3/docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Sep 7 06:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Sep 7 06:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Sep 7 06:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Sep 7 06:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Sep 7 06:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Sep 7 06:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Sep 7 06:56 widget.js ./2.3/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Sep 7 06:56 docson.css ./2.3/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Sep 7 06:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Sep 7 06:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Sep 7 06:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Sep 7 06:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Sep 7 06:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Sep 7 06:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Sep 7 06:56 traverse.js ./2.3/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Sep 7 06:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Sep 7 06:56 signature.html ./2.3/files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Sep 7 06:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Sep 7 06:56 migration_mongodb_1.0.0.js ./2.3/images: total 516 drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Sep 7 06:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Sep 7 06:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Sep 7 06:56 ditto_allwhite_textonly.svg -rwxr-xr-x. 1 jenkins 1001020000 92637 Sep 7 06:56 ditto-overview-1.png -rwxr-xr-x. 1 jenkins 1001020000 101022 Sep 7 06:56 ditto-super-1.png -rw-r--r--. 1 jenkins 1001020000 12553 Sep 7 06:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Sep 7 06:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Sep 7 06:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Sep 7 06:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Sep 7 06:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Sep 7 06:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Sep 7 06:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Sep 7 06:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Sep 7 06:56 iot_logo.svg drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 pages ./2.3/images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Sep 7 06:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Sep 7 06:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Sep 7 06:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Sep 7 06:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Sep 7 06:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Sep 7 06:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Sep 7 06:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./2.3/images/pages: total 8 drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Sep 7 06:56 advanced drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 protocol ./2.3/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Sep 7 06:56 data-by-pass-architectural-design.jpg ./2.3/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Sep 7 06:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Sep 7 06:56 context-overview.png ./2.3/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Sep 7 06:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Sep 7 06:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Sep 7 06:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Sep 7 06:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Sep 7 06:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Sep 7 06:56 policy-example.png ./2.3/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Sep 7 06:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Sep 7 06:56 ditto-twin-channel.png ./2.3/js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3315 Sep 7 06:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Sep 7 06:56 toc.js ./2.3/jsonschema: total 140 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 39603 Sep 7 06:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1756 Sep 7 06:56 error.json -rw-r--r--. 1 jenkins 1001020000 1508 Sep 7 06:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Sep 7 06:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 5335 Sep 7 06:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Sep 7 06:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Sep 7 06:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Sep 7 06:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 4358 Sep 7 06:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 3190 Sep 7 06:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Sep 7 06:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Sep 7 06:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Sep 7 06:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Sep 7 06:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Sep 7 06:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Sep 7 06:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 5180 Sep 7 06:56 thing_v2.json ./2.3/openapi: total 344 drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 325837 Sep 7 06:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 729 Sep 7 06:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 sources ./2.3/openapi/sources: total 52 drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 10011 Sep 7 06:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Sep 7 06:56 package.json -rw-r--r--. 1 jenkins 1001020000 30800 Sep 7 06:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 parameters drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 requests drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 responses drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 schemas drwxr-sr-x. 2 jenkins 1001020000 68 Sep 7 06:56 security ./2.3/openapi/sources/parameters: total 136 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Sep 7 06:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Sep 7 06:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Sep 7 06:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 955 Sep 7 06:56 channelParamPutDescription.yml -rw-r--r--. 1 jenkins 1001020000 842 Sep 7 06:56 channelParam.yml -rw-r--r--. 1 jenkins 1001020000 1421 Sep 7 06:56 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Sep 7 06:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Sep 7 06:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Sep 7 06:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Sep 7 06:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Sep 7 06:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Sep 7 06:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Sep 7 06:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Sep 7 06:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 837 Sep 7 06:56 liveChannelConditionParam.yml -rw-r--r--. 1 jenkins 1001020000 648 Sep 7 06:56 liveChannelTimeoutStrategyParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Sep 7 06:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Sep 7 06:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Sep 7 06:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Sep 7 06:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 716 Sep 7 06:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 747 Sep 7 06:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Sep 7 06:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Sep 7 06:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Sep 7 06:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Sep 7 06:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Sep 7 06:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Sep 7 06:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Sep 7 06:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Sep 7 06:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Sep 7 06:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Sep 7 06:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Sep 7 06:56 timeoutParam.yml ./2.3/openapi/sources/paths: total 4 drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Sep 7 06:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 162 Sep 7 06:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Sep 7 06:56 messages drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Sep 7 06:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Sep 7 06:56 whoami ./2.3/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Sep 7 06:56 cloudevents.yml ./2.3/openapi/sources/paths/features: total 112 drwxr-sr-x. 2 jenkins 1001020000 162 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 12639 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 13683 Sep 7 06:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 12825 Sep 7 06:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 14024 Sep 7 06:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 15729 Sep 7 06:56 index.yml -rw-r--r--. 1 jenkins 1001020000 13214 Sep 7 06:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 12579 Sep 7 06:56 property.yml ./2.3/openapi/sources/paths/messages: total 28 drwxr-sr-x. 2 jenkins 1001020000 147 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 4004 Sep 7 06:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3885 Sep 7 06:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Sep 7 06:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4421 Sep 7 06:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3746 Sep 7 06:56 outbox-message.yml ./2.3/openapi/sources/paths/policies: total 92 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Sep 7 06:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Sep 7 06:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Sep 7 06:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Sep 7 06:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6125 Sep 7 06:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9960 Sep 7 06:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 11132 Sep 7 06:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6158 Sep 7 06:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8476 Sep 7 06:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5758 Sep 7 06:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8541 Sep 7 06:56 subject.yml ./2.3/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Sep 7 06:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Sep 7 06:56 things.yml ./2.3/openapi/sources/paths/things: total 76 drwxr-sr-x. 2 jenkins 1001020000 125 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 12269 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 12253 Sep 7 06:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 12143 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6597 Sep 7 06:56 index.yml -rw-r--r--. 1 jenkins 1001020000 8585 Sep 7 06:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 19811 Sep 7 06:56 thing.yml ./2.3/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Sep 7 06:56 index.yml ./2.3/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 809 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Sep 7 06:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Sep 7 06:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Sep 7 06:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Sep 7 06:56 value.yml ./2.3/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Sep 7 06:56 actions ./2.3/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 839 Sep 7 06:56 activateTokenIntegration.yml ./2.3/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Sep 7 06:56 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Sep 7 06:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 574 Sep 7 06:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Sep 7 06:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Sep 7 06:56 preconditionFailed.yml ./2.3/openapi/sources/schemas: total 4 drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Sep 7 06:56 acknowledgements drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Sep 7 06:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 policies drwxr-sr-x. 2 jenkins 1001020000 36 Sep 7 06:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Sep 7 06:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Sep 7 06:56 whoami ./2.3/openapi/sources/schemas/acknowledgements: total 8 drwxr-sr-x. 2 jenkins 1001020000 61 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 595 Sep 7 06:56 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Sep 7 06:56 acknowledgement.yml ./2.3/openapi/sources/schemas/errors: total 8 drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Sep 7 06:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Sep 7 06:56 error.yml ./2.3/openapi/sources/schemas/features: total 20 drwxr-sr-x. 2 jenkins 1001020000 139 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Sep 7 06:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Sep 7 06:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Sep 7 06:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Sep 7 06:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Sep 7 06:56 feature.yml ./2.3/openapi/sources/schemas/policies: total 44 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 527 Sep 7 06:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Sep 7 06:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Sep 7 06:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Sep 7 06:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 628 Sep 7 06:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Sep 7 06:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Sep 7 06:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 1413 Sep 7 06:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Sep 7 06:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Sep 7 06:56 subjects.yml ./2.3/openapi/sources/schemas/search: total 4 drwxr-sr-x. 2 jenkins 1001020000 36 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Sep 7 06:56 searchResultThings.yml ./2.3/openapi/sources/schemas/things: total 20 drwxr-sr-x. 2 jenkins 1001020000 109 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Sep 7 06:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Sep 7 06:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Sep 7 06:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Sep 7 06:56 thing.yml ./2.3/openapi/sources/schemas/whoami: total 8 drwxr-sr-x. 2 jenkins 1001020000 49 Sep 7 06:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Sep 7 06:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Sep 7 06:56 whoami.yml ./2.3/openapi/sources/security: total 12 drwxr-sr-x. 2 jenkins 1001020000 68 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Sep 7 06:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 710 Sep 7 06:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Sep 7 06:56 nginxBasic.yml ./2.3/slides: total 32 drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 2021_10_25-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 images ./2.3/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Sep 7 06:56 index.html ./2.3/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Sep 7 06:56 index.html ./2.3/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Sep 7 06:56 index.html ./2.3/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Sep 7 06:56 index.html ./2.3/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 31918 Sep 7 06:56 index.html ./2.3/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Sep 7 06:56 index.html ./2.3/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Sep 7 06:56 index.html ./2.3/slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 30816 Sep 7 06:56 index.html ./2.3/slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16503 Sep 7 06:56 index.html ./2.3/slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21859 Sep 7 06:56 index.html ./2.3/slides/2021_10_25-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14925 Sep 7 06:56 index.html ./2.3/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Sep 7 06:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Sep 7 06:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Sep 7 06:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Sep 7 06:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Sep 7 06:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Sep 7 06:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Sep 7 06:56 background-twin-small.jpg ./2.3/slides/images: total 544 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Sep 7 06:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Sep 7 06:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Sep 7 06:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Sep 7 06:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Sep 7 06:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Sep 7 06:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Sep 7 06:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Sep 7 06:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Sep 7 06:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Sep 7 06:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Sep 7 06:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Sep 7 06:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Sep 7 06:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Sep 7 06:56 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Sep 7 06:56 wot.png ./2.4: total 18132 drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:57 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 13246 Sep 7 06:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13264 Sep 7 06:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14327 Sep 7 06:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13785 Sep 7 06:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14264 Sep 7 06:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17543 Sep 7 06:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17293 Sep 7 06:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13962 Sep 7 06:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 93153 Sep 7 06:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13833 Sep 7 06:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13986 Sep 7 06:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26582 Sep 7 06:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14070 Sep 7 06:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14903 Sep 7 06:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14155 Sep 7 06:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13757 Sep 7 06:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29465 Sep 7 06:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13324 Sep 7 06:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13914 Sep 7 06:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13844 Sep 7 06:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14332 Sep 7 06:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17429 Sep 7 06:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13877 Sep 7 06:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15161 Sep 7 06:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13992 Sep 7 06:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16490 Sep 7 06:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53380 Sep 7 06:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15723 Sep 7 06:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14532 Sep 7 06:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14365 Sep 7 06:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17723 Sep 7 06:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37360 Sep 7 06:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14156 Sep 7 06:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24402 Sep 7 06:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18297 Sep 7 06:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14432 Sep 7 06:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29298 Sep 7 06:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45083 Sep 7 06:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30459 Sep 7 06:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23225 Sep 7 06:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16765 Sep 7 06:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52041 Sep 7 06:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34267 Sep 7 06:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16596 Sep 7 06:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 18097 Sep 7 06:56 2021-09-29-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 29249 Sep 7 06:56 2021-11-03-oauth2.html -rw-r--r--. 1 jenkins 1001020000 15718 Sep 7 06:56 2021-11-22-release-announcement-220.html -rw-r--r--. 1 jenkins 1001020000 26757 Sep 7 06:56 2021-12-20-http-live-channel.html -rw-r--r--. 1 jenkins 1001020000 24679 Sep 7 06:56 2021-12-22-live-channel-condition.html -rw-r--r--. 1 jenkins 1001020000 17267 Sep 7 06:56 2022-01-21-release-announcement-230.html -rw-r--r--. 1 jenkins 1001020000 32670 Sep 7 06:56 2022-03-03-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 16437 Sep 7 06:56 2022-04-14-release-announcement-240.html -rw-r--r--. 1 jenkins 1001020000 61139 Sep 7 06:56 404.html -rw-r--r--. 1 jenkins 1001020000 71511 Sep 7 06:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 64627 Sep 7 06:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 63031 Sep 7 06:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 64125 Sep 7 06:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 62944 Sep 7 06:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 62606 Sep 7 06:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 62664 Sep 7 06:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 67221 Sep 7 06:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 104815 Sep 7 06:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 64830 Sep 7 06:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 66300 Sep 7 06:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 67176 Sep 7 06:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 74609 Sep 7 06:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 104610 Sep 7 06:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 72086 Sep 7 06:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 66561 Sep 7 06:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 80836 Sep 7 06:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 72054 Sep 7 06:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 79667 Sep 7 06:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 65235 Sep 7 06:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 65659 Sep 7 06:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 91021 Sep 7 06:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 98009 Sep 7 06:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 77039 Sep 7 06:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 69817 Sep 7 06:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 61933 Sep 7 06:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 63248 Sep 7 06:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 61635 Sep 7 06:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 62097 Sep 7 06:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 62058 Sep 7 06:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 64735 Sep 7 06:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 68719 Sep 7 06:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 182652 Sep 7 06:56 basic-wot-integration-example.html -rw-r--r--. 1 jenkins 1001020000 96946 Sep 7 06:56 basic-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 22345 Sep 7 06:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 22729 Sep 7 06:56 blog.html -rw-r--r--. 1 jenkins 1001020000 96020 Sep 7 06:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 64444 Sep 7 06:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 61499 Sep 7 06:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 62667 Sep 7 06:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 130636 Sep 7 06:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 97317 Sep 7 06:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 167423 Sep 7 06:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 62468 Sep 7 06:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 73591 Sep 7 06:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 77159 Sep 7 06:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 85820 Sep 7 06:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 87212 Sep 7 06:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 94340 Sep 7 06:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 93290 Sep 7 06:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 69784 Sep 7 06:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 70090 Sep 7 06:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 css drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:57 docson -rw-r--r--. 1 jenkins 1001020000 62151 Sep 7 06:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:57 files -rw-r--r--. 1 jenkins 1001020000 63155 Sep 7 06:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Sep 7 06:53 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 114944 Sep 7 06:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11644 Sep 7 06:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 68130 Sep 7 06:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 64263 Sep 7 06:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 66752 Sep 7 06:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 79579 Sep 7 06:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 65380 Sep 7 06:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 85626 Sep 7 06:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:57 images -rw-r--r--. 1 jenkins 1001020000 16336 Sep 7 06:56 index.html -rw-r--r--. 1 jenkins 1001020000 61846 Sep 7 06:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 154497 Sep 7 06:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 64178 Sep 7 06:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 63386 Sep 7 06:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 70958 Sep 7 06:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 64989 Sep 7 06:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:57 js drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:57 openapi -rw-r--r--. 1 jenkins 1001020000 65019 Sep 7 06:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 62923 Sep 7 06:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 62435 Sep 7 06:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 62435 Sep 7 06:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 65371 Sep 7 06:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 65864 Sep 7 06:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 65044 Sep 7 06:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 66121 Sep 7 06:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 64851 Sep 7 06:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 68069 Sep 7 06:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 68440 Sep 7 06:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 66044 Sep 7 06:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 64758 Sep 7 06:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 64916 Sep 7 06:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 78074 Sep 7 06:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 64368 Sep 7 06:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 64324 Sep 7 06:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 64479 Sep 7 06:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 64560 Sep 7 06:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 64541 Sep 7 06:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 64357 Sep 7 06:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 64298 Sep 7 06:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 64467 Sep 7 06:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 64448 Sep 7 06:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 64343 Sep 7 06:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 64250 Sep 7 06:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 123991 Sep 7 06:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 70795 Sep 7 06:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 67311 Sep 7 06:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 67576 Sep 7 06:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 68168 Sep 7 06:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 66928 Sep 7 06:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 67040 Sep 7 06:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 68869 Sep 7 06:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 69112 Sep 7 06:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 65166 Sep 7 06:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 68052 Sep 7 06:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 66812 Sep 7 06:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 66569 Sep 7 06:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 70588 Sep 7 06:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 65374 Sep 7 06:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 65867 Sep 7 06:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 65047 Sep 7 06:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 66124 Sep 7 06:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 64854 Sep 7 06:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 68072 Sep 7 06:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 68443 Sep 7 06:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 67449 Sep 7 06:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 66047 Sep 7 06:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 64761 Sep 7 06:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 64728 Sep 7 06:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 75794 Sep 7 06:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 62862 Sep 7 06:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 65179 Sep 7 06:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 67613 Sep 7 06:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 63917 Sep 7 06:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 63595 Sep 7 06:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 63210 Sep 7 06:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 63132 Sep 7 06:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 63252 Sep 7 06:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 63234 Sep 7 06:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 105982 Sep 7 06:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 67714 Sep 7 06:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 65179 Sep 7 06:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 65384 Sep 7 06:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 63917 Sep 7 06:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 64249 Sep 7 06:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 63595 Sep 7 06:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 63923 Sep 7 06:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 66687 Sep 7 06:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 64836 Sep 7 06:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 66518 Sep 7 06:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 63914 Sep 7 06:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 64078 Sep 7 06:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 63592 Sep 7 06:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 63752 Sep 7 06:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 63727 Sep 7 06:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 63880 Sep 7 06:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 63589 Sep 7 06:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 64139 Sep 7 06:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 63489 Sep 7 06:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 64993 Sep 7 06:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 65161 Sep 7 06:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 64075 Sep 7 06:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 63417 Sep 7 06:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 63386 Sep 7 06:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 67566 Sep 7 06:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 67166 Sep 7 06:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 73958 Sep 7 06:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 62332 Sep 7 06:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 63589 Sep 7 06:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 64284 Sep 7 06:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 62877 Sep 7 06:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 62185 Sep 7 06:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 72469 Sep 7 06:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 63533 Sep 7 06:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 79626 Sep 7 06:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 68252 Sep 7 06:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 66207 Sep 7 06:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 75342 Sep 7 06:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 112663 Sep 7 06:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 86844 Sep 7 06:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 66467 Sep 7 06:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 96285 Sep 7 06:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 85670 Sep 7 06:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 86096 Sep 7 06:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 76964 Sep 7 06:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 72008 Sep 7 06:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 63431 Sep 7 06:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 61605 Sep 7 06:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 64496 Sep 7 06:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 63977 Sep 7 06:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 64566 Sep 7 06:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 64226 Sep 7 06:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 65828 Sep 7 06:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 65975 Sep 7 06:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 65575 Sep 7 06:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 65509 Sep 7 06:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 67995 Sep 7 06:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 63647 Sep 7 06:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 64041 Sep 7 06:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 65970 Sep 7 06:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 64893 Sep 7 06:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 66684 Sep 7 06:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 69882 Sep 7 06:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 62409 Sep 7 06:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 63377 Sep 7 06:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 63858 Sep 7 06:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 62548 Sep 7 06:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 68505 Sep 7 06:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 62926 Sep 7 06:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 70330 Sep 7 06:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 67095 Sep 7 06:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 70561 Sep 7 06:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 61880 Sep 7 06:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 100962 Sep 7 06:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 63668 Sep 7 06:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 76608 Sep 7 06:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 64370 Sep 7 06:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 63653 Sep 7 06:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 62233 Sep 7 06:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 67682 Sep 7 06:56 release_notes_220.html -rw-r--r--. 1 jenkins 1001020000 63236 Sep 7 06:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 62030 Sep 7 06:56 release_notes_222.html -rw-r--r--. 1 jenkins 1001020000 68398 Sep 7 06:56 release_notes_230.html -rw-r--r--. 1 jenkins 1001020000 63703 Sep 7 06:56 release_notes_231.html -rw-r--r--. 1 jenkins 1001020000 63293 Sep 7 06:56 release_notes_232.html -rw-r--r--. 1 jenkins 1001020000 73363 Sep 7 06:56 release_notes_240.html -rw-r--r--. 1 jenkins 1001020000 62597 Sep 7 06:56 release_notes_241.html -rw-r--r--. 1 jenkins 1001020000 62162 Sep 7 06:56 release_notes_242.html -rw-r--r--. 1 jenkins 1001020000 51 Sep 7 06:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 66942 Sep 7 06:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 35268 Sep 7 06:56 search.json drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 slides -rw-r--r--. 1 jenkins 1001020000 68646 Sep 7 06:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 73896 Sep 7 06:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 95416 Sep 7 06:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 69643 Sep 7 06:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 80758 Sep 7 06:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 71412 Sep 7 06:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 74479 Sep 7 06:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 69502 Sep 7 06:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 73695 Sep 7 06:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 68100 Sep 7 06:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 86554 Sep 7 06:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 78292 Sep 7 06:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 74367 Sep 7 06:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 70505 Sep 7 06:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 70979 Sep 7 06:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 68618 Sep 7 06:56 tag_troubleshooting.html -rw-r--r--. 1 jenkins 1001020000 69616 Sep 7 06:56 tag_wot.html ./2.4/css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 475 Sep 7 06:53 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 24527 Sep 7 06:53 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Sep 7 06:53 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Sep 7 06:53 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Sep 7 06:53 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Sep 7 06:53 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Sep 7 06:53 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Sep 7 06:53 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Sep 7 06:53 theme-green.css ./2.4/docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:57 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 480 Sep 7 06:53 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 css -rw-r--r--. 1 jenkins 1001020000 19086 Sep 7 06:53 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Sep 7 06:53 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Sep 7 06:53 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:57 lib -rw-r--r--. 1 jenkins 1001020000 11325 Sep 7 06:53 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Sep 7 06:53 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:57 templates -rw-r--r--. 1 jenkins 1001020000 1912 Sep 7 06:53 widget.js ./2.4/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 9309 Sep 7 06:53 docson.css ./2.4/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:57 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 84693 Sep 7 06:53 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Sep 7 06:53 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Sep 7 06:53 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Sep 7 06:53 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Sep 7 06:53 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Sep 7 06:53 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Sep 7 06:53 traverse.js ./2.4/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:57 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 6043 Sep 7 06:53 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Sep 7 06:53 signature.html ./2.4/files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:57 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 588 Sep 7 06:53 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Sep 7 06:53 migration_mongodb_1.0.0.js ./2.4/images: total 516 drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:57 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:57 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Sep 7 06:53 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 blog -rw-r--r--. 1 jenkins 1001020000 9257 Sep 7 06:53 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Sep 7 06:53 ditto_allwhite_textonly.svg -rwxr-xr-x. 1 jenkins 1001020000 92637 Sep 7 06:53 ditto-overview-1.png -rwxr-xr-x. 1 jenkins 1001020000 101022 Sep 7 06:53 ditto-super-1.png -rw-r--r--. 1 jenkins 1001020000 12553 Sep 7 06:53 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Sep 7 06:53 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Sep 7 06:53 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Sep 7 06:53 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Sep 7 06:53 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Sep 7 06:53 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Sep 7 06:53 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Sep 7 06:53 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Sep 7 06:53 iot_logo.svg drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 pages ./2.4/images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 40902 Sep 7 06:53 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Sep 7 06:53 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Sep 7 06:53 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Sep 7 06:53 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Sep 7 06:53 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Sep 7 06:53 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Sep 7 06:53 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./2.4/images/pages: total 8 drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Sep 7 06:57 .. drwxr-sr-x. 2 jenkins 1001020000 51 Sep 7 06:57 advanced drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:57 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 basic drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:57 protocol ./2.4/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Sep 7 06:57 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Sep 7 06:53 data-by-pass-architectural-design.jpg ./2.4/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Sep 7 06:57 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Sep 7 06:53 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Sep 7 06:53 context-overview.png ./2.4/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Sep 7 06:53 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Sep 7 06:53 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Sep 7 06:53 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Sep 7 06:53 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Sep 7 06:53 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Sep 7 06:53 policy-example.png ./2.4/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:57 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Sep 7 06:53 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Sep 7 06:53 ditto-twin-channel.png ./2.4/js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:57 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 3315 Sep 7 06:53 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Sep 7 06:53 toc.js ./2.4/jsonschema: total 140 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 39603 Sep 7 06:53 connection.json -rw-r--r--. 1 jenkins 1001020000 1756 Sep 7 06:53 error.json -rw-r--r--. 1 jenkins 1001020000 1508 Sep 7 06:53 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Sep 7 06:53 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 5335 Sep 7 06:53 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Sep 7 06:53 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Sep 7 06:53 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Sep 7 06:53 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 4358 Sep 7 06:53 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 3190 Sep 7 06:53 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Sep 7 06:53 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Sep 7 06:53 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Sep 7 06:53 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Sep 7 06:53 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Sep 7 06:53 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Sep 7 06:53 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 5180 Sep 7 06:53 thing_v2.json ./2.4/openapi: total 352 drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:57 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 333527 Sep 7 06:53 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 729 Sep 7 06:53 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:57 sources ./2.4/openapi/sources: total 52 drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:57 . drwxr-sr-x. 3 jenkins 1001020000 61 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 10085 Sep 7 06:53 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Sep 7 06:53 package.json -rw-r--r--. 1 jenkins 1001020000 30800 Sep 7 06:53 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 parameters drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:57 requests drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:57 responses drwxr-sr-x. 9 jenkins 1001020000 150 Sep 7 06:57 schemas drwxr-sr-x. 2 jenkins 1001020000 68 Sep 7 06:57 security ./2.4/openapi/sources/parameters: total 140 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 661 Sep 7 06:53 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Sep 7 06:53 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Sep 7 06:53 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 955 Sep 7 06:53 channelParamPutDescription.yml -rw-r--r--. 1 jenkins 1001020000 842 Sep 7 06:53 channelParam.yml -rw-r--r--. 1 jenkins 1001020000 1421 Sep 7 06:53 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Sep 7 06:53 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Sep 7 06:53 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Sep 7 06:53 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Sep 7 06:53 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Sep 7 06:53 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Sep 7 06:53 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Sep 7 06:53 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Sep 7 06:53 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 837 Sep 7 06:53 liveChannelConditionParam.yml -rw-r--r--. 1 jenkins 1001020000 648 Sep 7 06:53 liveChannelTimeoutStrategyParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Sep 7 06:53 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Sep 7 06:53 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Sep 7 06:53 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Sep 7 06:53 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 716 Sep 7 06:53 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 2739 Sep 7 06:53 policyFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 747 Sep 7 06:53 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Sep 7 06:53 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Sep 7 06:53 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Sep 7 06:53 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Sep 7 06:53 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Sep 7 06:53 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Sep 7 06:53 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Sep 7 06:53 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Sep 7 06:53 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Sep 7 06:53 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Sep 7 06:53 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Sep 7 06:53 timeoutParam.yml ./2.4/openapi/sources/paths: total 4 drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:57 .. drwxr-sr-x. 2 jenkins 1001020000 29 Sep 7 06:57 cloudevents drwxr-sr-x. 2 jenkins 1001020000 162 Sep 7 06:57 features drwxr-sr-x. 2 jenkins 1001020000 147 Sep 7 06:57 messages drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 policies drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:57 search drwxr-sr-x. 2 jenkins 1001020000 125 Sep 7 06:57 things drwxr-sr-x. 2 jenkins 1001020000 23 Sep 7 06:57 whoami ./2.4/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Sep 7 06:57 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Sep 7 06:53 cloudevents.yml ./2.4/openapi/sources/paths/features: total 112 drwxr-sr-x. 2 jenkins 1001020000 162 Sep 7 06:57 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 12639 Sep 7 06:53 definition.yml -rw-r--r--. 1 jenkins 1001020000 13683 Sep 7 06:53 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 12825 Sep 7 06:53 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 14130 Sep 7 06:53 feature.yml -rw-r--r--. 1 jenkins 1001020000 15729 Sep 7 06:53 index.yml -rw-r--r--. 1 jenkins 1001020000 13214 Sep 7 06:53 properties.yml -rw-r--r--. 1 jenkins 1001020000 12579 Sep 7 06:53 property.yml ./2.4/openapi/sources/paths/messages: total 28 drwxr-sr-x. 2 jenkins 1001020000 147 Sep 7 06:57 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 4004 Sep 7 06:53 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3885 Sep 7 06:53 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Sep 7 06:53 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4421 Sep 7 06:53 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3746 Sep 7 06:53 outbox-message.yml ./2.4/openapi/sources/paths/policies: total 92 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Sep 7 06:53 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Sep 7 06:53 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Sep 7 06:53 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Sep 7 06:53 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6125 Sep 7 06:53 entries.yml -rw-r--r--. 1 jenkins 1001020000 9960 Sep 7 06:53 entry.yml -rw-r--r--. 1 jenkins 1001020000 11423 Sep 7 06:53 policy.yml -rw-r--r--. 1 jenkins 1001020000 6158 Sep 7 06:53 resources.yml -rw-r--r--. 1 jenkins 1001020000 8476 Sep 7 06:53 resource.yml -rw-r--r--. 1 jenkins 1001020000 5758 Sep 7 06:53 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8541 Sep 7 06:53 subject.yml ./2.4/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:57 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Sep 7 06:53 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Sep 7 06:53 things.yml ./2.4/openapi/sources/paths/things: total 76 drwxr-sr-x. 2 jenkins 1001020000 125 Sep 7 06:57 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 12269 Sep 7 06:53 attributes.yml -rw-r--r--. 1 jenkins 1001020000 12253 Sep 7 06:53 attribute.yml -rw-r--r--. 1 jenkins 1001020000 12143 Sep 7 06:53 definition.yml -rw-r--r--. 1 jenkins 1001020000 6844 Sep 7 06:53 index.yml -rw-r--r--. 1 jenkins 1001020000 8585 Sep 7 06:53 policyId.yml -rw-r--r--. 1 jenkins 1001020000 19917 Sep 7 06:53 thing.yml ./2.4/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Sep 7 06:57 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Sep 7 06:53 index.yml ./2.4/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:57 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 1253 Sep 7 06:53 attributes.yml -rw-r--r--. 1 jenkins 1001020000 808 Sep 7 06:53 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Sep 7 06:53 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Sep 7 06:53 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Sep 7 06:53 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Sep 7 06:53 value.yml ./2.4/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:57 .. drwxr-sr-x. 2 jenkins 1001020000 42 Sep 7 06:57 actions ./2.4/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Sep 7 06:57 . drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 839 Sep 7 06:53 activateTokenIntegration.yml ./2.4/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:57 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 606 Sep 7 06:53 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Sep 7 06:53 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 574 Sep 7 06:53 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Sep 7 06:53 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Sep 7 06:53 preconditionFailed.yml ./2.4/openapi/sources/schemas: total 8 drwxr-sr-x. 9 jenkins 1001020000 150 Sep 7 06:57 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:57 .. drwxr-sr-x. 2 jenkins 1001020000 61 Sep 7 06:57 acknowledgements drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:57 errors drwxr-sr-x. 2 jenkins 1001020000 139 Sep 7 06:57 features drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 policies drwxr-sr-x. 2 jenkins 1001020000 36 Sep 7 06:57 search drwxr-sr-x. 2 jenkins 1001020000 109 Sep 7 06:57 things drwxr-sr-x. 2 jenkins 1001020000 49 Sep 7 06:57 whoami -rw-r--r--. 1 jenkins 1001020000 3661 Sep 7 06:53 wot-thingDescription.yml ./2.4/openapi/sources/schemas/acknowledgements: total 8 drwxr-sr-x. 2 jenkins 1001020000 61 Sep 7 06:57 . drwxr-sr-x. 9 jenkins 1001020000 150 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 595 Sep 7 06:53 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Sep 7 06:53 acknowledgement.yml ./2.4/openapi/sources/schemas/errors: total 8 drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:57 . drwxr-sr-x. 9 jenkins 1001020000 150 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 897 Sep 7 06:53 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Sep 7 06:53 error.yml ./2.4/openapi/sources/schemas/features: total 20 drwxr-sr-x. 2 jenkins 1001020000 139 Sep 7 06:57 . drwxr-sr-x. 9 jenkins 1001020000 150 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 678 Sep 7 06:53 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Sep 7 06:53 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Sep 7 06:53 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Sep 7 06:53 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Sep 7 06:53 feature.yml ./2.4/openapi/sources/schemas/policies: total 44 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 . drwxr-sr-x. 9 jenkins 1001020000 150 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 527 Sep 7 06:53 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Sep 7 06:53 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Sep 7 06:53 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Sep 7 06:53 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 628 Sep 7 06:53 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Sep 7 06:53 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Sep 7 06:53 resources.yml -rw-r--r--. 1 jenkins 1001020000 1413 Sep 7 06:53 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Sep 7 06:53 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Sep 7 06:53 subjects.yml ./2.4/openapi/sources/schemas/search: total 4 drwxr-sr-x. 2 jenkins 1001020000 36 Sep 7 06:57 . drwxr-sr-x. 9 jenkins 1001020000 150 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 499 Sep 7 06:53 searchResultThings.yml ./2.4/openapi/sources/schemas/things: total 20 drwxr-sr-x. 2 jenkins 1001020000 109 Sep 7 06:57 . drwxr-sr-x. 9 jenkins 1001020000 150 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 479 Sep 7 06:53 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Sep 7 06:53 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Sep 7 06:53 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Sep 7 06:53 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Sep 7 06:53 thing.yml ./2.4/openapi/sources/schemas/whoami: total 8 drwxr-sr-x. 2 jenkins 1001020000 49 Sep 7 06:57 . drwxr-sr-x. 9 jenkins 1001020000 150 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 519 Sep 7 06:53 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Sep 7 06:53 whoami.yml ./2.4/openapi/sources/security: total 12 drwxr-sr-x. 2 jenkins 1001020000 68 Sep 7 06:57 . drwxr-sr-x. 8 jenkins 1001020000 169 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 520 Sep 7 06:53 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 710 Sep 7 06:53 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Sep 7 06:53 nginxBasic.yml ./2.4/slides: total 32 drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Sep 7 06:57 .. drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 2021_10_25-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 images ./2.4/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Sep 7 06:53 index.html ./2.4/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Sep 7 06:53 index.html ./2.4/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Sep 7 06:53 index.html ./2.4/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Sep 7 06:53 index.html ./2.4/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 31918 Sep 7 06:53 index.html ./2.4/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Sep 7 06:53 index.html ./2.4/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Sep 7 06:53 index.html ./2.4/slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 30816 Sep 7 06:53 index.html ./2.4/slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16503 Sep 7 06:53 index.html ./2.4/slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21859 Sep 7 06:53 index.html ./2.4/slides/2021_10_25-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14925 Sep 7 06:53 index.html ./2.4/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Sep 7 06:53 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Sep 7 06:53 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Sep 7 06:53 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Sep 7 06:53 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Sep 7 06:53 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Sep 7 06:53 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Sep 7 06:53 background-twin-small.jpg ./2.4/slides/images: total 544 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Sep 7 06:53 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Sep 7 06:53 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Sep 7 06:53 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Sep 7 06:53 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Sep 7 06:53 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Sep 7 06:53 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Sep 7 06:53 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Sep 7 06:53 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Sep 7 06:53 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Sep 7 06:53 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Sep 7 06:53 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Sep 7 06:53 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Sep 7 06:53 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Sep 7 06:53 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Sep 7 06:53 wot.png ./css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 475 Sep 7 06:52 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 24527 Sep 7 06:52 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Sep 7 06:52 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Sep 7 06:52 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Sep 7 06:52 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Sep 7 06:52 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Sep 7 06:52 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Sep 7 06:52 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Sep 7 06:52 theme-green.css ./docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:57 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 480 Sep 7 06:52 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 css -rw-r--r--. 1 jenkins 1001020000 19086 Sep 7 06:52 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Sep 7 06:52 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Sep 7 06:52 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:57 lib -rw-r--r--. 1 jenkins 1001020000 11325 Sep 7 06:52 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Sep 7 06:52 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:57 templates -rw-r--r--. 1 jenkins 1001020000 1912 Sep 7 06:52 widget.js ./docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 9309 Sep 7 06:52 docson.css ./docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Sep 7 06:57 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 84693 Sep 7 06:52 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Sep 7 06:52 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Sep 7 06:52 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Sep 7 06:52 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Sep 7 06:52 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Sep 7 06:52 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Sep 7 06:52 traverse.js ./docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:57 . drwxr-sr-x. 5 jenkins 1001020000 172 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 6043 Sep 7 06:52 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Sep 7 06:52 signature.html ./files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Sep 7 06:57 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 588 Sep 7 06:52 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Sep 7 06:52 migration_mongodb_1.0.0.js ./.git: total 584 drwxr-sr-x. 8 jenkins 1001020000 163 Sep 7 06:57 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:57 .. drwxr-sr-x. 2 jenkins 1001020000 6 Sep 7 06:56 branches -rw-r--r--. 1 jenkins 1001020000 354 Sep 7 06:57 config -rw-r--r--. 1 jenkins 1001020000 73 Sep 7 06:56 description -rw-r--r--. 1 jenkins 1001020000 23 Sep 7 06:56 HEAD drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 hooks -rw-r--r--. 1 jenkins 1001020000 554279 Sep 7 06:56 index drwxr-sr-x. 2 jenkins 1001020000 21 Sep 7 06:56 info drwxr-sr-x. 3 jenkins 1001020000 30 Sep 7 06:56 logs drwxr-sr-x. 4 jenkins 1001020000 30 Sep 7 06:56 objects -rw-r--r--. 1 jenkins 1001020000 114 Sep 7 06:56 packed-refs drwxr-sr-x. 5 jenkins 1001020000 46 Sep 7 06:56 refs ./.git/branches: total 0 drwxr-sr-x. 2 jenkins 1001020000 6 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 163 Sep 7 06:57 .. ./.git/hooks: total 52 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 163 Sep 7 06:57 .. -rwxr-xr-x. 1 jenkins 1001020000 478 Sep 7 06:56 applypatch-msg.sample -rwxr-xr-x. 1 jenkins 1001020000 896 Sep 7 06:56 commit-msg.sample -rwxr-xr-x. 1 jenkins 1001020000 3327 Sep 7 06:56 fsmonitor-watchman.sample -rwxr-xr-x. 1 jenkins 1001020000 189 Sep 7 06:56 post-update.sample -rwxr-xr-x. 1 jenkins 1001020000 424 Sep 7 06:56 pre-applypatch.sample -rwxr-xr-x. 1 jenkins 1001020000 1638 Sep 7 06:56 pre-commit.sample -rwxr-xr-x. 1 jenkins 1001020000 1492 Sep 7 06:56 prepare-commit-msg.sample -rwxr-xr-x. 1 jenkins 1001020000 1348 Sep 7 06:56 pre-push.sample -rwxr-xr-x. 1 jenkins 1001020000 4898 Sep 7 06:56 pre-rebase.sample -rwxr-xr-x. 1 jenkins 1001020000 544 Sep 7 06:56 pre-receive.sample -rwxr-xr-x. 1 jenkins 1001020000 3610 Sep 7 06:56 update.sample ./.git/info: total 4 drwxr-sr-x. 2 jenkins 1001020000 21 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 163 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 240 Sep 7 06:56 exclude ./.git/logs: total 4 drwxr-sr-x. 3 jenkins 1001020000 30 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 163 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 219 Sep 7 06:56 HEAD drwxr-sr-x. 4 jenkins 1001020000 34 Sep 7 06:56 refs ./.git/logs/refs: total 0 drwxr-sr-x. 4 jenkins 1001020000 34 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 30 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 20 Sep 7 06:56 heads drwxr-sr-x. 3 jenkins 1001020000 20 Sep 7 06:56 remotes ./.git/logs/refs/heads: total 4 drwxr-sr-x. 2 jenkins 1001020000 20 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 34 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 219 Sep 7 06:56 master ./.git/logs/refs/remotes: total 0 drwxr-sr-x. 3 jenkins 1001020000 20 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 34 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 18 Sep 7 06:56 origin ./.git/logs/refs/remotes/origin: total 4 drwxr-sr-x. 2 jenkins 1001020000 18 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 20 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 219 Sep 7 06:56 HEAD ./.git/objects: total 0 drwxr-sr-x. 4 jenkins 1001020000 30 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 163 Sep 7 06:57 .. drwxr-sr-x. 2 jenkins 1001020000 6 Sep 7 06:56 info drwxr-sr-x. 2 jenkins 1001020000 121 Sep 7 06:56 pack ./.git/objects/info: total 0 drwxr-sr-x. 2 jenkins 1001020000 6 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 30 Sep 7 06:56 .. ./.git/objects/pack: total 31016 drwxr-sr-x. 2 jenkins 1001020000 121 Sep 7 06:56 . drwxr-sr-x. 4 jenkins 1001020000 30 Sep 7 06:56 .. -r--r--r--. 1 jenkins 1001020000 1872116 Sep 7 06:56 pack-1c3cdcb5556a000f4985f472309836f09ea09765.idx -r--r--r--. 1 jenkins 1001020000 29881579 Sep 7 06:56 pack-1c3cdcb5556a000f4985f472309836f09ea09765.pack ./.git/refs: total 0 drwxr-sr-x. 5 jenkins 1001020000 46 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 163 Sep 7 06:57 .. drwxr-sr-x. 2 jenkins 1001020000 20 Sep 7 06:56 heads drwxr-sr-x. 3 jenkins 1001020000 20 Sep 7 06:56 remotes drwxr-sr-x. 2 jenkins 1001020000 6 Sep 7 06:56 tags ./.git/refs/heads: total 4 drwxr-sr-x. 2 jenkins 1001020000 20 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 46 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 41 Sep 7 06:56 master ./.git/refs/remotes: total 0 drwxr-sr-x. 3 jenkins 1001020000 20 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 46 Sep 7 06:56 .. drwxr-sr-x. 2 jenkins 1001020000 18 Sep 7 06:56 origin ./.git/refs/remotes/origin: total 4 drwxr-sr-x. 2 jenkins 1001020000 18 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 20 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 32 Sep 7 06:56 HEAD ./.git/refs/tags: total 0 drwxr-sr-x. 2 jenkins 1001020000 6 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 46 Sep 7 06:56 .. ./images: total 732 drwxr-sr-x. 5 jenkins 1001020000 4096 Sep 7 06:57 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:57 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Sep 7 06:52 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 blog -rw-r--r--. 1 jenkins 1001020000 9257 Sep 7 06:52 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Sep 7 06:52 ditto_allwhite_textonly.svg -rwxr-xr-x. 1 jenkins 1001020000 92637 Sep 7 06:52 ditto-overview-1.png -rw-r--r--. 1 jenkins 1001020000 159156 Sep 7 06:52 ditto-overview-1.svg -rwxr-xr-x. 1 jenkins 1001020000 101022 Sep 7 06:52 ditto-super-1.png -rw-r--r--. 1 jenkins 1001020000 50244 Sep 7 06:52 ditto-super-1.svg -rw-r--r--. 1 jenkins 1001020000 12553 Sep 7 06:52 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Sep 7 06:52 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Sep 7 06:52 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Sep 7 06:52 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 5012 Sep 7 06:56 eclipse_incubation_vertical_png-02.png -rw-r--r--. 1 jenkins 1001020000 3082 Sep 7 06:52 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Sep 7 06:52 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Sep 7 06:52 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Sep 7 06:52 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Sep 7 06:52 iot_logo.svg drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 pages drwxr-sr-x. 2 jenkins 1001020000 78 Sep 7 06:56 user-logos ./images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 . drwxr-sr-x. 5 jenkins 1001020000 4096 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 40902 Sep 7 06:52 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Sep 7 06:52 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Sep 7 06:52 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Sep 7 06:52 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Sep 7 06:52 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Sep 7 06:52 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Sep 7 06:52 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./images/pages: total 8 drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 4096 Sep 7 06:57 .. drwxr-sr-x. 2 jenkins 1001020000 51 Sep 7 06:57 advanced drwxr-sr-x. 2 jenkins 1001020000 114 Sep 7 06:57 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 basic drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:57 protocol ./images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Sep 7 06:57 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Sep 7 06:52 data-by-pass-architectural-design.jpg ./images/pages/architecture: total 84 drwxr-sr-x. 2 jenkins 1001020000 114 Sep 7 06:57 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Sep 7 06:52 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Sep 7 06:52 context-overview.png -rwxr-xr-x. 1 jenkins 1001020000 22188 Sep 7 06:52 ditto-architecture-overview-2022.png ./images/pages/basic: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16882 Sep 7 06:56 ditto-class-diagram-v1.png -rw-r--r--. 1 jenkins 1001020000 23249 Sep 7 06:56 ditto-class-diagram-v1.svg -rwxr-xr-x. 1 jenkins 1001020000 4115 Sep 7 06:52 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Sep 7 06:52 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Sep 7 06:52 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Sep 7 06:52 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Sep 7 06:52 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Sep 7 06:52 policy-example.png ./images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Sep 7 06:57 . drwxr-sr-x. 6 jenkins 1001020000 71 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Sep 7 06:52 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Sep 7 06:52 ditto-twin-channel.png ./images/user-logos: total 24 drwxr-sr-x. 2 jenkins 1001020000 78 Sep 7 06:56 . drwxr-sr-x. 5 jenkins 1001020000 4096 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 2600 Sep 7 06:56 aloxy-word-white.svg -rw-r--r--. 1 jenkins 1001020000 9846 Sep 7 06:56 bosch-en-white.svg -rw-r--r--. 1 jenkins 1001020000 253 Sep 7 06:56 LICENSE.md ./js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Sep 7 06:57 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 3315 Sep 7 06:52 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Sep 7 06:52 toc.js ./jsonschema: total 152 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 39603 Sep 7 06:52 connection.json -rw-r--r--. 1 jenkins 1001020000 1756 Sep 7 06:52 error.json -rw-r--r--. 1 jenkins 1001020000 1129 Sep 7 06:56 feature.json -rw-r--r--. 1 jenkins 1001020000 1508 Sep 7 06:52 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Sep 7 06:52 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 5347 Sep 7 06:52 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Sep 7 06:52 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Sep 7 06:52 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Sep 7 06:52 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 4358 Sep 7 06:52 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 3190 Sep 7 06:52 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Sep 7 06:52 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Sep 7 06:52 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Sep 7 06:52 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Sep 7 06:52 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 911 Sep 7 06:52 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Sep 7 06:52 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 4833 Sep 7 06:56 thing_v1.json -rw-r--r--. 1 jenkins 1001020000 5204 Sep 7 06:52 thing_v2.json ./openapi: total 488 drwxr-sr-x. 3 jenkins 1001020000 84 Sep 7 06:57 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 131973 Sep 7 06:56 ditto-api-1.yml -rw-r--r--. 1 jenkins 1001020000 339325 Sep 7 06:52 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 729 Sep 7 06:52 README.md drwxr-sr-x. 8 jenkins 1001020000 192 Sep 7 06:57 sources ./openapi/sources: total 188 drwxr-sr-x. 8 jenkins 1001020000 192 Sep 7 06:57 . drwxr-sr-x. 3 jenkins 1001020000 84 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 132425 Sep 7 06:56 api-1-index.yml -rw-r--r--. 1 jenkins 1001020000 10296 Sep 7 06:52 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Sep 7 06:52 package.json -rw-r--r--. 1 jenkins 1001020000 31379 Sep 7 06:52 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 parameters drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:57 requests drwxr-sr-x. 2 jenkins 1001020000 166 Sep 7 06:57 responses drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:57 schemas drwxr-sr-x. 2 jenkins 1001020000 68 Sep 7 06:57 security ./openapi/sources/parameters: total 152 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 . drwxr-sr-x. 8 jenkins 1001020000 192 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 661 Sep 7 06:52 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Sep 7 06:52 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Sep 7 06:52 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 955 Sep 7 06:52 channelParamPutDescription.yml -rw-r--r--. 1 jenkins 1001020000 842 Sep 7 06:52 channelParam.yml -rw-r--r--. 1 jenkins 1001020000 1421 Sep 7 06:52 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 646 Sep 7 06:52 deleteMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Sep 7 06:52 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Sep 7 06:52 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Sep 7 06:52 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Sep 7 06:52 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 644 Sep 7 06:52 getMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Sep 7 06:52 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Sep 7 06:52 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Sep 7 06:52 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Sep 7 06:52 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 837 Sep 7 06:52 liveChannelConditionParam.yml -rw-r--r--. 1 jenkins 1001020000 648 Sep 7 06:52 liveChannelTimeoutStrategyParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Sep 7 06:52 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Sep 7 06:52 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Sep 7 06:52 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Sep 7 06:52 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 580 Sep 7 06:52 namespaceParameter.yml -rw-r--r--. 1 jenkins 1001020000 716 Sep 7 06:52 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 2739 Sep 7 06:52 policyFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 759 Sep 7 06:52 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Sep 7 06:52 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Sep 7 06:52 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Sep 7 06:52 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Sep 7 06:52 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Sep 7 06:52 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Sep 7 06:52 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Sep 7 06:52 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Sep 7 06:52 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Sep 7 06:52 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 680 Sep 7 06:52 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Sep 7 06:52 timeoutParam.yml ./openapi/sources/paths: total 4 drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 . drwxr-sr-x. 8 jenkins 1001020000 192 Sep 7 06:57 .. drwxr-sr-x. 2 jenkins 1001020000 29 Sep 7 06:57 cloudevents drwxr-sr-x. 2 jenkins 1001020000 162 Sep 7 06:57 features drwxr-sr-x. 2 jenkins 1001020000 147 Sep 7 06:57 messages drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 policies drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:57 search drwxr-sr-x. 2 jenkins 1001020000 145 Sep 7 06:57 things drwxr-sr-x. 2 jenkins 1001020000 23 Sep 7 06:57 whoami ./openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Sep 7 06:57 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 4155 Sep 7 06:52 cloudevents.yml ./openapi/sources/paths/features: total 112 drwxr-sr-x. 2 jenkins 1001020000 162 Sep 7 06:57 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 12953 Sep 7 06:52 definition.yml -rw-r--r--. 1 jenkins 1001020000 13997 Sep 7 06:52 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 13139 Sep 7 06:52 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 14444 Sep 7 06:52 feature.yml -rw-r--r--. 1 jenkins 1001020000 15777 Sep 7 06:52 index.yml -rw-r--r--. 1 jenkins 1001020000 13528 Sep 7 06:52 properties.yml -rw-r--r--. 1 jenkins 1001020000 12893 Sep 7 06:52 property.yml ./openapi/sources/paths/messages: total 28 drwxr-sr-x. 2 jenkins 1001020000 147 Sep 7 06:57 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 4016 Sep 7 06:52 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3897 Sep 7 06:52 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4741 Sep 7 06:52 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4433 Sep 7 06:52 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3758 Sep 7 06:52 outbox-message.yml ./openapi/sources/paths/policies: total 92 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Sep 7 06:52 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Sep 7 06:52 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Sep 7 06:52 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Sep 7 06:52 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6149 Sep 7 06:52 entries.yml -rw-r--r--. 1 jenkins 1001020000 9996 Sep 7 06:52 entry.yml -rw-r--r--. 1 jenkins 1001020000 11459 Sep 7 06:52 policy.yml -rw-r--r--. 1 jenkins 1001020000 6182 Sep 7 06:52 resources.yml -rw-r--r--. 1 jenkins 1001020000 8512 Sep 7 06:52 resource.yml -rw-r--r--. 1 jenkins 1001020000 5782 Sep 7 06:52 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8577 Sep 7 06:52 subject.yml ./openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:57 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Sep 7 06:52 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Sep 7 06:52 things.yml ./openapi/sources/paths/things: total 96 drwxr-sr-x. 2 jenkins 1001020000 145 Sep 7 06:57 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 12583 Sep 7 06:52 attributes.yml -rw-r--r--. 1 jenkins 1001020000 12567 Sep 7 06:52 attribute.yml -rw-r--r--. 1 jenkins 1001020000 12457 Sep 7 06:52 definition.yml -rw-r--r--. 1 jenkins 1001020000 6898 Sep 7 06:52 index.yml -rw-r--r--. 1 jenkins 1001020000 5727 Sep 7 06:56 policyid.yml -rw-r--r--. 1 jenkins 1001020000 8911 Sep 7 06:52 policyId.yml -rw-r--r--. 1 jenkins 1001020000 20115 Sep 7 06:52 thing.yml ./openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Sep 7 06:57 . drwxr-sr-x. 9 jenkins 1001020000 115 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Sep 7 06:52 index.yml ./openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:57 . drwxr-sr-x. 8 jenkins 1001020000 192 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 1253 Sep 7 06:52 attributes.yml -rw-r--r--. 1 jenkins 1001020000 808 Sep 7 06:52 definition.yml -rw-r--r--. 1 jenkins 1001020000 2108 Sep 7 06:52 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Sep 7 06:52 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Sep 7 06:52 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Sep 7 06:52 value.yml ./openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Sep 7 06:57 .. drwxr-sr-x. 2 jenkins 1001020000 42 Sep 7 06:57 actions ./openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Sep 7 06:57 . drwxr-sr-x. 3 jenkins 1001020000 21 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 875 Sep 7 06:52 activateTokenIntegration.yml ./openapi/sources/responses: total 24 drwxr-sr-x. 2 jenkins 1001020000 166 Sep 7 06:57 . drwxr-sr-x. 8 jenkins 1001020000 192 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 606 Sep 7 06:52 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Sep 7 06:52 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 586 Sep 7 06:56 messageTimeout.yml -rw-r--r--. 1 jenkins 1001020000 574 Sep 7 06:52 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Sep 7 06:52 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Sep 7 06:52 preconditionFailed.yml ./openapi/sources/schemas: total 104 drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:57 . drwxr-sr-x. 8 jenkins 1001020000 192 Sep 7 06:57 .. drwxr-sr-x. 2 jenkins 1001020000 61 Sep 7 06:57 acknowledgements -rw-r--r--. 1 jenkins 1001020000 897 Sep 7 06:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 479 Sep 7 06:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 573 Sep 7 06:56 definition.yml drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:57 errors -rw-r--r--. 1 jenkins 1001020000 803 Sep 7 06:56 error.yml -rw-r--r--. 1 jenkins 1001020000 649 Sep 7 06:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Sep 7 06:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Sep 7 06:56 featureProperties.yml drwxr-sr-x. 2 jenkins 1001020000 139 Sep 7 06:57 features -rw-r--r--. 1 jenkins 1001020000 590 Sep 7 06:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Sep 7 06:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 2283 Sep 7 06:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 491 Sep 7 06:56 permission.yml drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 policies -rw-r--r--. 1 jenkins 1001020000 578 Sep 7 06:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Sep 7 06:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 505 Sep 7 06:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Sep 7 06:56 resourceEntryRestricted.yml -rw-r--r--. 1 jenkins 1001020000 679 Sep 7 06:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 785 Sep 7 06:56 resources.yml drwxr-sr-x. 2 jenkins 1001020000 36 Sep 7 06:57 search -rw-r--r--. 1 jenkins 1001020000 489 Sep 7 06:56 searchResultThings.yml -rw-r--r--. 1 jenkins 1001020000 731 Sep 7 06:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Sep 7 06:56 subjects.yml drwxr-sr-x. 2 jenkins 1001020000 109 Sep 7 06:57 things -rw-r--r--. 1 jenkins 1001020000 1768 Sep 7 06:56 thing.yml drwxr-sr-x. 2 jenkins 1001020000 49 Sep 7 06:57 whoami -rw-r--r--. 1 jenkins 1001020000 519 Sep 7 06:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Sep 7 06:56 whoami.yml -rw-r--r--. 1 jenkins 1001020000 3674 Sep 7 06:52 wot-thingDescription.yml ./openapi/sources/schemas/acknowledgements: total 12 drwxr-sr-x. 2 jenkins 1001020000 61 Sep 7 06:57 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 595 Sep 7 06:52 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Sep 7 06:52 acknowledgement.yml ./openapi/sources/schemas/errors: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Sep 7 06:57 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 897 Sep 7 06:52 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Sep 7 06:52 error.yml ./openapi/sources/schemas/features: total 24 drwxr-sr-x. 2 jenkins 1001020000 139 Sep 7 06:57 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 678 Sep 7 06:52 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Sep 7 06:52 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Sep 7 06:52 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Sep 7 06:52 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Sep 7 06:52 feature.yml ./openapi/sources/schemas/policies: total 48 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 527 Sep 7 06:52 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Sep 7 06:52 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Sep 7 06:52 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Sep 7 06:52 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 628 Sep 7 06:52 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Sep 7 06:52 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Sep 7 06:52 resources.yml -rw-r--r--. 1 jenkins 1001020000 1763 Sep 7 06:52 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Sep 7 06:52 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Sep 7 06:52 subjects.yml ./openapi/sources/schemas/search: total 8 drwxr-sr-x. 2 jenkins 1001020000 36 Sep 7 06:57 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 499 Sep 7 06:52 searchResultThings.yml ./openapi/sources/schemas/things: total 24 drwxr-sr-x. 2 jenkins 1001020000 109 Sep 7 06:57 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 479 Sep 7 06:52 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Sep 7 06:52 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Sep 7 06:52 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Sep 7 06:52 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Sep 7 06:52 thing.yml ./openapi/sources/schemas/whoami: total 12 drwxr-sr-x. 2 jenkins 1001020000 49 Sep 7 06:57 . drwxr-sr-x. 9 jenkins 1001020000 4096 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 519 Sep 7 06:52 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Sep 7 06:52 whoami.yml ./openapi/sources/security: total 12 drwxr-sr-x. 2 jenkins 1001020000 68 Sep 7 06:57 . drwxr-sr-x. 8 jenkins 1001020000 192 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 520 Sep 7 06:52 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 710 Sep 7 06:52 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Sep 7 06:52 nginxBasic.yml ./slides: total 32 drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:57 .. drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 2021_10_25-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 images ./slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 29151 Sep 7 06:52 index.html ./slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 34430 Sep 7 06:52 index.html ./slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14237 Sep 7 06:52 index.html ./slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15029 Sep 7 06:52 index.html ./slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 31978 Sep 7 06:52 index.html ./slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 15025 Sep 7 06:52 index.html ./slides/2020_10_19-eclipse-iot-wg-community-day: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16405 Sep 7 06:52 index.html ./slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 30888 Sep 7 06:52 index.html ./slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 16515 Sep 7 06:52 index.html ./slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 21931 Sep 7 06:52 index.html ./slides/2021_10_25-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Sep 7 06:57 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 14937 Sep 7 06:52 index.html ./slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Sep 7 06:52 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Sep 7 06:52 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Sep 7 06:52 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Sep 7 06:52 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Sep 7 06:52 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Sep 7 06:52 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Sep 7 06:52 background-twin-small.jpg ./slides/images: total 544 drwxr-sr-x. 2 jenkins 1001020000 4096 Sep 7 06:57 . drwxr-sr-x. 15 jenkins 1001020000 4096 Sep 7 06:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Sep 7 06:52 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Sep 7 06:52 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Sep 7 06:52 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Sep 7 06:52 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Sep 7 06:52 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Sep 7 06:52 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Sep 7 06:52 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Sep 7 06:52 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Sep 7 06:52 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Sep 7 06:52 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Sep 7 06:52 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Sep 7 06:52 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Sep 7 06:52 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Sep 7 06:52 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Sep 7 06:52 wot.png ./wot: total 36 drwxr-sr-x. 2 jenkins 1001020000 118 Sep 7 06:57 . drwxr-sr-x. 23 jenkins 1001020000 16384 Sep 7 06:57 .. -rw-r--r--. 1 jenkins 1001020000 3776 Sep 7 06:52 ditto-extension.html -rw-r--r--. 1 jenkins 1001020000 1503 Sep 7 06:52 ditto-extension.jsonld -rw-r--r--. 1 jenkins 1001020000 2000 Sep 7 06:52 ditto-extension.rdf -rw-r--r--. 1 jenkins 1001020000 1513 Sep 7 06:52 ditto-extension.ttl [Pipeline] sh + git add --all . [Pipeline] sh + git commit -s -a -m 'fast site update - build no: 1 - Ditto 2.4.2' [master 9d048de3e] fast site update - build no: 1 - Ditto 2.4.2 634 files changed, 9899 insertions(+), 2581 deletions(-) create mode 100644 2.4/release_notes_242.html delete mode 100644 Gemfile delete mode 100644 Gemfile.lock create mode 100644 release_notes_242.html rewrite sitemap.xml (71%) [Pipeline] sh + git push origin master remote: remote: Processing changes: (\) remote: Processing changes: refs: 1 (\) remote: Processing changes: refs: 1 (\) remote: Processing changes: refs: 1, done remote: commit 9d048de: ---------- remote: commit 9d048de: Reviewing commit: 9d048de3 remote: commit 9d048de: Authored by: Eclipse Ditto Bot remote: commit 9d048de: remote: commit 9d048de: Reviewing commit: 9d048de3ecc54646822ab59256a1c31a183b4b25 remote: commit 9d048de: Authored by: Eclipse Ditto Bot remote: commit 9d048de: Automated user 'ditto-bot@eclipse.org' detected for author of commit 9d048de3ecc54646822ab59256a1c31a183b4b25 remote: commit 9d048de: Automated user 'ditto-bot@eclipse.org' detected for committer of commit 9d048de3ecc54646822ab59256a1c31a183b4b25 remote: commit 9d048de: Eclipse user 'Eclipse Ditto Bot'(author) is a committer on the project. remote: commit 9d048de: Eclipse user 'Eclipse Ditto Bot'(committer) is a committer on the project. remote: commit 9d048de: remote: commit 9d048de: This commit passes Eclipse validation. To ssh://git.eclipse.org:29418/www.eclipse.org/ditto.git 3411efff8..9d048de3e master -> master [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1121 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS