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-1g3sv is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-1g3sv" 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-1g3sv" - 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-1g3sv" - 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-3160.vd76b_9ddd10cc" 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-1g3sv in /home/jenkins/agent/workspace/website-build-and-deploy-fast [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/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/ditto.git > git init /home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto # timeout=10 Fetching upstream changes from https://github.com/eclipse-ditto/ditto.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-ditto/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 2fe29b418df7d48015d0bbc2dff2a63c3fb668f3 (refs/remotes/origin/master) > git config remote.origin.url https://github.com/eclipse-ditto/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 2fe29b418df7d48015d0bbc2dff2a63c3fb668f3 # timeout=10 Commit message: "update slides" > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master 2fe29b418df7d48015d0bbc2dff2a63c3fb668f3 # timeout=10 > git rev-list --no-walk 3f6be0f5c0d7884055c6635157426916ef3f2125 # timeout=10 [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout Ditto release-3.5) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto-release-3.5 [Pipeline] { [Pipeline] git The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-ditto/ditto.git > git init /home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto-release-3.5 # timeout=10 Fetching upstream changes from https://github.com/eclipse-ditto/ditto.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-ditto/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 145794c105259c2d04315f37dfb0b8ec857fa9a8 (refs/remotes/origin/release-3.5) > git config remote.origin.url https://github.com/eclipse-ditto/ditto.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/release-3.5^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 145794c105259c2d04315f37dfb0b8ec857fa9a8 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b release-3.5 145794c105259c2d04315f37dfb0b8ec857fa9a8 # timeout=10 Commit message: "bumped Helm chart to 3.5.3" > git rev-list --no-walk 145794c105259c2d04315f37dfb0b8ec857fa9a8 # 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/ditto [Pipeline] { [Pipeline] sh + mvn --batch-mode --errors clean package -Pbuild-documentation --projects documentation --also-make Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.1.11-200.fc37.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.ditto:ditto-policies-service:jar:0-SNAPSHOT [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.eclipse.ditto:ditto-internal-utils-pekko:test-jar -> duplicate declaration of version (?) @ org.eclipse.ditto:ditto-policies-service:${revision}, /home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto/policies/service/pom.xml, line 143, column 21 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [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] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ ditto --- [INFO] [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto --- [INFO] [INFO] --- license:4.2:check (default) @ ditto --- [WARNING] Parameter 'legacyConfigExcludes' (user property 'license.excludes') is deprecated: use LicenseSet.excludes [WARNING] Parameter 'legacyConfigHeader' (user property 'license.header') is deprecated: use LicenseSet.header [WARNING] Parameter 'legacyConfigIncludes' (user property 'license.includes') is deprecated: use LicenseSet.includes [WARNING] Parameter 'legacyConfigValidHeaders' is deprecated: use LicenseSet.validHeaders [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See https://mycila.carbou.me/license-maven-plugin for more information. [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto --- [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto/target/jacoco.exec [INFO] [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto --- [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl [INFO] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto:pom:0-SNAPSHOT... [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto --- [INFO] [INFO] ---------------< org.eclipse.ditto:ditto-documentation >---------------- [INFO] Building Eclipse Ditto :: Documentation 0-SNAPSHOT [2/2] [INFO] from documentation/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-documentation --- [INFO] [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-documentation --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-documentation --- [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto/documentation/target/jacoco.exec [INFO] [INFO] --- gem:2.0.1:exec (generate-documentation) @ ditto-documentation --- Cannot contact basic-1g3sv: java.lang.InterruptedException [WARNING] OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0 Resuming build at Tue Feb 27 14:54:36 EST 2024 after Jenkins restart Waiting for reconnection of basic-1g3sv before proceeding with build Ready to run at Tue Feb 27 14:54:48 EST 2024 [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 2024-02-27T15:43:35.071Z [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 2024-02-27T15:43:51.915Z [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/ditto/documentation/src/main/resources/_config.yml [INFO] Source: /home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto/documentation/src/main/resources [INFO] Destination: /home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto/documentation/target/classes [INFO] Incremental build: disabled. Enable with --incremental [INFO] Generating... [INFO] done in 32.565 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 2024-02-27T15:43:54.153Z [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:1.5.0:flatten (flatten) @ ditto-documentation --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-documentation:pom:0-SNAPSHOT... [INFO] [INFO] --- assembly:3.6.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/ditto/documentation/target/ditto-documentation-0-SNAPSHOT-site.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT: [INFO] [INFO] Eclipse Ditto ...................................... SUCCESS [ 8.347 s] [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [01:15 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:31 min [INFO] Finished at: 2024-02-27T15:44:31Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build documentation for release-3.5) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto-release-3.5 [Pipeline] { [Pipeline] sh + mvn --batch-mode --errors clean package -Pbuild-documentation --projects documentation --also-make Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.1.11-200.fc37.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.ditto:ditto-policies-service:jar:0-SNAPSHOT [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.eclipse.ditto:ditto-internal-utils-pekko:test-jar -> duplicate declaration of version (?) @ org.eclipse.ditto:ditto-policies-service:${revision}, /home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto-release-3.5/policies/service/pom.xml, line 143, column 21 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [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] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ ditto --- [INFO] [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto --- [INFO] [INFO] --- license:4.2:check (default) @ ditto --- [WARNING] Parameter 'legacyConfigExcludes' (user property 'license.excludes') is deprecated: use LicenseSet.excludes [WARNING] Parameter 'legacyConfigHeader' (user property 'license.header') is deprecated: use LicenseSet.header [WARNING] Parameter 'legacyConfigIncludes' (user property 'license.includes') is deprecated: use LicenseSet.includes [WARNING] Parameter 'legacyConfigValidHeaders' is deprecated: use LicenseSet.validHeaders [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See https://mycila.carbou.me/license-maven-plugin for more information. [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto --- [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto-release-3.5/target/jacoco.exec [INFO] [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto --- [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl [INFO] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto:pom:0-SNAPSHOT... [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto --- [INFO] [INFO] ---------------< org.eclipse.ditto:ditto-documentation >---------------- [INFO] Building Eclipse Ditto :: Documentation 0-SNAPSHOT [2/2] [INFO] from documentation/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-documentation --- [INFO] [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-documentation --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-documentation --- [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto-release-3.5/documentation/target/jacoco.exec [INFO] [INFO] --- gem: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 2024-02-27T19:55:12.758Z [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 2024-02-27T19:55:29.917Z [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/ditto-release-3.5/documentation/src/main/resources/_config.yml [INFO] Source: /home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto-release-3.5/documentation/src/main/resources [INFO] Destination: /home/jenkins/agent/workspace/website-build-and-deploy-fast/ditto-release-3.5/documentation/target/classes [INFO] Incremental build: disabled. Enable with --incremental [INFO] Generating... [INFO] done in 32.671 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 2024-02-27T19:55:32.231Z [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:1.5.0:flatten (flatten) @ ditto-documentation --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-documentation:pom:0-SNAPSHOT... [INFO] [INFO] --- assembly:3.6.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/ditto-release-3.5/documentation/target/ditto-documentation-0-SNAPSHOT-site.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT: [INFO] [INFO] Eclipse Ditto ...................................... SUCCESS [ 3.321 s] [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [01:00 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:05 min [INFO] Finished at: 2024-02-27T19:56:09Z [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/website [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials eclipse-ditto-bot (GitHub bot SSH) [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-KhgkxWuBP3UN/agent.1095 SSH_AGENT_PID=1097 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/website-build-and-deploy-fast/website@tmp/private_key_15358946233703170760.key (/home/jenkins/agent/workspace/website-build-and-deploy-fast/website@tmp/private_key_15358946233703170760.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + git clone git@github.com:eclipse/ditto-website.git . Cloning into '.'... Checking out files: 90% (8184/8995) Checking out files: 91% (8186/8995) Checking out files: 92% (8276/8995) Checking out files: 93% (8366/8995) Checking out files: 94% (8456/8995) Checking out files: 95% (8546/8995) Checking out files: 96% (8636/8995) Checking out files: 97% (8726/8995) Checking out files: 98% (8816/8995) Checking out files: 99% (8906/8995) Checking out files: 100% (8995/8995) Checking out files: 100% (8995/8995), done. [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1097 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/website [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials eclipse-ditto-bot (GitHub bot SSH) [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-eMek9bVTFiDh/agent.1127 SSH_AGENT_PID=1129 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/website-build-and-deploy-fast/website@tmp/private_key_2845741880205937158.key (/home/jenkins/agent/workspace/website-build-and-deploy-fast/website@tmp/private_key_2845741880205937158.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 23080 drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 124 Feb 27 19:56 .. drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 1.0 drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 1.1 drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 1.2 drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 1.3 drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 1.4 drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 1.5 drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 2.0 -rw-r--r--. 1 jenkins 1001020000 13321 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13339 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14402 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13880 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14339 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17566 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17380 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 14037 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 91219 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13863 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 14061 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26657 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14145 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14994 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14230 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13832 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29588 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13399 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13989 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13919 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14407 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17505 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13952 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15236 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 14067 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16571 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53461 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15798 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14607 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14440 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17804 Feb 27 19:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37435 Feb 27 19:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14231 Feb 27 19:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24477 Feb 27 19:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18372 Feb 27 19:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14507 Feb 27 19:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29373 Feb 27 19:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45158 Feb 27 19:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30540 Feb 27 19:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23300 Feb 27 19:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16841 Feb 27 19:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52116 Feb 27 19:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34342 Feb 27 19:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16671 Feb 27 19:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 18172 Feb 27 19:56 2021-09-29-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 29324 Feb 27 19:56 2021-11-03-oauth2.html -rw-r--r--. 1 jenkins 1001020000 15793 Feb 27 19:56 2021-11-22-release-announcement-220.html -rw-r--r--. 1 jenkins 1001020000 26832 Feb 27 19:56 2021-12-20-http-live-channel.html -rw-r--r--. 1 jenkins 1001020000 24754 Feb 27 19:56 2021-12-22-live-channel-condition.html -rw-r--r--. 1 jenkins 1001020000 17342 Feb 27 19:56 2022-01-21-release-announcement-230.html -rw-r--r--. 1 jenkins 1001020000 32859 Feb 27 19:56 2022-03-03-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 16512 Feb 27 19:56 2022-04-14-release-announcement-240.html -rw-r--r--. 1 jenkins 1001020000 17490 Feb 27 19:56 2022-07-12-reactive-mqtt.html -rw-r--r--. 1 jenkins 1001020000 17655 Feb 27 19:56 2022-09-28-release-announcement-300.html -rw-r--r--. 1 jenkins 1001020000 27424 Feb 27 19:56 2022-11-04-live-message-conditions.html -rw-r--r--. 1 jenkins 1001020000 15728 Feb 27 19:56 2022-12-16-release-announcement-310.html -rw-r--r--. 1 jenkins 1001020000 16091 Feb 27 19:56 2023-03-08-release-announcement-320.html -rw-r--r--. 1 jenkins 1001020000 16281 Feb 27 19:56 2023-06-23-release-announcement-330.html -rw-r--r--. 1 jenkins 1001020000 54414 Feb 27 19:56 2023-10-09-ditto-benchmark.html -rw-r--r--. 1 jenkins 1001020000 17393 Feb 27 19:56 2023-10-17-release-announcement-340.html -rw-r--r--. 1 jenkins 1001020000 17569 Feb 27 19:56 2024-01-26-release-announcement-350.html drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 2.1 drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 2.2 drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 2.3 drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 2.4 drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 3.0 drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 3.1 drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 3.2 drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 3.3 drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 3.4 drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 3.5 -rw-r--r--. 1 jenkins 1001020000 67904 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 78294 Feb 27 19:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 71297 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 71306 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 69735 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 69669 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 69772 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 70462 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 109842 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 71602 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 73072 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 73963 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 81359 Feb 27 19:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 111389 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 78864 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 73335 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 85137 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 92494 Feb 27 19:56 basic-history.html -rw-r--r--. 1 jenkins 1001020000 78830 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 117311 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 72041 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 72435 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 104224 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 114430 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 85239 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 80558 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 68721 Feb 27 19:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 70031 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 68426 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 68886 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 68839 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 71511 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 75528 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 189653 Feb 27 19:56 basic-wot-integration-example.html -rw-r--r--. 1 jenkins 1001020000 109570 Feb 27 19:56 basic-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 24444 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 22398 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 103017 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 71251 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 68280 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 69456 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 137441 Feb 27 19:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 87091 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 100792 Feb 27 19:56 connectivity-manage-connections-piggyback.html -rw-r--r--. 1 jenkins 1001020000 189056 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 69384 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 80391 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 85909 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 91136 Feb 27 19:56 connectivity-protocol-bindings-hono.html -rw-r--r--. 1 jenkins 1001020000 92617 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 94017 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 101547 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 100088 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 76572 Feb 27 19:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 76881 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 68933 Feb 27 19:56 feedback.html -rw-r--r--. 1 jenkins 1001020000 139053 Feb 27 19:56 feed.xml drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files drwxr-sr-x. 8 jenkins 1001020000 163 Feb 27 19:56 .git -rw-r--r--. 1 jenkins 1001020000 69925 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 131423 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11716 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 74908 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 71041 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 73551 Feb 27 19:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 86376 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 75098 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 94184 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 5 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 16417 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 68629 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 77593 Feb 27 19:56 installation-extending.html -rw-r--r--. 1 jenkins 1001020000 180346 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 75584 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 70166 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 85566 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 71765 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 84 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 73020 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 69702 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 69246 Feb 27 19:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 69246 Feb 27 19:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 72166 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 72660 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 71840 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 72924 Feb 27 19:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 71652 Feb 27 19:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 74862 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 75234 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 72840 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 71552 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 71717 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 84865 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 71163 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 71120 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 71275 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 71363 Feb 27 19:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 71342 Feb 27 19:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 71150 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 71092 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 71263 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 71242 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 71144 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 71041 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 130785 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 77574 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 74105 Feb 27 19:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 74371 Feb 27 19:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 74970 Feb 27 19:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 73728 Feb 27 19:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 73842 Feb 27 19:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 75661 Feb 27 19:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 75905 Feb 27 19:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 71959 Feb 27 19:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 74847 Feb 27 19:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 73605 Feb 27 19:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 73369 Feb 27 19:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 77193 Feb 27 19:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 72169 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 72663 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 71843 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 72927 Feb 27 19:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 71655 Feb 27 19:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 74865 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 75237 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 74243 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 72843 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 71555 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 71529 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 82585 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 69679 Feb 27 19:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 71985 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 74414 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 70720 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 70397 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 70048 Feb 27 19:56 protocol-examples-policies-deleteimport.html -rw-r--r--. 1 jenkins 1001020000 70016 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 69933 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 70055 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 70036 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 112785 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 70508 Feb 27 19:56 protocol-examples-policies-modifyimport.html -rw-r--r--. 1 jenkins 1001020000 71287 Feb 27 19:56 protocol-examples-policies-modifyimports.html -rw-r--r--. 1 jenkins 1001020000 74522 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 71985 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 72185 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 70720 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 71053 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 70397 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 70726 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 70473 Feb 27 19:56 protocol-examples-policies-retrieveimport.html -rw-r--r--. 1 jenkins 1001020000 71286 Feb 27 19:56 protocol-examples-policies-retrieveimports.html -rw-r--r--. 1 jenkins 1001020000 73497 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 71644 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 73321 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 70719 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 70884 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 70396 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 70557 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 70524 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 70678 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 70387 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 70944 Feb 27 19:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 70292 Feb 27 19:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 71788 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 71957 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 70873 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 70213 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 70189 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 74359 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 73960 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 80744 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 69111 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 70378 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 71093 Feb 27 19:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 69673 Feb 27 19:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 68976 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 80741 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 70339 Feb 27 19:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 90800 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 76831 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 73000 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 85957 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 83495 Feb 27 19:56 protocol-specification-streaming-subscription.html -rw-r--r--. 1 jenkins 1001020000 120234 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 93642 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 73258 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 104185 Feb 27 19:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 92283 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 92896 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 83762 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 78798 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 70210 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 68387 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 71302 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 70783 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 71378 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 70999 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 72619 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 72805 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 72417 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 72327 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 74733 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 70471 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 70794 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 72773 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 71748 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 73520 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 76769 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 69206 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 70192 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 70685 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 69339 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 75350 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 69717 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 77185 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 73952 Feb 27 19:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 77443 Feb 27 19:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 68665 Feb 27 19:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 107866 Feb 27 19:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 70483 Feb 27 19:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 83550 Feb 27 19:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 71197 Feb 27 19:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 70465 Feb 27 19:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 69024 Feb 27 19:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 74533 Feb 27 19:56 release_notes_220.html -rw-r--r--. 1 jenkins 1001020000 70039 Feb 27 19:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 68809 Feb 27 19:56 release_notes_222.html -rw-r--r--. 1 jenkins 1001020000 75239 Feb 27 19:56 release_notes_230.html -rw-r--r--. 1 jenkins 1001020000 70512 Feb 27 19:56 release_notes_231.html -rw-r--r--. 1 jenkins 1001020000 70102 Feb 27 19:56 release_notes_232.html -rw-r--r--. 1 jenkins 1001020000 80142 Feb 27 19:56 release_notes_240.html -rw-r--r--. 1 jenkins 1001020000 69394 Feb 27 19:56 release_notes_241.html -rw-r--r--. 1 jenkins 1001020000 68953 Feb 27 19:56 release_notes_242.html -rw-r--r--. 1 jenkins 1001020000 100221 Feb 27 19:56 release_notes_300.html -rw-r--r--. 1 jenkins 1001020000 76008 Feb 27 19:56 release_notes_310.html -rw-r--r--. 1 jenkins 1001020000 69805 Feb 27 19:56 release_notes_311.html -rw-r--r--. 1 jenkins 1001020000 69634 Feb 27 19:56 release_notes_312.html -rw-r--r--. 1 jenkins 1001020000 77509 Feb 27 19:56 release_notes_320.html -rw-r--r--. 1 jenkins 1001020000 71020 Feb 27 19:56 release_notes_321.html -rw-r--r--. 1 jenkins 1001020000 78798 Feb 27 19:56 release_notes_330.html -rw-r--r--. 1 jenkins 1001020000 71716 Feb 27 19:56 release_notes_332.html -rw-r--r--. 1 jenkins 1001020000 71235 Feb 27 19:56 release_notes_333.html -rw-r--r--. 1 jenkins 1001020000 70634 Feb 27 19:56 release_notes_334.html -rw-r--r--. 1 jenkins 1001020000 71180 Feb 27 19:56 release_notes_335.html -rw-r--r--. 1 jenkins 1001020000 70542 Feb 27 19:56 release_notes_336.html -rw-r--r--. 1 jenkins 1001020000 71763 Feb 27 19:56 release_notes_337.html -rw-r--r--. 1 jenkins 1001020000 87963 Feb 27 19:56 release_notes_340.html -rw-r--r--. 1 jenkins 1001020000 72563 Feb 27 19:56 release_notes_341.html -rw-r--r--. 1 jenkins 1001020000 71845 Feb 27 19:56 release_notes_342.html -rw-r--r--. 1 jenkins 1001020000 69636 Feb 27 19:56 release_notes_343.html -rw-r--r--. 1 jenkins 1001020000 69828 Feb 27 19:56 release_notes_344.html -rw-r--r--. 1 jenkins 1001020000 83133 Feb 27 19:56 release_notes_350.html -rw-r--r--. 1 jenkins 1001020000 70702 Feb 27 19:56 release_notes_351.html -rw-r--r--. 1 jenkins 1001020000 71679 Feb 27 19:56 release_notes_352.html -rw-r--r--. 1 jenkins 1001020000 71966 Feb 27 19:56 release_notes_353.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 73446 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 42629 Feb 27 19:56 search.json -rw-r--r--. 1 jenkins 1001020000 23523 Feb 27 19:56 sitemap.xml drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 76534 Feb 27 19:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 81301 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 107888 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 77533 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 89693 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 80495 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 77045 Feb 27 19:56 tag_history.html -rw-r--r--. 1 jenkins 1001020000 82901 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 77924 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 81578 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 75984 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 95558 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 91575 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 82788 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 78387 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 78865 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 76513 Feb 27 19:56 tag_troubleshooting.html -rw-r--r--. 1 jenkins 1001020000 77512 Feb 27 19:56 tag_wot.html -rw-r--r--. 1 jenkins 1001020000 71487 Feb 27 19:56 user-interface.html drwxr-sr-x. 2 jenkins 1001020000 118 Feb 27 19:56 wot ./1.0: total 10172 drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12644 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 12662 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 13704 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13183 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 13662 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 16941 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 16691 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13360 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 92488 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13231 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13384 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 25980 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 13468 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14301 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 13553 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13155 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 28828 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 12722 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13312 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13242 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 13730 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 16827 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13275 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 14562 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13390 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 15883 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 52778 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15150 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 46472 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 49959 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 48364 Feb 27 19:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 49466 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 48097 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 47940 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 47999 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 52558 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 61464 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 51255 Feb 27 19:56 basic-acl.html -rw-r--r--. 1 jenkins 1001020000 50267 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 49633 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 51121 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 77569 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 55428 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 63316 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 54960 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 51059 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 57514 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 57947 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 68848 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 59402 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 54598 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 48485 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 46968 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 47077 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 47314 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 49905 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 53760 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 16526 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 21345 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 79632 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 50597 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 46831 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 48000 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 74520 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 112975 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 47726 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 55882 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 59294 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 55100 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 54906 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 63118 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 65520 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 55282 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 12666 Feb 27 19:56 EclipseDitto-community-call.ics -rw-r--r--. 1 jenkins 1001020000 47984 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 48130 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 94806 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 10872 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 53463 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 47375 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 61732 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 50729 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 65344 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 12892 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 48159 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 122667 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 49130 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 48716 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 56121 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 50245 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 2 jenkins 1001020000 69 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 49124 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 48181 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 49979 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 50472 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 49634 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 51091 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 51438 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 50652 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 49366 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 49524 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 60475 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 48976 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 48932 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 49087 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 48965 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 48906 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 49075 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 49056 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 48951 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 48858 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 102436 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 56063 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 49982 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 50475 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 49637 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 51094 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 51441 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 51531 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 50655 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 49369 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 49336 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 58082 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 50488 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52904 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 49226 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 48904 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 48519 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 48441 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 48561 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 48543 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 90254 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 53023 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 50488 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 50684 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 49226 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 49558 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 48904 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 49232 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 51996 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 50145 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 50681 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 49223 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 49387 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 48901 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 49061 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 48580 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 48733 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 48433 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 49053 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 49209 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 48928 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 48270 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 48239 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 51341 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 51132 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 59417 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 47633 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 48909 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 54338 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 66680 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 55275 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 51257 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 62214 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 94753 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 72686 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 50352 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 71006 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 68377 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 62295 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 56503 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 48342 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 46938 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 49829 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 49310 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 49892 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 49559 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 51222 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 51308 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 50908 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 50842 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 53389 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 48980 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 49374 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 51366 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 50226 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 52017 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 55307 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 51707 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 22625 Feb 27 19:56 search.json drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 54625 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 65460 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 52584 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 60466 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 54380 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 53703 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 52503 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 55902 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 51042 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 64497 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 55109 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 56249 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 53446 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 53419 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 51547 Feb 27 19:56 tag_troubleshooting.html ./1.0/css: total 80 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23805 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 995 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4249 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./1.0/docson: total 76 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./1.0/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./1.0/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./1.0/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./1.0/files: total 28 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./1.0/images: total 316 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 pages ./1.0/images/blog: total 328 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png ./1.0/images/pages: total 8 drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol ./1.0/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png ./1.0/images/pages/basic: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16882 Feb 27 19:56 ditto-class-diagram-v1.png -rw-r--r--. 1 jenkins 1001020000 23249 Feb 27 19:56 ditto-class-diagram-v1.svg -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./1.0/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./1.0/js: total 24 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./1.0/jsonschema: total 108 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 19834 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1129 Feb 27 19:56 feature.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 3651 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 3923 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2203 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 4585 Feb 27 19:56 thing_v1.json -rw-r--r--. 1 jenkins 1001020000 4139 Feb 27 19:56 thing_v2.json ./1.0/openapi: total 356 drwxr-sr-x. 2 jenkins 1001020000 69 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 125795 Feb 27 19:56 ditto-api-1.yml -rw-r--r--. 1 jenkins 1001020000 213558 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 420 Feb 27 19:56 README.md ./1.0/slides: total 28 drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./1.0/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29017 Feb 27 19:56 index.html ./1.0/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34289 Feb 27 19:56 index.html ./1.0/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14218 Feb 27 19:56 index.html ./1.0/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15010 Feb 27 19:56 index.html ./1.0/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31911 Feb 27 19:56 index.html ./1.0/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg ./1.0/slides/images: total 516 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png ./1.1: total 10500 drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12644 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 12662 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 13704 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13183 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 13662 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 16941 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 16691 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13360 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 92488 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13231 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13384 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 25980 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 13468 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14301 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 13553 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13155 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 28828 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 12722 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13312 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13242 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 13730 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 16827 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13275 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 14562 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13390 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 15883 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 52778 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15150 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 47096 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 50583 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 48988 Feb 27 19:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 50090 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 48721 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 48564 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 48623 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 53182 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 62088 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 51879 Feb 27 19:56 basic-acl.html -rw-r--r--. 1 jenkins 1001020000 50891 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 50257 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 51745 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 78193 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 56052 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 63940 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 55584 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 51683 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 58138 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 58571 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 69472 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 60026 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 55222 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 49109 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 47592 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 47701 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 47938 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 50529 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 54384 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 16526 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 21345 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 80256 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 51221 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 47455 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 48624 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 75144 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 113599 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 48350 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 56506 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 59918 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 55724 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 55530 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 63742 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 66144 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 55906 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 12666 Feb 27 19:56 EclipseDitto-community-call.ics -rw-r--r--. 1 jenkins 1001020000 48608 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 48754 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 95430 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 10872 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 54087 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 47999 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 62356 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 51353 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 65968 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 12892 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 48783 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 123291 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 49754 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 49340 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 56745 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 50869 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 2 jenkins 1001020000 69 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 49748 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 48805 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 50603 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 51096 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 50258 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 51715 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 52062 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 51276 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 49990 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 50148 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 61099 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 49600 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 49556 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 49711 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 49589 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 49530 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 49699 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 49680 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 49575 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 49482 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 103060 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 56687 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 50606 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 51099 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 50261 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 51718 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 52065 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 52155 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 51279 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 49993 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 49960 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 58706 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 51112 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 53528 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 49850 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 49528 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 49143 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 49065 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 49185 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 49167 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 90878 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 53647 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 51112 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 51308 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 49850 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 50182 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 49528 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 49856 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 52620 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 50769 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 51305 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 49847 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 50011 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 49525 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 49685 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 49204 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 49357 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 49057 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 49677 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 49833 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 49552 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 48894 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 48863 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 51965 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 51756 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 60041 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 48257 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 49533 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 54962 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 67304 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 55899 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 51881 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 62838 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 95377 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 73310 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 50976 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 71630 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 69001 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 62919 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 57127 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 48966 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 47562 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 50453 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 49934 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 50516 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 50183 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 51846 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 51932 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 51532 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 51466 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 54013 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 49604 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 49998 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 51927 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 50850 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 52641 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 55868 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 48366 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 49334 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 49815 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 48505 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 52331 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 23513 Feb 27 19:56 search.json drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 55345 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 66180 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 53304 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 61186 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 55100 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 54423 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 53223 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 56622 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 51762 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 65217 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 56809 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 56969 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 54166 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 54139 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 52267 Feb 27 19:56 tag_troubleshooting.html ./1.1/css: total 80 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23805 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 995 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4249 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./1.1/docson: total 76 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./1.1/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./1.1/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./1.1/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./1.1/files: total 28 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./1.1/images: total 316 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 pages ./1.1/images/blog: total 328 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png ./1.1/images/pages: total 8 drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol ./1.1/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png ./1.1/images/pages/basic: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16882 Feb 27 19:56 ditto-class-diagram-v1.png -rw-r--r--. 1 jenkins 1001020000 23249 Feb 27 19:56 ditto-class-diagram-v1.svg -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./1.1/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./1.1/js: total 24 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./1.1/jsonschema: total 108 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 19834 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1129 Feb 27 19:56 feature.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 3651 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 3923 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2203 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 4585 Feb 27 19:56 thing_v1.json -rw-r--r--. 1 jenkins 1001020000 4139 Feb 27 19:56 thing_v2.json ./1.1/openapi: total 356 drwxr-sr-x. 2 jenkins 1001020000 69 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 125795 Feb 27 19:56 ditto-api-1.yml -rw-r--r--. 1 jenkins 1001020000 213558 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 420 Feb 27 19:56 README.md ./1.1/slides: total 28 drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./1.1/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29017 Feb 27 19:56 index.html ./1.1/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34289 Feb 27 19:56 index.html ./1.1/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14218 Feb 27 19:56 index.html ./1.1/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15010 Feb 27 19:56 index.html ./1.1/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31911 Feb 27 19:56 index.html ./1.1/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg ./1.1/slides/images: total 516 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png ./1.2: total 11012 drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12615 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 12633 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 13675 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13154 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 13633 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 16912 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 16662 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13331 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 92459 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13202 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13355 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 25951 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 13439 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14272 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 13524 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13126 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 28799 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 12693 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13283 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13213 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 13701 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 16798 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13246 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 14533 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13361 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 15854 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 52749 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15121 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 13901 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 47967 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 51454 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 49859 Feb 27 19:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 50961 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 49592 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 49435 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 49494 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 54053 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 83711 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 52750 Feb 27 19:56 basic-acl.html -rw-r--r--. 1 jenkins 1001020000 51763 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 51128 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 52616 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 87953 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 56923 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 52251 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 64811 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 56455 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 65767 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 52052 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 59009 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 60440 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 70343 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 60893 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 56093 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 49980 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 48463 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 48769 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 48809 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 51400 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 55516 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 16705 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 21336 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 81115 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 52092 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 48326 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 49495 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 76015 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 114470 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 49295 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 60419 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 63754 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 62832 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 58895 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 75843 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 74641 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 56918 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 12666 Feb 27 19:56 EclipseDitto-community-call.ics -rw-r--r--. 1 jenkins 1001020000 49479 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 49625 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 96301 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 10843 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 54958 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 48870 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 63227 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 52224 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 67412 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 12863 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 49654 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 124162 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 50625 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 50211 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 57616 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 51740 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 2 jenkins 1001020000 69 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 50926 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 49750 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 51474 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 51967 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 51129 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 52586 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 52933 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 52147 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 50861 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 51019 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 61970 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 50471 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 50427 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 50582 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 50460 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 50401 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 50570 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 50551 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 50446 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 50353 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 103931 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 57568 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 51477 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 51970 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 51132 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 52589 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 52936 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 53026 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 52150 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 50864 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 50831 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 59577 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 51983 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 54399 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 50721 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 50399 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 50014 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 49936 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 50056 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 50038 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 91749 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 54518 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 51983 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52179 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 50721 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 51053 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 50399 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 50727 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 53491 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 51640 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52176 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 50718 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 50882 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 50396 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 50556 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 50075 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 50228 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 49928 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 50548 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 50704 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 50423 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 49765 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 49734 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 52836 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 52627 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 60912 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 49128 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 50417 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 48524 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 56475 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 68175 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 56770 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 52752 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 63709 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 96248 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 74181 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 51847 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 72501 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 72896 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 63790 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 57998 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 49837 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 48433 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 51324 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 50805 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 51387 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 51054 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 52717 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 52803 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 52403 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 52337 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 54884 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 50475 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 50869 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 52798 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 51721 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 53512 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 56739 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 49237 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 50205 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 50686 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 49376 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 55345 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 49754 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 53702 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 24679 Feb 27 19:56 search.json drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 56372 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 67736 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 54331 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 62203 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 56127 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 55450 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 54250 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 58639 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 52789 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 66647 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 58326 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 57998 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 55193 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 55152 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 53294 Feb 27 19:56 tag_troubleshooting.html ./1.2/css: total 80 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23805 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4249 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./1.2/docson: total 76 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./1.2/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./1.2/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./1.2/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./1.2/files: total 28 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./1.2/images: total 316 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 pages ./1.2/images/blog: total 328 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png ./1.2/images/pages: total 8 drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol ./1.2/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png ./1.2/images/pages/basic: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16882 Feb 27 19:56 ditto-class-diagram-v1.png -rw-r--r--. 1 jenkins 1001020000 23249 Feb 27 19:56 ditto-class-diagram-v1.svg -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./1.2/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./1.2/js: total 24 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./1.2/jsonschema: total 116 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 22575 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1373 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1129 Feb 27 19:56 feature.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 3651 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 3923 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2556 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 4775 Feb 27 19:56 thing_v1.json -rw-r--r--. 1 jenkins 1001020000 4673 Feb 27 19:56 thing_v2.json ./1.2/openapi: total 368 drwxr-sr-x. 2 jenkins 1001020000 69 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 132803 Feb 27 19:56 ditto-api-1.yml -rw-r--r--. 1 jenkins 1001020000 220788 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 420 Feb 27 19:56 README.md ./1.2/slides: total 28 drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./1.2/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29017 Feb 27 19:56 index.html ./1.2/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34289 Feb 27 19:56 index.html ./1.2/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14218 Feb 27 19:56 index.html ./1.2/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15010 Feb 27 19:56 index.html ./1.2/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31911 Feb 27 19:56 index.html ./1.2/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14994 Feb 27 19:56 index.html ./1.2/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg ./1.2/slides/images: total 516 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png ./1.3: total 11108 drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12615 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 12633 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 13675 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13154 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 13633 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 16912 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 16662 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13331 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 92459 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13202 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13355 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 25951 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 13439 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14272 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 13524 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13126 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 28799 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 12693 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13283 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13213 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 13701 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 16798 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13246 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 14533 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13361 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 15854 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 52749 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15121 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 13901 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 13734 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 48123 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 51610 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 50015 Feb 27 19:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 51117 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 49748 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 49591 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 49650 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 54209 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 84590 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 52906 Feb 27 19:56 basic-acl.html -rw-r--r--. 1 jenkins 1001020000 51919 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 51284 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 52772 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 88109 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 57079 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 52407 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 64967 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 56437 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 65923 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 52208 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 59165 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 60598 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 70499 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 61049 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 56249 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 50136 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 48619 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 48925 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 48965 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 51556 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 55672 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 16913 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 21384 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 81271 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 52248 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 48482 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 49651 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 76171 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 127700 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 49451 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 60575 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 63910 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 66989 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 59051 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 75999 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 74797 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 57074 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 12666 Feb 27 19:56 EclipseDitto-community-call.ics -rw-r--r--. 1 jenkins 1001020000 49635 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 49781 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 96457 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 10843 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 55114 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 49026 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 63383 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 52380 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 67568 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 12999 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 49810 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 124318 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 50781 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 50367 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 57772 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 51896 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 2 jenkins 1001020000 69 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 51082 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 49906 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 51630 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 52123 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 51285 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 52742 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 53089 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 52303 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 51017 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 51175 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 62126 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 50627 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 50583 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 50738 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 50616 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 50557 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 50726 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 50707 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 50602 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 50509 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 104087 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 57724 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 51633 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 52126 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 51288 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 52745 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 53092 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 53182 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 52306 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 51020 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 50987 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 59733 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 52139 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 54555 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 50877 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 50555 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 50170 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 50092 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 50212 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 50194 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 91905 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 54674 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 52139 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52335 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 50877 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 51209 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 50555 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 50883 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 53647 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 51796 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52332 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 50874 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 51038 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 50552 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 50712 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 50231 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 50384 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 50084 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 50704 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 50860 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 50579 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 49921 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 49890 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 52992 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 52783 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 61068 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 49284 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 50573 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 48680 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 56631 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 68331 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 56926 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 52908 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 63865 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 96404 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 74337 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 52003 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 72657 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 73052 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 63946 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 58159 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 49993 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 48589 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 51480 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 50961 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 51543 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 51210 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 52873 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 52959 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 52559 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 52493 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 55040 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 50631 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 51025 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 52954 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 51877 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 53668 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 56895 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 49393 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 50361 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 50842 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 49532 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 55501 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 49910 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 57307 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 53858 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 25057 Feb 27 19:56 search.json drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 56588 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 68516 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 54547 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 62419 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 56343 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 55666 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 54466 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 58855 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 53005 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 66866 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 58787 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 58214 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 55409 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 55368 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 53510 Feb 27 19:56 tag_troubleshooting.html ./1.3/css: total 80 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23925 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4249 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./1.3/docson: total 76 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./1.3/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./1.3/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./1.3/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./1.3/files: total 28 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./1.3/images: total 316 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 pages ./1.3/images/blog: total 328 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png ./1.3/images/pages: total 8 drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol ./1.3/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png ./1.3/images/pages/basic: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16882 Feb 27 19:56 ditto-class-diagram-v1.png -rw-r--r--. 1 jenkins 1001020000 23249 Feb 27 19:56 ditto-class-diagram-v1.svg -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./1.3/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./1.3/js: total 24 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./1.3/jsonschema: total 116 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 22575 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1373 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1129 Feb 27 19:56 feature.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 3651 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 3923 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2556 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 4775 Feb 27 19:56 thing_v1.json -rw-r--r--. 1 jenkins 1001020000 4673 Feb 27 19:56 thing_v2.json ./1.3/openapi: total 372 drwxr-sr-x. 2 jenkins 1001020000 69 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 132803 Feb 27 19:56 ditto-api-1.yml -rw-r--r--. 1 jenkins 1001020000 223058 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 420 Feb 27 19:56 README.md ./1.3/slides: total 28 drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./1.3/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29017 Feb 27 19:56 index.html ./1.3/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34289 Feb 27 19:56 index.html ./1.3/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14218 Feb 27 19:56 index.html ./1.3/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15010 Feb 27 19:56 index.html ./1.3/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31911 Feb 27 19:56 index.html ./1.3/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14994 Feb 27 19:56 index.html ./1.3/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg ./1.3/slides/images: total 516 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png ./1.4: total 11264 drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12615 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 12633 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 13675 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13154 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 13633 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 16912 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 16662 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13331 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 92459 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13202 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13355 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 25951 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 13439 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14272 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 13524 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13126 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 28799 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 12693 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13283 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13213 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 13701 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 16798 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13246 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 14530 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13361 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 15854 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 52749 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15121 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 13901 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 13734 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17092 Feb 27 19:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 36680 Feb 27 19:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 13525 Feb 27 19:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 48279 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 51766 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 50171 Feb 27 19:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 51273 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 49904 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 49747 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 49806 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 54365 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 88707 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 53062 Feb 27 19:56 basic-acl.html -rw-r--r--. 1 jenkins 1001020000 52075 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 52809 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 52928 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 90227 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 57140 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 52563 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 65123 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 56593 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 66079 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 52364 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 59321 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 60958 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 70763 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 61205 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 56405 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 50292 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 48775 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 49081 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 49121 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 51712 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 55828 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 17538 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 21294 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 81868 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 52404 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 48638 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 49807 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 76327 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 127856 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 49607 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 60731 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 64066 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 67145 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 59207 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 76155 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 74953 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 57230 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 12666 Feb 27 19:56 EclipseDitto-community-call.ics -rw-r--r--. 1 jenkins 1001020000 49791 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 49937 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 96613 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 10843 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 55270 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 49182 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 64030 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 52536 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 68210 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 12999 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 49966 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 124474 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 50937 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 50523 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 57928 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 52052 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 2 jenkins 1001020000 69 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 51552 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 50062 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 51786 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 52279 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 51441 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 52898 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 53245 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 52459 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 51173 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 51331 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 62282 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 50783 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 50739 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 50894 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 50772 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 50713 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 50882 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 50863 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 50758 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 50665 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 104243 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 57880 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 51789 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 52282 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 51444 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 52901 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 53248 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 53338 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 52462 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 51176 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 51143 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 59889 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 52295 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 54711 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 51033 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 50711 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 50326 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 50248 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 50368 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 50350 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 92061 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 54830 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 52295 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52491 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 51033 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 51365 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 50711 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 51039 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 53803 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 51952 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52488 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 51030 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 51194 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 50708 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 50868 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 50387 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 50540 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 50240 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 50860 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 51016 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 50735 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 50077 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 50046 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 53148 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 52939 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 61224 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 49440 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 50729 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 48836 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 56787 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 68487 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 57082 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 53064 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 64021 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 96560 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 74493 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 52159 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 72813 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 73208 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 64102 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 58317 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 50149 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 48745 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 51636 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 51117 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 51699 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 51366 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 53029 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 53115 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 52715 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 52649 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 55196 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 50787 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 51181 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 53110 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 52033 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 53824 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 57051 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 49549 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 50517 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 50998 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 49688 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 55657 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 50066 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 57463 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 54234 Feb 27 19:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 54014 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 25769 Feb 27 19:56 search.json drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 56876 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 70316 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 54835 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 62707 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 56631 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 55954 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 54754 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 59143 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 53293 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 67163 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 59320 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 58502 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 55697 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 55656 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 53798 Feb 27 19:56 tag_troubleshooting.html ./1.4/css: total 80 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23925 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4249 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./1.4/docson: total 76 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./1.4/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./1.4/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./1.4/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./1.4/files: total 28 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./1.4/images: total 316 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 pages ./1.4/images/blog: total 328 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png ./1.4/images/pages: total 8 drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol ./1.4/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png ./1.4/images/pages/basic: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16882 Feb 27 19:56 ditto-class-diagram-v1.png -rw-r--r--. 1 jenkins 1001020000 23249 Feb 27 19:56 ditto-class-diagram-v1.svg -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./1.4/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./1.4/js: total 24 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./1.4/jsonschema: total 116 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 23012 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1373 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1129 Feb 27 19:56 feature.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 3651 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 3925 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2556 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 4775 Feb 27 19:56 thing_v1.json -rw-r--r--. 1 jenkins 1001020000 4673 Feb 27 19:56 thing_v2.json ./1.4/openapi: total 372 drwxr-sr-x. 2 jenkins 1001020000 69 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 132803 Feb 27 19:56 ditto-api-1.yml -rw-r--r--. 1 jenkins 1001020000 223058 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 420 Feb 27 19:56 README.md ./1.4/slides: total 28 drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./1.4/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29017 Feb 27 19:56 index.html ./1.4/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34289 Feb 27 19:56 index.html ./1.4/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14218 Feb 27 19:56 index.html ./1.4/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15010 Feb 27 19:56 index.html ./1.4/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31911 Feb 27 19:56 index.html ./1.4/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14994 Feb 27 19:56 index.html ./1.4/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16055 Feb 27 19:56 index.html ./1.4/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg ./1.4/slides/images: total 516 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png ./1.5: total 12412 drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12615 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 12633 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 13696 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13154 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 13633 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 16912 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 16662 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13331 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 92522 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13202 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13355 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 25951 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 13439 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14272 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 13524 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13126 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 28834 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 12693 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13283 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13213 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 13701 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 16798 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13246 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 14530 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13361 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 15854 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 52749 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15121 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 13901 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 13734 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17092 Feb 27 19:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 36729 Feb 27 19:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 13525 Feb 27 19:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 23771 Feb 27 19:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 17666 Feb 27 19:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 13801 Feb 27 19:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 50720 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 54207 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 52612 Feb 27 19:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 53714 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 52525 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 52188 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 52247 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 56806 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 92107 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 55503 Feb 27 19:56 basic-acl.html -rw-r--r--. 1 jenkins 1001020000 54516 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 55250 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 55369 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 92668 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 59581 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 55004 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 69230 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 59034 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 68520 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 54805 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 61762 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 63642 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 73570 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 63646 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 58846 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 52733 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 51216 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 51522 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 51562 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 54153 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 58627 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 18169 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 21362 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 84323 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 54845 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 51079 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 52248 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 78768 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 130297 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 52049 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 63172 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 66487 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 69586 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 61648 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 78596 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 77394 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 59671 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 51675 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 52910 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 99054 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 10843 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 57711 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 51623 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 56406 Feb 27 19:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 67539 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 54977 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 70651 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 12999 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 52407 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 126910 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 53378 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 52964 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 60369 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 54493 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 84 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 53993 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 52503 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 54227 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 54720 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 53882 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 54977 Feb 27 19:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 53707 Feb 27 19:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 56925 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 57296 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 54900 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 53614 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 53772 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 66216 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 53224 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 53180 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 53335 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 53416 Feb 27 19:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 53397 Feb 27 19:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 53213 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 53154 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 53323 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 53304 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 53199 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 53106 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 115009 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 60321 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 54230 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 54723 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 53885 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 54980 Feb 27 19:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 53710 Feb 27 19:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 56928 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 57299 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 55779 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 54903 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 53617 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 53584 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 63964 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 54736 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 57152 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 53474 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 53152 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 52767 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52689 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 52809 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 52791 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 94502 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 57271 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 54736 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 54932 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 53474 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 53806 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 53152 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 53480 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 56244 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 54393 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 54929 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 53471 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 53635 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 53149 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 53309 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 52828 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 52981 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 52681 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 53240 Feb 27 19:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 52590 Feb 27 19:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 54094 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 54262 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 53176 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 52518 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 52487 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 56406 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 56209 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 63665 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 51881 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 53170 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 51277 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 59536 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 70928 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 59523 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 55505 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 66462 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 109761 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 83226 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 54600 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 75254 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 80691 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 66543 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 60758 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 52590 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 51186 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 54077 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 53558 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 54147 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 53807 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 55470 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 55556 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 55156 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 55090 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 57637 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 53228 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 53622 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 55551 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 54474 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 56265 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 59492 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 51990 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 52958 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 53439 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 52129 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 58098 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 52507 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 59911 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 56675 Feb 27 19:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 60142 Feb 27 19:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 51461 Feb 27 19:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 56476 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 26929 Feb 27 19:56 search.json drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 59599 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 74684 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 57558 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 65430 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 59304 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 59230 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 57477 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 61866 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 56016 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 70439 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 62533 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 61225 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 58420 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 58379 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 56471 Feb 27 19:56 tag_troubleshooting.html ./1.5/css: total 80 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23925 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4249 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./1.5/docson: total 76 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./1.5/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./1.5/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./1.5/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./1.5/files: total 28 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./1.5/images: total 316 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 pages ./1.5/images/blog: total 328 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png ./1.5/images/pages: total 8 drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol ./1.5/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png ./1.5/images/pages/basic: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16882 Feb 27 19:56 ditto-class-diagram-v1.png -rw-r--r--. 1 jenkins 1001020000 23249 Feb 27 19:56 ditto-class-diagram-v1.svg -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./1.5/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./1.5/js: total 24 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./1.5/jsonschema: total 120 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 23012 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1373 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1129 Feb 27 19:56 feature.json -rw-r--r--. 1 jenkins 1001020000 1450 Feb 27 19:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 3651 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 3930 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2556 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 4775 Feb 27 19:56 thing_v1.json -rw-r--r--. 1 jenkins 1001020000 5035 Feb 27 19:56 thing_v2.json ./1.5/openapi: total 396 drwxr-sr-x. 3 jenkins 1001020000 84 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 131785 Feb 27 19:56 ditto-api-1.yml -rw-r--r--. 1 jenkins 1001020000 246414 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 645 Feb 27 19:56 README.md drwxr-sr-x. 7 jenkins 1001020000 176 Feb 27 19:56 sources ./1.5/openapi/sources: total 172 drwxr-sr-x. 7 jenkins 1001020000 176 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 84 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 132810 Feb 27 19:56 api-1-index.yml -rw-r--r--. 1 jenkins 1001020000 8749 Feb 27 19:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 318 Feb 27 19:56 package.json -rw-r--r--. 1 jenkins 1001020000 13974 Feb 27 19:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 parameters drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 paths drwxr-sr-x. 2 jenkins 1001020000 111 Feb 27 19:56 requests drwxr-sr-x. 2 jenkins 1001020000 138 Feb 27 19:56 responses drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 schemas ./1.5/openapi/sources/parameters: total 116 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 176 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 662 Feb 27 19:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Feb 27 19:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Feb 27 19:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Feb 27 19:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Feb 27 19:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Feb 27 19:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Feb 27 19:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Feb 27 19:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Feb 27 19:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Feb 27 19:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Feb 27 19:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Feb 27 19:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Feb 27 19:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Feb 27 19:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 716 Feb 27 19:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 747 Feb 27 19:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Feb 27 19:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Feb 27 19:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Feb 27 19:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Feb 27 19:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Feb 27 19:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Feb 27 19:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Feb 27 19:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Feb 27 19:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 939 Feb 27 19:56 timeoutParam.yml ./1.5/openapi/sources/paths: total 0 drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 176 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 messages drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 whoami ./1.5/openapi/sources/paths/cloudevents: total 4 drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4077 Feb 27 19:56 cloudevents.yml ./1.5/openapi/sources/paths/features: total 80 drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 8210 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 8579 Feb 27 19:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 8217 Feb 27 19:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 8915 Feb 27 19:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 10168 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 8437 Feb 27 19:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 8061 Feb 27 19:56 property.yml ./1.5/openapi/sources/paths/messages: total 28 drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3967 Feb 27 19:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3848 Feb 27 19:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4679 Feb 27 19:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4384 Feb 27 19:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3709 Feb 27 19:56 outbox-message.yml ./1.5/openapi/sources/paths/policies: total 72 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6071 Feb 27 19:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9893 Feb 27 19:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 11028 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6492 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8394 Feb 27 19:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5712 Feb 27 19:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8463 Feb 27 19:56 subject.yml ./1.5/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2189 Feb 27 19:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4132 Feb 27 19:56 things.yml ./1.5/openapi/sources/paths/things: total 56 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 7406 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 8133 Feb 27 19:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 7691 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6590 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 5727 Feb 27 19:56 policyid.yml -rw-r--r--. 1 jenkins 1001020000 13214 Feb 27 19:56 thing.yml ./1.5/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1026 Feb 27 19:56 index.yml ./1.5/openapi/sources/requests: total 20 drwxr-sr-x. 2 jenkins 1001020000 111 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 176 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 808 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Feb 27 19:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 payload.yml -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 value.yml ./1.5/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 138 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 176 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 568 Feb 27 19:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 579 Feb 27 19:56 messageTimeout.yml -rw-r--r--. 1 jenkins 1001020000 566 Feb 27 19:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 19:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1173 Feb 27 19:56 preconditionFailed.yml ./1.5/openapi/sources/schemas: total 96 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 176 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Feb 27 19:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 803 Feb 27 19:56 error.yml -rw-r--r--. 1 jenkins 1001020000 649 Feb 27 19:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Feb 27 19:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 2283 Feb 27 19:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 491 Feb 27 19:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Feb 27 19:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Feb 27 19:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 505 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntryRestricted.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 785 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 searchResultThings.yml -rw-r--r--. 1 jenkins 1001020000 731 Feb 27 19:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Feb 27 19:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 1768 Feb 27 19:56 thing.yml -rw-r--r--. 1 jenkins 1001020000 519 Feb 27 19:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Feb 27 19:56 whoami.yml ./1.5/slides: total 28 drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./1.5/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Feb 27 19:56 index.html ./1.5/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Feb 27 19:56 index.html ./1.5/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Feb 27 19:56 index.html ./1.5/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Feb 27 19:56 index.html ./1.5/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31918 Feb 27 19:56 index.html ./1.5/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Feb 27 19:56 index.html ./1.5/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Feb 27 19:56 index.html ./1.5/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg ./1.5/slides/images: total 516 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png ./2.0: total 15044 drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13227 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13245 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14308 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13766 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14245 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17524 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17274 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13943 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 93134 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13814 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13967 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26563 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14051 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14884 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14136 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13738 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29446 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13305 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13895 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13825 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14313 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17410 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13858 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15142 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13973 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16471 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53361 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15704 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14513 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14346 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17704 Feb 27 19:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37341 Feb 27 19:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14137 Feb 27 19:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24383 Feb 27 19:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18278 Feb 27 19:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14413 Feb 27 19:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29279 Feb 27 19:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45064 Feb 27 19:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30440 Feb 27 19:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23206 Feb 27 19:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16746 Feb 27 19:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 56388 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 66760 Feb 27 19:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 59876 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 58280 Feb 27 19:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 59382 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 58193 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 57863 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 57921 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 62475 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 98031 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 60079 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 61549 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 61038 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 99251 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 65249 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 61810 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 74783 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 64209 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 74916 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 60476 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 60908 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 70282 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 89255 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 69315 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 65066 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 57182 Feb 27 19:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 58497 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 56884 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 57346 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 57307 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 59984 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 63601 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 19960 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 22552 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 91269 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 59693 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 56748 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 57916 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 86159 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 138403 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 57717 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 68840 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 72155 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 75255 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 67316 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 89589 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 88539 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 65033 Feb 27 19:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 65339 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 57343 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 58404 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 107407 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11645 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 63379 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 57451 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 62001 Feb 27 19:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 74828 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 60629 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 76187 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 13619 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 58075 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 136271 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 59029 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 58635 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 66207 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 60238 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 59661 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 58172 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 60620 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 61113 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 60293 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 61370 Feb 27 19:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 60100 Feb 27 19:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 63318 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 63689 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 61293 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 60007 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 60165 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 73323 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 59617 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 59573 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 59728 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 59809 Feb 27 19:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 59790 Feb 27 19:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 59606 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 59547 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 59716 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 59697 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 59592 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 59499 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 119240 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 66044 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 62560 Feb 27 19:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 62825 Feb 27 19:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 63417 Feb 27 19:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 62177 Feb 27 19:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 62289 Feb 27 19:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 64118 Feb 27 19:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 64361 Feb 27 19:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 60415 Feb 27 19:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 63301 Feb 27 19:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 62061 Feb 27 19:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 61818 Feb 27 19:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 65837 Feb 27 19:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 60623 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 61116 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 60296 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 61373 Feb 27 19:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 60103 Feb 27 19:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 63321 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 63692 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 62698 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 61296 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 60010 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 59977 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 71043 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 58111 Feb 27 19:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 60428 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 62862 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 59166 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 58844 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 58459 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 58381 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 58501 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 58483 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 101231 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 62963 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 60428 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 60633 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 59166 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 59498 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 58844 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 59172 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 61936 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 60085 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 60630 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 59163 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 59327 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 58841 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 59001 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 58976 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 59129 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 58838 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 59388 Feb 27 19:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 58738 Feb 27 19:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 60242 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 60410 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 59324 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 58666 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 58635 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 62815 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 62415 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 69207 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 57581 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 58838 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 57434 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 66016 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 58782 Feb 27 19:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 74875 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 63501 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 61456 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 70439 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 107912 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 82093 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 61716 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 91534 Feb 27 19:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 80919 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 81345 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 72213 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 67257 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 58259 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 56854 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 59745 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 59226 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 59815 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 59475 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 61077 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 61224 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 60824 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 60758 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 63244 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 58896 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 59290 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 61219 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 60142 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 61933 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 65131 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 57658 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 58626 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 59107 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 57797 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 63754 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 58175 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 65579 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 62344 Feb 27 19:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 65810 Feb 27 19:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 57129 Feb 27 19:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 96211 Feb 27 19:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 58917 Feb 27 19:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 62191 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 29117 Feb 27 19:56 search.json drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 62788 Feb 27 19:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 66933 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 83632 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 63785 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 73269 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 65520 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 65977 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 63673 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 67833 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 62242 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 78500 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 69249 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 67451 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 64647 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 65121 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 62697 Feb 27 19:56 tag_troubleshooting.html ./2.0/css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23925 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./2.0/docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./2.0/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./2.0/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./2.0/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./2.0/files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./2.0/images: total 324 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Feb 27 19:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 pages ./2.0/images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Feb 27 19:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Feb 27 19:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./2.0/images/pages: total 8 drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 advanced drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol ./2.0/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Feb 27 19:56 data-by-pass-architectural-design.jpg ./2.0/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png ./2.0/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./2.0/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./2.0/js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./2.0/jsonschema: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 27773 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1459 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1450 Feb 27 19:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 4323 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Feb 27 19:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 3901 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2841 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 5093 Feb 27 19:56 thing_v2.json ./2.0/openapi: total 324 drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 304375 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 729 Feb 27 19:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 sources ./2.0/openapi/sources: total 36 drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9687 Feb 27 19:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Feb 27 19:56 package.json -rw-r--r--. 1 jenkins 1001020000 13974 Feb 27 19:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 parameters drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 requests drwxr-sr-x. 2 jenkins 1001020000 138 Feb 27 19:56 responses drwxr-sr-x. 8 jenkins 1001020000 94 Feb 27 19:56 schemas drwxr-sr-x. 2 jenkins 1001020000 68 Feb 27 19:56 security ./2.0/openapi/sources/parameters: total 116 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 662 Feb 27 19:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Feb 27 19:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Feb 27 19:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Feb 27 19:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Feb 27 19:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Feb 27 19:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Feb 27 19:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Feb 27 19:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Feb 27 19:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Feb 27 19:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Feb 27 19:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Feb 27 19:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Feb 27 19:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Feb 27 19:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 716 Feb 27 19:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 747 Feb 27 19:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Feb 27 19:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Feb 27 19:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Feb 27 19:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Feb 27 19:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Feb 27 19:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Feb 27 19:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Feb 27 19:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Feb 27 19:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Feb 27 19:56 timeoutParam.yml ./2.0/openapi/sources/paths: total 4 drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 messages drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 whoami ./2.0/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Feb 27 19:56 cloudevents.yml ./2.0/openapi/sources/paths/features: total 96 drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 11506 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 12610 Feb 27 19:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 11752 Feb 27 19:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 12951 Feb 27 19:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 14656 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 12141 Feb 27 19:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 11506 Feb 27 19:56 property.yml ./2.0/openapi/sources/paths/messages: total 28 drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4001 Feb 27 19:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3882 Feb 27 19:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4714 Feb 27 19:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4418 Feb 27 19:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3743 Feb 27 19:56 outbox-message.yml ./2.0/openapi/sources/paths/policies: total 92 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2064 Feb 27 19:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2009 Feb 27 19:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 1744 Feb 27 19:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 1710 Feb 27 19:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6125 Feb 27 19:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9960 Feb 27 19:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 11132 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6158 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8476 Feb 27 19:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5758 Feb 27 19:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8541 Feb 27 19:56 subject.yml ./2.0/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Feb 27 19:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Feb 27 19:56 things.yml ./2.0/openapi/sources/paths/things: total 72 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 11196 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 11180 Feb 27 19:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 11071 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6535 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 7673 Feb 27 19:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 20106 Feb 27 19:56 thing.yml ./2.0/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Feb 27 19:56 index.yml ./2.0/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 815 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Feb 27 19:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Feb 27 19:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 value.yml ./2.0/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 actions ./2.0/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 725 Feb 27 19:56 activateTokenIntegration.yml ./2.0/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 138 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 19:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 586 Feb 27 19:56 messageTimeout.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 19:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 preconditionFailed.yml ./2.0/openapi/sources/schemas: total 4 drwxr-sr-x. 8 jenkins 1001020000 94 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 whoami ./2.0/openapi/sources/schemas/errors: total 8 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 94 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Feb 27 19:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Feb 27 19:56 error.yml ./2.0/openapi/sources/schemas/features: total 20 drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 94 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 649 Feb 27 19:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Feb 27 19:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 feature.yml ./2.0/openapi/sources/schemas/policies: total 44 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 94 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 527 Feb 27 19:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Feb 27 19:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Feb 27 19:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Feb 27 19:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 628 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 871 Feb 27 19:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Feb 27 19:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Feb 27 19:56 subjects.yml ./2.0/openapi/sources/schemas/search: total 4 drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 94 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Feb 27 19:56 searchResultThings.yml ./2.0/openapi/sources/schemas/things: total 20 drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 94 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Feb 27 19:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Feb 27 19:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Feb 27 19:56 thing.yml ./2.0/openapi/sources/schemas/whoami: total 8 drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 94 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Feb 27 19:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Feb 27 19:56 whoami.yml ./2.0/openapi/sources/security: total 12 drwxr-sr-x. 2 jenkins 1001020000 68 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Feb 27 19:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 710 Feb 27 19:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Feb 27 19:56 nginxBasic.yml ./2.0/slides: total 32 drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./2.0/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Feb 27 19:56 index.html ./2.0/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Feb 27 19:56 index.html ./2.0/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Feb 27 19:56 index.html ./2.0/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Feb 27 19:56 index.html ./2.0/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31918 Feb 27 19:56 index.html ./2.0/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Feb 27 19:56 index.html ./2.0/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Feb 27 19:56 index.html ./2.0/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg ./2.0/slides/images: total 516 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png ./2.1: total 16480 drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13227 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13245 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14308 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13766 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14245 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17524 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17274 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13943 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 93134 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13814 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13967 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26563 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14051 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14884 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14136 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13738 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29446 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13305 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13895 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13825 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14313 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17410 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13858 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15142 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13973 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16471 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53361 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15704 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14513 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14346 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17704 Feb 27 19:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37341 Feb 27 19:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14137 Feb 27 19:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24383 Feb 27 19:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18278 Feb 27 19:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14413 Feb 27 19:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29279 Feb 27 19:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45064 Feb 27 19:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30440 Feb 27 19:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23206 Feb 27 19:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16746 Feb 27 19:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52022 Feb 27 19:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34660 Feb 27 19:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16577 Feb 27 19:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 58924 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 69296 Feb 27 19:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 62412 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 60816 Feb 27 19:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 61910 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 60729 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 60391 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 60449 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 65006 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 102600 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 62615 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 64085 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 63574 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 69235 Feb 27 19:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 102395 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 67785 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 64346 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 79614 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 66745 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 77452 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 63012 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 63444 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 73374 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 95794 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 71851 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 67602 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 59718 Feb 27 19:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 61033 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 59420 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 59882 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 59843 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 62520 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 66485 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 20592 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 23065 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 93805 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 62229 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 59284 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 60452 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 128421 Feb 27 19:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 88993 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 154655 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 60253 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 71376 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 74944 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 78550 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 84953 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 92125 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 91075 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 67569 Feb 27 19:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 67875 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 59936 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 60940 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 110216 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11645 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 65915 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 59987 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 64537 Feb 27 19:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 77364 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 63165 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 78723 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 13619 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 60612 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 136410 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 61565 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 61171 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 68743 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 62774 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 62490 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 60708 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 60220 Feb 27 19:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 60220 Feb 27 19:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 63156 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 63649 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 62829 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 63906 Feb 27 19:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 62636 Feb 27 19:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 65854 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 66225 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 63829 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 62543 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 62701 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 75859 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 62153 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 62109 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 62264 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 62345 Feb 27 19:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 62326 Feb 27 19:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 62142 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 62083 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 62252 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 62233 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 62128 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 62035 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 121776 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 68580 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 65096 Feb 27 19:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 65361 Feb 27 19:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 65953 Feb 27 19:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 64713 Feb 27 19:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 64825 Feb 27 19:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 66654 Feb 27 19:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 66897 Feb 27 19:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 62951 Feb 27 19:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 65837 Feb 27 19:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 64597 Feb 27 19:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 64354 Feb 27 19:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 68373 Feb 27 19:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 63159 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 63652 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 62832 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 63909 Feb 27 19:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 62639 Feb 27 19:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 65857 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 66228 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 65234 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 63832 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 62546 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 62513 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 73579 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 60647 Feb 27 19:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 62964 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 65398 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 61702 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 61380 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 60995 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 60917 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 61037 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 61019 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 103767 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 65499 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 62964 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 63169 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 61702 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 62034 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 61380 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 61708 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 64472 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 62621 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 63166 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 61699 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 61863 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 61377 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 61537 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 61512 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 61665 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 61374 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 61924 Feb 27 19:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 61274 Feb 27 19:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 62778 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 62946 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 61860 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 61202 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 61171 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 65351 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 64951 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 71743 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 60117 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 61374 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 62069 Feb 27 19:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 60662 Feb 27 19:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 59970 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 68943 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 61318 Feb 27 19:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 77411 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 66037 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 63992 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 72975 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 110448 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 84629 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 64252 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 94070 Feb 27 19:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 83455 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 83881 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 74749 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 69793 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 60795 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 59390 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 62281 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 61762 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 62351 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 62011 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 63613 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 63760 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 63360 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 63294 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 65780 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 61432 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 61826 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 63755 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 62678 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 64469 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 67667 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 60194 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 61162 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 61643 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 60333 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 66290 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 60711 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 68115 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 64880 Feb 27 19:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 68346 Feb 27 19:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 59665 Feb 27 19:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 98747 Feb 27 19:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 61453 Feb 27 19:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 74376 Feb 27 19:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 62155 Feb 27 19:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 61438 Feb 27 19:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 60018 Feb 27 19:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 61006 Feb 27 19:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 64727 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 31687 Feb 27 19:56 search.json drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 65786 Feb 27 19:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 70478 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 88265 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 66783 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 77344 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 68582 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 70022 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 66672 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 70835 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 65240 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 83694 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 73472 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 71507 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 67645 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 68119 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 65758 Feb 27 19:56 tag_troubleshooting.html ./2.1/css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23925 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./2.1/docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./2.1/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./2.1/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./2.1/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./2.1/files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./2.1/images: total 324 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Feb 27 19:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 pages ./2.1/images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Feb 27 19:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Feb 27 19:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./2.1/images/pages: total 8 drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 advanced drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol ./2.1/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Feb 27 19:56 data-by-pass-architectural-design.jpg ./2.1/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png ./2.1/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./2.1/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./2.1/js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./2.1/jsonschema: total 140 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 37638 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1459 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1508 Feb 27 19:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 5335 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Feb 27 19:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 4358 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2841 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 5180 Feb 27 19:56 thing_v2.json ./2.1/openapi: total 332 drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 313445 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 729 Feb 27 19:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 sources ./2.1/openapi/sources: total 36 drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9622 Feb 27 19:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Feb 27 19:56 package.json -rw-r--r--. 1 jenkins 1001020000 13974 Feb 27 19:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 parameters drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 requests drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 responses drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 schemas drwxr-sr-x. 2 jenkins 1001020000 68 Feb 27 19:56 security ./2.1/openapi/sources/parameters: total 120 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Feb 27 19:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Feb 27 19:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Feb 27 19:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1341 Feb 27 19:56 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Feb 27 19:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Feb 27 19:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Feb 27 19:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Feb 27 19:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Feb 27 19:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Feb 27 19:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Feb 27 19:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Feb 27 19:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Feb 27 19:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Feb 27 19:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Feb 27 19:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 716 Feb 27 19:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 747 Feb 27 19:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Feb 27 19:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Feb 27 19:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Feb 27 19:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Feb 27 19:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Feb 27 19:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Feb 27 19:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Feb 27 19:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Feb 27 19:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Feb 27 19:56 timeoutParam.yml ./2.1/openapi/sources/paths: total 4 drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 messages drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 whoami ./2.1/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Feb 27 19:56 cloudevents.yml ./2.1/openapi/sources/paths/features: total 100 drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 11953 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 12997 Feb 27 19:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 12139 Feb 27 19:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 13338 Feb 27 19:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 15043 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 12528 Feb 27 19:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 11893 Feb 27 19:56 property.yml ./2.1/openapi/sources/paths/messages: total 28 drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4004 Feb 27 19:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3885 Feb 27 19:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Feb 27 19:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4421 Feb 27 19:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3746 Feb 27 19:56 outbox-message.yml ./2.1/openapi/sources/paths/policies: total 92 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Feb 27 19:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Feb 27 19:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Feb 27 19:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Feb 27 19:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6125 Feb 27 19:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9960 Feb 27 19:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 11132 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6158 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8476 Feb 27 19:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5758 Feb 27 19:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8541 Feb 27 19:56 subject.yml ./2.1/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Feb 27 19:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Feb 27 19:56 things.yml ./2.1/openapi/sources/paths/things: total 76 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 11583 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 11567 Feb 27 19:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 11458 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6597 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 7947 Feb 27 19:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 20493 Feb 27 19:56 thing.yml ./2.1/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Feb 27 19:56 index.yml ./2.1/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 815 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Feb 27 19:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Feb 27 19:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 value.yml ./2.1/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 actions ./2.1/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 839 Feb 27 19:56 activateTokenIntegration.yml ./2.1/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Feb 27 19:56 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 19:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 574 Feb 27 19:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 19:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 preconditionFailed.yml ./2.1/openapi/sources/schemas: total 4 drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 acknowledgements drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 whoami ./2.1/openapi/sources/schemas/acknowledgements: total 8 drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 652 Feb 27 19:56 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Feb 27 19:56 acknowledgement.yml ./2.1/openapi/sources/schemas/errors: total 8 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Feb 27 19:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Feb 27 19:56 error.yml ./2.1/openapi/sources/schemas/features: total 20 drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Feb 27 19:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Feb 27 19:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 feature.yml ./2.1/openapi/sources/schemas/policies: total 44 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 527 Feb 27 19:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Feb 27 19:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Feb 27 19:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Feb 27 19:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 628 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 1413 Feb 27 19:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Feb 27 19:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Feb 27 19:56 subjects.yml ./2.1/openapi/sources/schemas/search: total 4 drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Feb 27 19:56 searchResultThings.yml ./2.1/openapi/sources/schemas/things: total 20 drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Feb 27 19:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Feb 27 19:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Feb 27 19:56 thing.yml ./2.1/openapi/sources/schemas/whoami: total 8 drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Feb 27 19:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Feb 27 19:56 whoami.yml ./2.1/openapi/sources/security: total 12 drwxr-sr-x. 2 jenkins 1001020000 68 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Feb 27 19:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 710 Feb 27 19:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Feb 27 19:56 nginxBasic.yml ./2.1/slides: total 32 drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./2.1/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Feb 27 19:56 index.html ./2.1/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Feb 27 19:56 index.html ./2.1/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Feb 27 19:56 index.html ./2.1/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Feb 27 19:56 index.html ./2.1/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31918 Feb 27 19:56 index.html ./2.1/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Feb 27 19:56 index.html ./2.1/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Feb 27 19:56 index.html ./2.1/slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 30816 Feb 27 19:56 index.html ./2.1/slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16503 Feb 27 19:56 index.html ./2.1/slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21859 Feb 27 19:56 index.html ./2.1/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg ./2.1/slides/images: total 544 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Feb 27 19:56 wot.png ./2.2: total 16856 drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13247 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13265 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14328 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13786 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14265 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17544 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17294 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13963 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 93154 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13834 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13987 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26583 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14071 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14904 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14156 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13758 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29466 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13325 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13915 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13845 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14333 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17430 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13878 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15162 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13993 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16491 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53381 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15724 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14533 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14366 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17724 Feb 27 19:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37361 Feb 27 19:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14157 Feb 27 19:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24403 Feb 27 19:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18298 Feb 27 19:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14433 Feb 27 19:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29299 Feb 27 19:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45084 Feb 27 19:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30460 Feb 27 19:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23226 Feb 27 19:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16766 Feb 27 19:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52042 Feb 27 19:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34680 Feb 27 19:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16597 Feb 27 19:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 18098 Feb 27 19:56 2021-09-29-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 29250 Feb 27 19:56 2021-11-03-oauth2.html -rw-r--r--. 1 jenkins 1001020000 15719 Feb 27 19:56 2021-11-22-release-announcement-220.html -rw-r--r--. 1 jenkins 1001020000 59442 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 69814 Feb 27 19:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 62930 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 61334 Feb 27 19:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 62428 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 61247 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 60909 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 60967 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 65524 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 103118 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 63133 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 64603 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 65479 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 69753 Feb 27 19:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 102913 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 68303 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 64864 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 80132 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 69866 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 77970 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 63749 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 63962 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 77651 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 96312 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 75183 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 68120 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 60236 Feb 27 19:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 61551 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 59938 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 60400 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 60361 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 63038 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 67003 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 21207 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 23163 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 94323 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 62747 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 59802 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 60970 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 128939 Feb 27 19:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 93252 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 155173 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 60771 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 71894 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 75462 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 84123 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 85515 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 92643 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 91593 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 68087 Feb 27 19:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 68393 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 60454 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 61458 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 110734 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11645 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 66433 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 60505 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 65055 Feb 27 19:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 77882 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 63683 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 79241 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 16337 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 61130 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 136928 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 62083 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 61689 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 69261 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 63292 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 63322 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 61226 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 60738 Feb 27 19:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 60738 Feb 27 19:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 63674 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 64167 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 63347 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 64424 Feb 27 19:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 63154 Feb 27 19:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 66372 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 66743 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 64347 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 63061 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 63219 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 76377 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 62671 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 62627 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 62782 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 62863 Feb 27 19:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 62844 Feb 27 19:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 62660 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 62601 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 62770 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 62751 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 62646 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 62553 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 122294 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 69098 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 65614 Feb 27 19:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 65879 Feb 27 19:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 66471 Feb 27 19:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 65231 Feb 27 19:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 65343 Feb 27 19:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 67172 Feb 27 19:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 67415 Feb 27 19:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 63469 Feb 27 19:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 66355 Feb 27 19:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 65115 Feb 27 19:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 64872 Feb 27 19:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 68891 Feb 27 19:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 63677 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 64170 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 63350 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 64427 Feb 27 19:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 63157 Feb 27 19:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 66375 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 66746 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 65752 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 64350 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 63064 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 63031 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 74097 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 61165 Feb 27 19:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 63482 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 65916 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 62220 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 61898 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 61513 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 61435 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 61555 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 61537 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 104285 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 66017 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 63482 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 63687 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 62220 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 62552 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 61898 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 62226 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 64990 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 63139 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 63684 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 62217 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 62381 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 61895 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 62055 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 62030 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 62183 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 61892 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 62442 Feb 27 19:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 61792 Feb 27 19:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 63296 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 63464 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 62378 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 61720 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 61689 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 65869 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 65469 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 72261 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 60635 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 61892 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 62587 Feb 27 19:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 61180 Feb 27 19:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 60488 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 69461 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 61836 Feb 27 19:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 77929 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 66555 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 64510 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 73493 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 110966 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 85147 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 64770 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 94588 Feb 27 19:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 83973 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 84399 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 75267 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 70311 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 61313 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 59908 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 62799 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 62280 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 62869 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 62529 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 64131 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 64278 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 63878 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 63812 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 66298 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 61950 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 62344 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 64273 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 63196 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 64987 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 68185 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 60712 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 61680 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 62161 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 60851 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 66808 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 61229 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 68633 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 65398 Feb 27 19:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 68864 Feb 27 19:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 60183 Feb 27 19:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 99265 Feb 27 19:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 61971 Feb 27 19:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 74894 Feb 27 19:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 62673 Feb 27 19:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 61956 Feb 27 19:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 60536 Feb 27 19:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 65985 Feb 27 19:56 release_notes_220.html -rw-r--r--. 1 jenkins 1001020000 61539 Feb 27 19:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 60333 Feb 27 19:56 release_notes_222.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 65245 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 32614 Feb 27 19:56 search.json drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 66496 Feb 27 19:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 71746 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 90607 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 67493 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 78612 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 69292 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 70732 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 67382 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 71545 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 65950 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 84404 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 74672 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 72217 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 68355 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 68829 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 66468 Feb 27 19:56 tag_troubleshooting.html ./2.2/css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 24526 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./2.2/docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./2.2/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./2.2/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./2.2/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./2.2/files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./2.2/images: total 516 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rwxr-xr-x. 1 jenkins 1001020000 92637 Feb 27 19:56 ditto-overview-1.png -rwxr-xr-x. 1 jenkins 1001020000 101022 Feb 27 19:56 ditto-super-1.png -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Feb 27 19:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 pages ./2.2/images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Feb 27 19:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Feb 27 19:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./2.2/images/pages: total 8 drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 advanced drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol ./2.2/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Feb 27 19:56 data-by-pass-architectural-design.jpg ./2.2/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png ./2.2/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./2.2/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./2.2/js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./2.2/jsonschema: total 140 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 39603 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1459 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1508 Feb 27 19:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 5335 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Feb 27 19:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 4358 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2841 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 5180 Feb 27 19:56 thing_v2.json ./2.2/openapi: total 332 drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 313445 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 729 Feb 27 19:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 sources ./2.2/openapi/sources: total 36 drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9622 Feb 27 19:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Feb 27 19:56 package.json -rw-r--r--. 1 jenkins 1001020000 13974 Feb 27 19:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 parameters drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 requests drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 responses drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 schemas drwxr-sr-x. 2 jenkins 1001020000 68 Feb 27 19:56 security ./2.2/openapi/sources/parameters: total 120 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Feb 27 19:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Feb 27 19:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Feb 27 19:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1341 Feb 27 19:56 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Feb 27 19:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Feb 27 19:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Feb 27 19:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Feb 27 19:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Feb 27 19:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Feb 27 19:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Feb 27 19:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Feb 27 19:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Feb 27 19:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Feb 27 19:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Feb 27 19:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 716 Feb 27 19:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 747 Feb 27 19:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Feb 27 19:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Feb 27 19:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Feb 27 19:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Feb 27 19:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Feb 27 19:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Feb 27 19:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Feb 27 19:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Feb 27 19:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Feb 27 19:56 timeoutParam.yml ./2.2/openapi/sources/paths: total 4 drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 messages drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 whoami ./2.2/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Feb 27 19:56 cloudevents.yml ./2.2/openapi/sources/paths/features: total 100 drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 11953 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 12997 Feb 27 19:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 12139 Feb 27 19:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 13338 Feb 27 19:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 15043 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 12528 Feb 27 19:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 11893 Feb 27 19:56 property.yml ./2.2/openapi/sources/paths/messages: total 28 drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4004 Feb 27 19:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3885 Feb 27 19:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Feb 27 19:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4421 Feb 27 19:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3746 Feb 27 19:56 outbox-message.yml ./2.2/openapi/sources/paths/policies: total 92 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Feb 27 19:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Feb 27 19:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Feb 27 19:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Feb 27 19:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6125 Feb 27 19:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9960 Feb 27 19:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 11132 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6158 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8476 Feb 27 19:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5758 Feb 27 19:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8541 Feb 27 19:56 subject.yml ./2.2/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Feb 27 19:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Feb 27 19:56 things.yml ./2.2/openapi/sources/paths/things: total 76 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 11583 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 11567 Feb 27 19:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 11458 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6597 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 7947 Feb 27 19:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 20493 Feb 27 19:56 thing.yml ./2.2/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Feb 27 19:56 index.yml ./2.2/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 815 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Feb 27 19:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Feb 27 19:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 value.yml ./2.2/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 actions ./2.2/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 839 Feb 27 19:56 activateTokenIntegration.yml ./2.2/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Feb 27 19:56 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 19:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 574 Feb 27 19:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 19:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 preconditionFailed.yml ./2.2/openapi/sources/schemas: total 4 drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 acknowledgements drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 whoami ./2.2/openapi/sources/schemas/acknowledgements: total 8 drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 652 Feb 27 19:56 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Feb 27 19:56 acknowledgement.yml ./2.2/openapi/sources/schemas/errors: total 8 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Feb 27 19:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Feb 27 19:56 error.yml ./2.2/openapi/sources/schemas/features: total 20 drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Feb 27 19:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Feb 27 19:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 feature.yml ./2.2/openapi/sources/schemas/policies: total 44 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 527 Feb 27 19:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Feb 27 19:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Feb 27 19:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Feb 27 19:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 628 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 1413 Feb 27 19:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Feb 27 19:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Feb 27 19:56 subjects.yml ./2.2/openapi/sources/schemas/search: total 4 drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Feb 27 19:56 searchResultThings.yml ./2.2/openapi/sources/schemas/things: total 20 drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Feb 27 19:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Feb 27 19:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Feb 27 19:56 thing.yml ./2.2/openapi/sources/schemas/whoami: total 8 drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Feb 27 19:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Feb 27 19:56 whoami.yml ./2.2/openapi/sources/security: total 12 drwxr-sr-x. 2 jenkins 1001020000 68 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Feb 27 19:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 710 Feb 27 19:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Feb 27 19:56 nginxBasic.yml ./2.2/slides: total 32 drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_10_25-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./2.2/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Feb 27 19:56 index.html ./2.2/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Feb 27 19:56 index.html ./2.2/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Feb 27 19:56 index.html ./2.2/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Feb 27 19:56 index.html ./2.2/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31918 Feb 27 19:56 index.html ./2.2/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Feb 27 19:56 index.html ./2.2/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Feb 27 19:56 index.html ./2.2/slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 30816 Feb 27 19:56 index.html ./2.2/slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16503 Feb 27 19:56 index.html ./2.2/slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21859 Feb 27 19:56 index.html ./2.2/slides/2021_10_25-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14925 Feb 27 19:56 index.html ./2.2/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg ./2.2/slides/images: total 544 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Feb 27 19:56 wot.png ./2.3: total 17236 drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13247 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13265 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14328 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13786 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14265 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17544 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17294 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13963 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 93154 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13834 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13987 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26583 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14071 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14904 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14156 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13758 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29466 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13325 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13915 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13845 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14333 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17430 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13878 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15162 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13993 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16491 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53381 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15724 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14533 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14366 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17724 Feb 27 19:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37361 Feb 27 19:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14157 Feb 27 19:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24403 Feb 27 19:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18298 Feb 27 19:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14433 Feb 27 19:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29299 Feb 27 19:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45084 Feb 27 19:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30460 Feb 27 19:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23226 Feb 27 19:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16766 Feb 27 19:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52042 Feb 27 19:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34268 Feb 27 19:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16597 Feb 27 19:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 18098 Feb 27 19:56 2021-09-29-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 29250 Feb 27 19:56 2021-11-03-oauth2.html -rw-r--r--. 1 jenkins 1001020000 15719 Feb 27 19:56 2021-11-22-release-announcement-220.html -rw-r--r--. 1 jenkins 1001020000 26758 Feb 27 19:56 2021-12-20-http-live-channel.html -rw-r--r--. 1 jenkins 1001020000 24680 Feb 27 19:56 2021-12-22-live-channel-condition.html -rw-r--r--. 1 jenkins 1001020000 17268 Feb 27 19:56 2022-01-21-release-announcement-230.html -rw-r--r--. 1 jenkins 1001020000 59804 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 70176 Feb 27 19:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 63292 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 61696 Feb 27 19:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 62790 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 61609 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 61271 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 61329 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 65886 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 103480 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 63495 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 64965 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 65841 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 73274 Feb 27 19:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 103275 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 69050 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 65226 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 80675 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 70228 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 78332 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 64111 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 64324 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 79453 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 96674 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 75704 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 68482 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 60598 Feb 27 19:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 61913 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 60300 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 60762 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 60723 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 63400 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 67369 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 21942 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 22748 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 94685 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 63109 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 60164 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 61332 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 129301 Feb 27 19:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 95982 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 160269 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 61133 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 72256 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 75824 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 84485 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 85877 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 93005 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 91955 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 68449 Feb 27 19:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 68755 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 60816 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 61820 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 113609 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11645 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 66795 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 62928 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 65417 Feb 27 19:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 78244 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 64045 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 79603 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 16337 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 61420 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 151216 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 62445 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 62051 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 69623 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 63654 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 63684 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 61588 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 61100 Feb 27 19:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 61100 Feb 27 19:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 64036 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 64529 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 63709 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 64786 Feb 27 19:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 63516 Feb 27 19:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 66734 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 67105 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 64709 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 63423 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 63581 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 76739 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 63033 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 62989 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 63144 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 63225 Feb 27 19:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 63206 Feb 27 19:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 63022 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 62963 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 63132 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 63113 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 63008 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 62915 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 122656 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 69460 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 65976 Feb 27 19:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 66241 Feb 27 19:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 66833 Feb 27 19:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 65593 Feb 27 19:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 65705 Feb 27 19:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 67534 Feb 27 19:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 67777 Feb 27 19:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 63831 Feb 27 19:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 66717 Feb 27 19:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 65477 Feb 27 19:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 65234 Feb 27 19:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 69253 Feb 27 19:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 64039 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 64532 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 63712 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 64789 Feb 27 19:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 63519 Feb 27 19:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 66737 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 67108 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 66114 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 64712 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 63426 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 63393 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 74459 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 61527 Feb 27 19:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 63844 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 66278 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 62582 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 62260 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 61875 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 61797 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 61917 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 61899 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 104647 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 66379 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 63844 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 64049 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 62582 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 62914 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 62260 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 62588 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 65352 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 63501 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 64046 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 62579 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 62743 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 62257 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 62417 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 62392 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 62545 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 62254 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 62804 Feb 27 19:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 62154 Feb 27 19:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 63658 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 63826 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 62740 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 62082 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 62051 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 66231 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 65831 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 72623 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 60997 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 62254 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 62949 Feb 27 19:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 61542 Feb 27 19:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 60850 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 70964 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 62198 Feb 27 19:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 78291 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 66917 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 64872 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 73855 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 111328 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 85509 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 65132 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 94950 Feb 27 19:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 84335 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 84761 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 75629 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 70673 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 62096 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 60270 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 63161 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 62642 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 63231 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 62891 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 64493 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 64640 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 64240 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 64174 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 66660 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 62312 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 62706 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 64635 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 63558 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 65349 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 68547 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 61074 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 62042 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 62523 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 61213 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 67170 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 61591 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 68995 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 65760 Feb 27 19:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 69226 Feb 27 19:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 60545 Feb 27 19:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 99627 Feb 27 19:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 62333 Feb 27 19:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 75256 Feb 27 19:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 63035 Feb 27 19:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 62318 Feb 27 19:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 60898 Feb 27 19:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 66347 Feb 27 19:56 release_notes_220.html -rw-r--r--. 1 jenkins 1001020000 61901 Feb 27 19:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 60695 Feb 27 19:56 release_notes_222.html -rw-r--r--. 1 jenkins 1001020000 67063 Feb 27 19:56 release_notes_230.html -rw-r--r--. 1 jenkins 1001020000 62368 Feb 27 19:56 release_notes_231.html -rw-r--r--. 1 jenkins 1001020000 61943 Feb 27 19:56 release_notes_232.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 65607 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 33792 Feb 27 19:56 search.json drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 67074 Feb 27 19:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 72324 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 92766 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 68071 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 79190 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 69870 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 72372 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 67960 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 72123 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 66528 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 84982 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 75985 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 72795 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 68933 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 69407 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 67046 Feb 27 19:56 tag_troubleshooting.html ./2.3/css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 24526 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./2.3/docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./2.3/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./2.3/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./2.3/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./2.3/files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./2.3/images: total 516 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rwxr-xr-x. 1 jenkins 1001020000 92637 Feb 27 19:56 ditto-overview-1.png -rwxr-xr-x. 1 jenkins 1001020000 101022 Feb 27 19:56 ditto-super-1.png -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Feb 27 19:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 pages ./2.3/images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Feb 27 19:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Feb 27 19:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./2.3/images/pages: total 8 drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 advanced drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol ./2.3/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Feb 27 19:56 data-by-pass-architectural-design.jpg ./2.3/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png ./2.3/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./2.3/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./2.3/js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3315 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./2.3/jsonschema: total 140 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 39603 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1756 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1508 Feb 27 19:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 5335 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Feb 27 19:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 4358 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 3190 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 5180 Feb 27 19:56 thing_v2.json ./2.3/openapi: total 344 drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 325837 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 729 Feb 27 19:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 sources ./2.3/openapi/sources: total 52 drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 10011 Feb 27 19:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Feb 27 19:56 package.json -rw-r--r--. 1 jenkins 1001020000 30800 Feb 27 19:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 parameters drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 requests drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 responses drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 schemas drwxr-sr-x. 2 jenkins 1001020000 68 Feb 27 19:56 security ./2.3/openapi/sources/parameters: total 136 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Feb 27 19:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Feb 27 19:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Feb 27 19:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 955 Feb 27 19:56 channelParamPutDescription.yml -rw-r--r--. 1 jenkins 1001020000 842 Feb 27 19:56 channelParam.yml -rw-r--r--. 1 jenkins 1001020000 1421 Feb 27 19:56 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Feb 27 19:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Feb 27 19:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Feb 27 19:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Feb 27 19:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Feb 27 19:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Feb 27 19:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Feb 27 19:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Feb 27 19:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 837 Feb 27 19:56 liveChannelConditionParam.yml -rw-r--r--. 1 jenkins 1001020000 648 Feb 27 19:56 liveChannelTimeoutStrategyParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Feb 27 19:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Feb 27 19:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Feb 27 19:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 716 Feb 27 19:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 747 Feb 27 19:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Feb 27 19:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Feb 27 19:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Feb 27 19:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Feb 27 19:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Feb 27 19:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Feb 27 19:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Feb 27 19:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Feb 27 19:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Feb 27 19:56 timeoutParam.yml ./2.3/openapi/sources/paths: total 4 drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 messages drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 whoami ./2.3/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Feb 27 19:56 cloudevents.yml ./2.3/openapi/sources/paths/features: total 112 drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12639 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 13683 Feb 27 19:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 12825 Feb 27 19:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 14024 Feb 27 19:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 15729 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 13214 Feb 27 19:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 12579 Feb 27 19:56 property.yml ./2.3/openapi/sources/paths/messages: total 28 drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4004 Feb 27 19:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3885 Feb 27 19:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Feb 27 19:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4421 Feb 27 19:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3746 Feb 27 19:56 outbox-message.yml ./2.3/openapi/sources/paths/policies: total 92 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Feb 27 19:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Feb 27 19:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Feb 27 19:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Feb 27 19:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6125 Feb 27 19:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9960 Feb 27 19:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 11132 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6158 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8476 Feb 27 19:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5758 Feb 27 19:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8541 Feb 27 19:56 subject.yml ./2.3/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Feb 27 19:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Feb 27 19:56 things.yml ./2.3/openapi/sources/paths/things: total 76 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12269 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 12253 Feb 27 19:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 12143 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6597 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 8585 Feb 27 19:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 19811 Feb 27 19:56 thing.yml ./2.3/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Feb 27 19:56 index.yml ./2.3/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 809 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Feb 27 19:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Feb 27 19:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 value.yml ./2.3/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 actions ./2.3/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 839 Feb 27 19:56 activateTokenIntegration.yml ./2.3/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Feb 27 19:56 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 19:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 574 Feb 27 19:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 19:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 preconditionFailed.yml ./2.3/openapi/sources/schemas: total 4 drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 acknowledgements drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 whoami ./2.3/openapi/sources/schemas/acknowledgements: total 8 drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 595 Feb 27 19:56 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Feb 27 19:56 acknowledgement.yml ./2.3/openapi/sources/schemas/errors: total 8 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Feb 27 19:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Feb 27 19:56 error.yml ./2.3/openapi/sources/schemas/features: total 20 drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Feb 27 19:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Feb 27 19:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 feature.yml ./2.3/openapi/sources/schemas/policies: total 44 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 527 Feb 27 19:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Feb 27 19:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Feb 27 19:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Feb 27 19:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 628 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 1413 Feb 27 19:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Feb 27 19:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Feb 27 19:56 subjects.yml ./2.3/openapi/sources/schemas/search: total 4 drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Feb 27 19:56 searchResultThings.yml ./2.3/openapi/sources/schemas/things: total 20 drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Feb 27 19:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Feb 27 19:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Feb 27 19:56 thing.yml ./2.3/openapi/sources/schemas/whoami: total 8 drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Feb 27 19:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Feb 27 19:56 whoami.yml ./2.3/openapi/sources/security: total 12 drwxr-sr-x. 2 jenkins 1001020000 68 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Feb 27 19:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 710 Feb 27 19:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Feb 27 19:56 nginxBasic.yml ./2.3/slides: total 32 drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_10_25-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./2.3/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Feb 27 19:56 index.html ./2.3/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Feb 27 19:56 index.html ./2.3/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Feb 27 19:56 index.html ./2.3/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Feb 27 19:56 index.html ./2.3/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31918 Feb 27 19:56 index.html ./2.3/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Feb 27 19:56 index.html ./2.3/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Feb 27 19:56 index.html ./2.3/slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 30816 Feb 27 19:56 index.html ./2.3/slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16503 Feb 27 19:56 index.html ./2.3/slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21859 Feb 27 19:56 index.html ./2.3/slides/2021_10_25-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14925 Feb 27 19:56 index.html ./2.3/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg ./2.3/slides/images: total 544 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Feb 27 19:56 wot.png ./2.4: total 18136 drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13247 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13265 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14328 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13786 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14265 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17544 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17294 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13963 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 93154 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13834 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13987 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26583 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14071 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14904 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14156 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13758 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29466 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13325 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13915 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13845 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14333 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17430 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13878 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15162 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13993 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16491 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53381 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15724 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14533 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14366 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17724 Feb 27 19:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37361 Feb 27 19:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14157 Feb 27 19:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24403 Feb 27 19:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18298 Feb 27 19:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14433 Feb 27 19:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29299 Feb 27 19:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45084 Feb 27 19:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30460 Feb 27 19:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23226 Feb 27 19:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16766 Feb 27 19:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52042 Feb 27 19:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34268 Feb 27 19:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16597 Feb 27 19:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 18098 Feb 27 19:56 2021-09-29-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 29250 Feb 27 19:56 2021-11-03-oauth2.html -rw-r--r--. 1 jenkins 1001020000 15719 Feb 27 19:56 2021-11-22-release-announcement-220.html -rw-r--r--. 1 jenkins 1001020000 26758 Feb 27 19:56 2021-12-20-http-live-channel.html -rw-r--r--. 1 jenkins 1001020000 24680 Feb 27 19:56 2021-12-22-live-channel-condition.html -rw-r--r--. 1 jenkins 1001020000 17268 Feb 27 19:56 2022-01-21-release-announcement-230.html -rw-r--r--. 1 jenkins 1001020000 32671 Feb 27 19:56 2022-03-03-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 16438 Feb 27 19:56 2022-04-14-release-announcement-240.html -rw-r--r--. 1 jenkins 1001020000 61140 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 71512 Feb 27 19:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 64628 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 63032 Feb 27 19:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 64126 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 62945 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 62607 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 62665 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 67222 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 104816 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 64831 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 66301 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 67177 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 74610 Feb 27 19:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 104611 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 72087 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 66562 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 80837 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 72055 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 79668 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 65236 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 65660 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 91022 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 98010 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 77040 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 69818 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 61934 Feb 27 19:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 63249 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 61636 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 62098 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 62059 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 64736 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 68720 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 182653 Feb 27 19:56 basic-wot-integration-example.html -rw-r--r--. 1 jenkins 1001020000 96947 Feb 27 19:56 basic-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 22346 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 22730 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 96021 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 64445 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 61500 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 62668 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 130637 Feb 27 19:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 97318 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 167424 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 62469 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 73592 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 77160 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 85821 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 87213 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 94341 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 93291 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 69785 Feb 27 19:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 70091 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 62152 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 63156 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 114945 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11645 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 68131 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 64264 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 66753 Feb 27 19:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 79580 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 65381 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 85627 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 16337 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 61847 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 154498 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 64179 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 63387 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 70959 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 64990 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 65020 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 62924 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 62436 Feb 27 19:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 62436 Feb 27 19:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 65372 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 65865 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 65045 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 66122 Feb 27 19:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 64852 Feb 27 19:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 68070 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 68441 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 66045 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 64759 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 64917 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 78075 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 64369 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 64325 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 64480 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 64561 Feb 27 19:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 64542 Feb 27 19:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 64358 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 64299 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 64468 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 64449 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 64344 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 64251 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 123992 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 70796 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 67312 Feb 27 19:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 67577 Feb 27 19:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 68169 Feb 27 19:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 66929 Feb 27 19:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 67041 Feb 27 19:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 68870 Feb 27 19:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 69113 Feb 27 19:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 65167 Feb 27 19:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 68053 Feb 27 19:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 66813 Feb 27 19:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 66570 Feb 27 19:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 70589 Feb 27 19:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 65375 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 65868 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 65048 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 66125 Feb 27 19:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 64855 Feb 27 19:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 68073 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 68444 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 67450 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 66048 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 64762 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 64729 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 75795 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 62863 Feb 27 19:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 65180 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 67614 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 63918 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 63596 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 63211 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 63133 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 63253 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 63235 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 105983 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 67715 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 65180 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 65385 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 63918 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 64250 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 63596 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 63924 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 66688 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 64837 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 66519 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 63915 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 64079 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 63593 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 63753 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 63728 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 63881 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 63590 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 64140 Feb 27 19:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 63490 Feb 27 19:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 64994 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 65162 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 64076 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 63418 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 63387 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 67567 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 67167 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 73959 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 62333 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 63590 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 64285 Feb 27 19:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 62878 Feb 27 19:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 62186 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 72470 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 63534 Feb 27 19:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 79627 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 68253 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 66208 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 75343 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 112664 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 86845 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 66468 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 96286 Feb 27 19:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 85671 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 86097 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 76965 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 72009 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 63432 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 61606 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 64497 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 63978 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 64567 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 64227 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 65829 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 65976 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 65576 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 65510 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 67996 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 63648 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 64042 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 65971 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 64894 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 66685 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 69883 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 62410 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 63378 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 63859 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 62549 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 68506 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 62927 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 70331 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 67096 Feb 27 19:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 70562 Feb 27 19:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 61881 Feb 27 19:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 100963 Feb 27 19:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 63669 Feb 27 19:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 76609 Feb 27 19:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 64371 Feb 27 19:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 63654 Feb 27 19:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 62234 Feb 27 19:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 67683 Feb 27 19:56 release_notes_220.html -rw-r--r--. 1 jenkins 1001020000 63237 Feb 27 19:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 62031 Feb 27 19:56 release_notes_222.html -rw-r--r--. 1 jenkins 1001020000 68399 Feb 27 19:56 release_notes_230.html -rw-r--r--. 1 jenkins 1001020000 63704 Feb 27 19:56 release_notes_231.html -rw-r--r--. 1 jenkins 1001020000 63294 Feb 27 19:56 release_notes_232.html -rw-r--r--. 1 jenkins 1001020000 73364 Feb 27 19:56 release_notes_240.html -rw-r--r--. 1 jenkins 1001020000 62598 Feb 27 19:56 release_notes_241.html -rw-r--r--. 1 jenkins 1001020000 62163 Feb 27 19:56 release_notes_242.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 66943 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 35268 Feb 27 19:56 search.json drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 68647 Feb 27 19:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 73897 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 95417 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 69644 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 80759 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 71413 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 74480 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 69503 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 73696 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 68101 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 86555 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 78293 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 74368 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 70506 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 70980 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 68619 Feb 27 19:56 tag_troubleshooting.html -rw-r--r--. 1 jenkins 1001020000 69617 Feb 27 19:56 tag_wot.html ./2.4/css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 24527 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./2.4/docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./2.4/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./2.4/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./2.4/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./2.4/files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./2.4/images: total 516 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rwxr-xr-x. 1 jenkins 1001020000 92637 Feb 27 19:56 ditto-overview-1.png -rwxr-xr-x. 1 jenkins 1001020000 101022 Feb 27 19:56 ditto-super-1.png -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Feb 27 19:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 pages ./2.4/images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Feb 27 19:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Feb 27 19:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./2.4/images/pages: total 8 drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 advanced drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol ./2.4/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Feb 27 19:56 data-by-pass-architectural-design.jpg ./2.4/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png ./2.4/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./2.4/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./2.4/js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3315 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./2.4/jsonschema: total 140 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 39603 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1756 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1508 Feb 27 19:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 5335 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Feb 27 19:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 4358 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 3190 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 5180 Feb 27 19:56 thing_v2.json ./2.4/openapi: total 352 drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 333527 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 729 Feb 27 19:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 sources ./2.4/openapi/sources: total 52 drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 10085 Feb 27 19:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Feb 27 19:56 package.json -rw-r--r--. 1 jenkins 1001020000 30800 Feb 27 19:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 parameters drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 requests drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 responses drwxr-sr-x. 9 jenkins 1001020000 150 Feb 27 19:56 schemas drwxr-sr-x. 2 jenkins 1001020000 68 Feb 27 19:56 security ./2.4/openapi/sources/parameters: total 140 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Feb 27 19:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Feb 27 19:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Feb 27 19:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 955 Feb 27 19:56 channelParamPutDescription.yml -rw-r--r--. 1 jenkins 1001020000 842 Feb 27 19:56 channelParam.yml -rw-r--r--. 1 jenkins 1001020000 1421 Feb 27 19:56 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Feb 27 19:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Feb 27 19:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Feb 27 19:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Feb 27 19:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Feb 27 19:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Feb 27 19:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Feb 27 19:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Feb 27 19:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 837 Feb 27 19:56 liveChannelConditionParam.yml -rw-r--r--. 1 jenkins 1001020000 648 Feb 27 19:56 liveChannelTimeoutStrategyParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Feb 27 19:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Feb 27 19:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Feb 27 19:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 716 Feb 27 19:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 policyFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 747 Feb 27 19:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Feb 27 19:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Feb 27 19:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Feb 27 19:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Feb 27 19:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Feb 27 19:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Feb 27 19:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Feb 27 19:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Feb 27 19:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Feb 27 19:56 timeoutParam.yml ./2.4/openapi/sources/paths: total 4 drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 messages drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 whoami ./2.4/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Feb 27 19:56 cloudevents.yml ./2.4/openapi/sources/paths/features: total 112 drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12639 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 13683 Feb 27 19:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 12825 Feb 27 19:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 14130 Feb 27 19:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 15729 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 13214 Feb 27 19:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 12579 Feb 27 19:56 property.yml ./2.4/openapi/sources/paths/messages: total 28 drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4004 Feb 27 19:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3885 Feb 27 19:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Feb 27 19:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4421 Feb 27 19:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3746 Feb 27 19:56 outbox-message.yml ./2.4/openapi/sources/paths/policies: total 92 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Feb 27 19:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Feb 27 19:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Feb 27 19:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Feb 27 19:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6125 Feb 27 19:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9960 Feb 27 19:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 11423 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6158 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8476 Feb 27 19:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5758 Feb 27 19:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8541 Feb 27 19:56 subject.yml ./2.4/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Feb 27 19:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Feb 27 19:56 things.yml ./2.4/openapi/sources/paths/things: total 76 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12269 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 12253 Feb 27 19:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 12143 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6844 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 8585 Feb 27 19:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 19917 Feb 27 19:56 thing.yml ./2.4/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Feb 27 19:56 index.yml ./2.4/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 808 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Feb 27 19:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Feb 27 19:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 value.yml ./2.4/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 actions ./2.4/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 839 Feb 27 19:56 activateTokenIntegration.yml ./2.4/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Feb 27 19:56 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 19:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 574 Feb 27 19:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 19:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 preconditionFailed.yml ./2.4/openapi/sources/schemas: total 8 drwxr-sr-x. 9 jenkins 1001020000 150 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 acknowledgements drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 whoami -rw-r--r--. 1 jenkins 1001020000 3661 Feb 27 19:56 wot-thingDescription.yml ./2.4/openapi/sources/schemas/acknowledgements: total 8 drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 150 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 595 Feb 27 19:56 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Feb 27 19:56 acknowledgement.yml ./2.4/openapi/sources/schemas/errors: total 8 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 150 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Feb 27 19:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Feb 27 19:56 error.yml ./2.4/openapi/sources/schemas/features: total 20 drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 150 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Feb 27 19:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Feb 27 19:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 feature.yml ./2.4/openapi/sources/schemas/policies: total 44 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 150 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 527 Feb 27 19:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Feb 27 19:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Feb 27 19:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Feb 27 19:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 628 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 1413 Feb 27 19:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Feb 27 19:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Feb 27 19:56 subjects.yml ./2.4/openapi/sources/schemas/search: total 4 drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 150 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Feb 27 19:56 searchResultThings.yml ./2.4/openapi/sources/schemas/things: total 20 drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 150 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Feb 27 19:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Feb 27 19:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Feb 27 19:56 thing.yml ./2.4/openapi/sources/schemas/whoami: total 8 drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 150 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Feb 27 19:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Feb 27 19:56 whoami.yml ./2.4/openapi/sources/security: total 12 drwxr-sr-x. 2 jenkins 1001020000 68 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Feb 27 19:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 710 Feb 27 19:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Feb 27 19:56 nginxBasic.yml ./2.4/slides: total 32 drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_10_25-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./2.4/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Feb 27 19:56 index.html ./2.4/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Feb 27 19:56 index.html ./2.4/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Feb 27 19:56 index.html ./2.4/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Feb 27 19:56 index.html ./2.4/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31918 Feb 27 19:56 index.html ./2.4/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Feb 27 19:56 index.html ./2.4/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Feb 27 19:56 index.html ./2.4/slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 30816 Feb 27 19:56 index.html ./2.4/slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16503 Feb 27 19:56 index.html ./2.4/slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21859 Feb 27 19:56 index.html ./2.4/slides/2021_10_25-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14925 Feb 27 19:56 index.html ./2.4/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg ./2.4/slides/images: total 544 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Feb 27 19:56 wot.png ./3.0: total 18428 drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13254 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13272 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14335 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13801 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14272 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17551 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17301 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13970 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 91080 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13796 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13994 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26590 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14078 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14915 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14163 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13765 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29473 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13332 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13922 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13852 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14340 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17437 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13885 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15169 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 14000 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16498 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53388 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15731 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14540 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14373 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17731 Feb 27 19:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37368 Feb 27 19:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14164 Feb 27 19:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24410 Feb 27 19:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18305 Feb 27 19:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14440 Feb 27 19:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29306 Feb 27 19:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45091 Feb 27 19:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30467 Feb 27 19:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23233 Feb 27 19:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16773 Feb 27 19:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52049 Feb 27 19:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34275 Feb 27 19:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16604 Feb 27 19:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 18105 Feb 27 19:56 2021-09-29-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 29257 Feb 27 19:56 2021-11-03-oauth2.html -rw-r--r--. 1 jenkins 1001020000 15726 Feb 27 19:56 2021-11-22-release-announcement-220.html -rw-r--r--. 1 jenkins 1001020000 26765 Feb 27 19:56 2021-12-20-http-live-channel.html -rw-r--r--. 1 jenkins 1001020000 24687 Feb 27 19:56 2021-12-22-live-channel-condition.html -rw-r--r--. 1 jenkins 1001020000 17275 Feb 27 19:56 2022-01-21-release-announcement-230.html -rw-r--r--. 1 jenkins 1001020000 32678 Feb 27 19:56 2022-03-03-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 16445 Feb 27 19:56 2022-04-14-release-announcement-240.html -rw-r--r--. 1 jenkins 1001020000 17423 Feb 27 19:56 2022-07-12-reactive-mqtt.html -rw-r--r--. 1 jenkins 1001020000 17588 Feb 27 19:56 2022-09-28-release-announcement-300.html -rw-r--r--. 1 jenkins 1001020000 61666 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 72056 Feb 27 19:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 65045 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 65043 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 63497 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 63406 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 63509 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 64212 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 105361 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 65364 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 66834 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 67725 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 75159 Feb 27 19:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 105151 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 72626 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 67097 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 78897 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 72592 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 111073 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 65785 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 66197 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 91713 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 98545 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 77572 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 74320 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 62483 Feb 27 19:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 63793 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 62188 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 62648 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 62601 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 65272 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 69290 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 183205 Feb 27 19:56 basic-wot-integration-example.html -rw-r--r--. 1 jenkins 1001020000 103319 Feb 27 19:56 basic-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 22788 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 22559 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 96559 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 64989 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 62042 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 63218 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 131185 Feb 27 19:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 79893 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 180942 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 63013 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 74153 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 77720 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 86379 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 87773 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 94902 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 93849 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 70334 Feb 27 19:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 70643 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 62683 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 63687 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 116530 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11652 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 68670 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 64803 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 67313 Feb 27 19:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 80138 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 65918 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 86161 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 16344 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 62391 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 71346 Feb 27 19:56 installation-extending.html -rw-r--r--. 1 jenkins 1001020000 157649 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 64863 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 63928 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 71499 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 65527 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 65556 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 63464 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 63008 Feb 27 19:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 63008 Feb 27 19:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 65928 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 66422 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 65602 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 66686 Feb 27 19:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 65414 Feb 27 19:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 68624 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 68996 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 66602 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 65314 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 65479 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 78627 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 64925 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 64882 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 65037 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 65125 Feb 27 19:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 65104 Feb 27 19:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 64912 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 64854 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 65025 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 65004 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 64906 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 64803 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 124547 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 71336 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 67867 Feb 27 19:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 68133 Feb 27 19:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 68732 Feb 27 19:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 67490 Feb 27 19:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 67604 Feb 27 19:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 69423 Feb 27 19:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 69667 Feb 27 19:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 65721 Feb 27 19:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 68609 Feb 27 19:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 67367 Feb 27 19:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 67131 Feb 27 19:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 71140 Feb 27 19:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 65931 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 66425 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 65605 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 66689 Feb 27 19:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 65417 Feb 27 19:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 68627 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 68999 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 68005 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 66605 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 65317 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 65291 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 76347 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 63441 Feb 27 19:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 65747 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 68176 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 64482 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 64159 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 63778 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 63695 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 63817 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 63798 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 106547 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 68284 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 65747 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 65947 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 64482 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 64815 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 64159 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 64488 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 67259 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 65406 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 67083 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 64481 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 64646 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 64158 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 64319 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 64286 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 64440 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 64149 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 64706 Feb 27 19:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 64054 Feb 27 19:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 65550 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 65719 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 64635 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 63975 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 63951 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 68121 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 67722 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 74506 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 62873 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 64140 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 64855 Feb 27 19:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 63435 Feb 27 19:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 62738 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 73015 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 64101 Feb 27 19:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 80198 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 68814 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 66762 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 75906 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 113233 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 87404 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 67020 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 96844 Feb 27 19:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 86232 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 86658 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 77524 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 72560 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 63972 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 62149 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 65040 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 64521 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 65110 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 64725 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 66369 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 66519 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 66119 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 66053 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 68453 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 64191 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 64502 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 66511 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 65438 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 67228 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 70423 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 62950 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 63918 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 64399 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 63089 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 69046 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 63467 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 70871 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 67636 Feb 27 19:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 71102 Feb 27 19:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 62421 Feb 27 19:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 101471 Feb 27 19:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 64209 Feb 27 19:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 77132 Feb 27 19:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 64911 Feb 27 19:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 64194 Feb 27 19:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 62774 Feb 27 19:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 68223 Feb 27 19:56 release_notes_220.html -rw-r--r--. 1 jenkins 1001020000 63777 Feb 27 19:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 62571 Feb 27 19:56 release_notes_222.html -rw-r--r--. 1 jenkins 1001020000 68939 Feb 27 19:56 release_notes_230.html -rw-r--r--. 1 jenkins 1001020000 64244 Feb 27 19:56 release_notes_231.html -rw-r--r--. 1 jenkins 1001020000 63834 Feb 27 19:56 release_notes_232.html -rw-r--r--. 1 jenkins 1001020000 73808 Feb 27 19:56 release_notes_240.html -rw-r--r--. 1 jenkins 1001020000 63138 Feb 27 19:56 release_notes_241.html -rw-r--r--. 1 jenkins 1001020000 62703 Feb 27 19:56 release_notes_242.html -rw-r--r--. 1 jenkins 1001020000 93683 Feb 27 19:56 release_notes_300.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 67473 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 35848 Feb 27 19:56 search.json drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 69297 Feb 27 19:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 74064 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 96929 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 70296 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 81422 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 72599 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 75126 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 70686 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 74341 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 68747 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 87205 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 79193 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 75013 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 71155 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 71628 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 69276 Feb 27 19:56 tag_troubleshooting.html -rw-r--r--. 1 jenkins 1001020000 70275 Feb 27 19:56 tag_wot.html drwxr-sr-x. 2 jenkins 1001020000 118 Feb 27 19:56 wot ./3.0/css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 24527 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./3.0/docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./3.0/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./3.0/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./3.0/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./3.0/files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./3.0/images: total 724 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rwxr-xr-x. 1 jenkins 1001020000 92637 Feb 27 19:56 ditto-overview-1.png -rw-r--r--. 1 jenkins 1001020000 159156 Feb 27 19:56 ditto-overview-1.svg -rwxr-xr-x. 1 jenkins 1001020000 101022 Feb 27 19:56 ditto-super-1.png -rw-r--r--. 1 jenkins 1001020000 50244 Feb 27 19:56 ditto-super-1.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Feb 27 19:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 pages ./3.0/images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Feb 27 19:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Feb 27 19:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./3.0/images/pages: total 8 drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 advanced drwxr-sr-x. 2 jenkins 1001020000 114 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol ./3.0/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Feb 27 19:56 data-by-pass-architectural-design.jpg ./3.0/images/pages/architecture: total 84 drwxr-sr-x. 2 jenkins 1001020000 114 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png -rwxr-xr-x. 1 jenkins 1001020000 22188 Feb 27 19:56 ditto-architecture-overview-2022.png ./3.0/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./3.0/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./3.0/js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3315 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./3.0/jsonschema: total 140 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 39603 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1756 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1508 Feb 27 19:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 5335 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Feb 27 19:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 4358 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 3190 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 5180 Feb 27 19:56 thing_v2.json ./3.0/openapi: total 404 drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 387833 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 729 Feb 27 19:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 sources ./3.0/openapi/sources: total 56 drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13142 Feb 27 19:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Feb 27 19:56 package.json -rw-r--r--. 1 jenkins 1001020000 31404 Feb 27 19:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 parameters drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 requests drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 responses drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 schemas drwxr-sr-x. 2 jenkins 1001020000 91 Feb 27 19:56 security ./3.0/openapi/sources/parameters: total 156 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Feb 27 19:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Feb 27 19:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Feb 27 19:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 955 Feb 27 19:56 channelParamPutDescription.yml -rw-r--r--. 1 jenkins 1001020000 842 Feb 27 19:56 channelParam.yml -rw-r--r--. 1 jenkins 1001020000 1421 Feb 27 19:56 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 connectionIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 646 Feb 27 19:56 deleteMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Feb 27 19:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Feb 27 19:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Feb 27 19:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Feb 27 19:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 644 Feb 27 19:56 getMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Feb 27 19:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Feb 27 19:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Feb 27 19:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Feb 27 19:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 837 Feb 27 19:56 liveChannelConditionParam.yml -rw-r--r--. 1 jenkins 1001020000 648 Feb 27 19:56 liveChannelTimeoutStrategyParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Feb 27 19:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Feb 27 19:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Feb 27 19:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 580 Feb 27 19:56 namespaceParameter.yml -rw-r--r--. 1 jenkins 1001020000 716 Feb 27 19:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 policyFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 747 Feb 27 19:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Feb 27 19:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Feb 27 19:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Feb 27 19:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Feb 27 19:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Feb 27 19:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Feb 27 19:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Feb 27 19:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Feb 27 19:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Feb 27 19:56 timeoutParam.yml ./3.0/openapi/sources/paths: total 4 drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 connections drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 messages drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 whoami ./3.0/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Feb 27 19:56 cloudevents.yml ./3.0/openapi/sources/paths/connections: total 32 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2186 Feb 27 19:56 command.yml -rw-r--r--. 1 jenkins 1001020000 5948 Feb 27 19:56 connectionId.yml -rw-r--r--. 1 jenkins 1001020000 5733 Feb 27 19:56 connections.yml -rw-r--r--. 1 jenkins 1001020000 2103 Feb 27 19:56 logs.yml -rw-r--r--. 1 jenkins 1001020000 1823 Feb 27 19:56 metrics.yml -rw-r--r--. 1 jenkins 1001020000 1819 Feb 27 19:56 status.yml ./3.0/openapi/sources/paths/features: total 112 drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12905 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 13707 Feb 27 19:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 13091 Feb 27 19:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 14396 Feb 27 19:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 15729 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 13480 Feb 27 19:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 12845 Feb 27 19:56 property.yml ./3.0/openapi/sources/paths/messages: total 28 drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4004 Feb 27 19:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3885 Feb 27 19:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Feb 27 19:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4421 Feb 27 19:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3746 Feb 27 19:56 outbox-message.yml ./3.0/openapi/sources/paths/policies: total 92 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Feb 27 19:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Feb 27 19:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Feb 27 19:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Feb 27 19:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6125 Feb 27 19:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9960 Feb 27 19:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 11423 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6158 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8476 Feb 27 19:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5758 Feb 27 19:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8541 Feb 27 19:56 subject.yml ./3.0/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Feb 27 19:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Feb 27 19:56 things.yml ./3.0/openapi/sources/paths/things: total 88 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12535 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 12519 Feb 27 19:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 12409 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6898 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 8851 Feb 27 19:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 20079 Feb 27 19:56 thing.yml ./3.0/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Feb 27 19:56 index.yml ./3.0/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 808 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Feb 27 19:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Feb 27 19:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 value.yml ./3.0/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 actions ./3.0/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 875 Feb 27 19:56 activateTokenIntegration.yml ./3.0/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Feb 27 19:56 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 19:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 574 Feb 27 19:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 19:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 preconditionFailed.yml ./3.0/openapi/sources/schemas: total 12 drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 acknowledgements drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 connections drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 whoami -rw-r--r--. 1 jenkins 1001020000 3662 Feb 27 19:56 wot-thingDescription.yml ./3.0/openapi/sources/schemas/acknowledgements: total 8 drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 595 Feb 27 19:56 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Feb 27 19:56 acknowledgement.yml ./3.0/openapi/sources/schemas/connections: total 116 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1130 Feb 27 19:56 connectionLogs.yml -rw-r--r--. 1 jenkins 1001020000 914 Feb 27 19:56 connectionMetrics.yml -rw-r--r--. 1 jenkins 1001020000 1590 Feb 27 19:56 connectionStatus.yml -rw-r--r--. 1 jenkins 1001020000 516 Feb 27 19:56 connectionType.yml -rw-r--r--. 1 jenkins 1001020000 563 Feb 27 19:56 connection.yml -rw-r--r--. 1 jenkins 1001020000 522 Feb 27 19:56 connectivityStatus.yml -rw-r--r--. 1 jenkins 1001020000 1075 Feb 27 19:56 inboundMetrics.yml -rw-r--r--. 1 jenkins 1001020000 526 Feb 27 19:56 logCategory.yml -rw-r--r--. 1 jenkins 1001020000 1297 Feb 27 19:56 logEntry.yml -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 logLevel.yml -rw-r--r--. 1 jenkins 1001020000 610 Feb 27 19:56 logType.yml -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 mappingContext.yml -rw-r--r--. 1 jenkins 1001020000 1545 Feb 27 19:56 newConnection.yml -rw-r--r--. 1 jenkins 1001020000 1313 Feb 27 19:56 outboundMetrics.yml -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 overallConnectionMetrics.yml -rw-r--r--. 1 jenkins 1001020000 624 Feb 27 19:56 payloadMappingDefinitions.yml -rw-r--r--. 1 jenkins 1001020000 3310 Feb 27 19:56 payloadMappingDefinition.yml -rw-r--r--. 1 jenkins 1001020000 1125 Feb 27 19:56 resourceStatus.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 singleMetric.yml -rw-r--r--. 1 jenkins 1001020000 670 Feb 27 19:56 sourceMetrics.yml -rw-r--r--. 1 jenkins 1001020000 556 Feb 27 19:56 sources.yml -rw-r--r--. 1 jenkins 1001020000 6752 Feb 27 19:56 source.yml -rw-r--r--. 1 jenkins 1001020000 2908 Feb 27 19:56 sshTunnel.yml -rw-r--r--. 1 jenkins 1001020000 675 Feb 27 19:56 targetMetrics.yml -rw-r--r--. 1 jenkins 1001020000 546 Feb 27 19:56 targets.yml -rw-r--r--. 1 jenkins 1001020000 3266 Feb 27 19:56 target.yml -rw-r--r--. 1 jenkins 1001020000 784 Feb 27 19:56 typedMetric.yml ./3.0/openapi/sources/schemas/errors: total 8 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Feb 27 19:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Feb 27 19:56 error.yml ./3.0/openapi/sources/schemas/features: total 20 drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Feb 27 19:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Feb 27 19:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 feature.yml ./3.0/openapi/sources/schemas/policies: total 44 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 527 Feb 27 19:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Feb 27 19:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Feb 27 19:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Feb 27 19:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 628 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 2019 Feb 27 19:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Feb 27 19:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Feb 27 19:56 subjects.yml ./3.0/openapi/sources/schemas/search: total 4 drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Feb 27 19:56 searchResultThings.yml ./3.0/openapi/sources/schemas/things: total 20 drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Feb 27 19:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Feb 27 19:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Feb 27 19:56 thing.yml ./3.0/openapi/sources/schemas/whoami: total 8 drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Feb 27 19:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Feb 27 19:56 whoami.yml ./3.0/openapi/sources/security: total 16 drwxr-sr-x. 2 jenkins 1001020000 91 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Feb 27 19:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 488 Feb 27 19:56 devOpsBasic.yml -rw-r--r--. 1 jenkins 1001020000 710 Feb 27 19:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Feb 27 19:56 nginxBasic.yml ./3.0/slides: total 32 drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_10_25-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./3.0/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Feb 27 19:56 index.html ./3.0/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Feb 27 19:56 index.html ./3.0/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Feb 27 19:56 index.html ./3.0/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Feb 27 19:56 index.html ./3.0/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31926 Feb 27 19:56 index.html ./3.0/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Feb 27 19:56 index.html ./3.0/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Feb 27 19:56 index.html ./3.0/slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 30824 Feb 27 19:56 index.html ./3.0/slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16507 Feb 27 19:56 index.html ./3.0/slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21863 Feb 27 19:56 index.html ./3.0/slides/2021_10_25-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14925 Feb 27 19:56 index.html ./3.0/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg ./3.0/slides/images: total 544 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Feb 27 19:56 wot.png ./3.0/wot: total 36 drwxr-sr-x. 2 jenkins 1001020000 118 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3764 Feb 27 19:56 ditto-extension.html -rw-r--r--. 1 jenkins 1001020000 1503 Feb 27 19:56 ditto-extension.jsonld -rw-r--r--. 1 jenkins 1001020000 2000 Feb 27 19:56 ditto-extension.rdf -rw-r--r--. 1 jenkins 1001020000 1513 Feb 27 19:56 ditto-extension.ttl ./3.1: total 19776 drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13254 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13272 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14335 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13801 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14272 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17551 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17301 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13970 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 91080 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13796 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13994 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26590 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14078 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14915 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14163 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13765 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29473 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13332 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13922 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13852 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14340 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17437 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13885 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15169 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 14000 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16498 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53388 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15731 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14540 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14373 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17731 Feb 27 19:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37368 Feb 27 19:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14164 Feb 27 19:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24410 Feb 27 19:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18305 Feb 27 19:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14440 Feb 27 19:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29306 Feb 27 19:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45091 Feb 27 19:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30467 Feb 27 19:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23233 Feb 27 19:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16773 Feb 27 19:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52049 Feb 27 19:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34275 Feb 27 19:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16604 Feb 27 19:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 18105 Feb 27 19:56 2021-09-29-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 29257 Feb 27 19:56 2021-11-03-oauth2.html -rw-r--r--. 1 jenkins 1001020000 15726 Feb 27 19:56 2021-11-22-release-announcement-220.html -rw-r--r--. 1 jenkins 1001020000 26765 Feb 27 19:56 2021-12-20-http-live-channel.html -rw-r--r--. 1 jenkins 1001020000 24687 Feb 27 19:56 2021-12-22-live-channel-condition.html -rw-r--r--. 1 jenkins 1001020000 17275 Feb 27 19:56 2022-01-21-release-announcement-230.html -rw-r--r--. 1 jenkins 1001020000 32786 Feb 27 19:56 2022-03-03-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 16445 Feb 27 19:56 2022-04-14-release-announcement-240.html -rw-r--r--. 1 jenkins 1001020000 17423 Feb 27 19:56 2022-07-12-reactive-mqtt.html -rw-r--r--. 1 jenkins 1001020000 17588 Feb 27 19:56 2022-09-28-release-announcement-300.html -rw-r--r--. 1 jenkins 1001020000 27357 Feb 27 19:56 2022-11-04-live-message-conditions.html -rw-r--r--. 1 jenkins 1001020000 15661 Feb 27 19:56 2022-12-16-release-announcement-310.html -rw-r--r--. 1 jenkins 1001020000 63930 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 74320 Feb 27 19:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 67309 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 67307 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 65761 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 65670 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 65773 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 66476 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 107625 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 67628 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 69098 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 69989 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 77385 Feb 27 19:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 107415 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 74890 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 69361 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 81161 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 74856 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 113337 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 68049 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 68461 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 93977 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 110456 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 79836 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 76584 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 64747 Feb 27 19:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 66057 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 64452 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 64912 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 64865 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 67536 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 71554 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 185673 Feb 27 19:56 basic-wot-integration-example.html -rw-r--r--. 1 jenkins 1001020000 105583 Feb 27 19:56 basic-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 23211 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 22679 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 98823 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 67253 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 64306 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 65482 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 133449 Feb 27 19:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 83111 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 96818 Feb 27 19:56 connectivity-manage-connections-piggyback.html -rw-r--r--. 1 jenkins 1001020000 183206 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 65410 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 76417 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 81932 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 88643 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 90037 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 97166 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 96113 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 72598 Feb 27 19:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 72907 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 64947 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 65951 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 118794 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11652 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 70934 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 67067 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 69577 Feb 27 19:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 82402 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 68182 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 88425 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 16344 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 64655 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 73610 Feb 27 19:56 installation-extending.html -rw-r--r--. 1 jenkins 1001020000 164338 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 67127 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 66192 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 73763 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 67791 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 68429 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 65728 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 65272 Feb 27 19:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 65272 Feb 27 19:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 68192 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 68686 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 67866 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 68950 Feb 27 19:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 67678 Feb 27 19:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 70888 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 71260 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 68866 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 67578 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 67743 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 80891 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 67189 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 67146 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 67301 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 67389 Feb 27 19:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 67368 Feb 27 19:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 67176 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 67118 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 67289 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 67268 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 67170 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 67067 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 126811 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 73600 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 70131 Feb 27 19:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 70397 Feb 27 19:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 70996 Feb 27 19:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 69754 Feb 27 19:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 69868 Feb 27 19:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 71687 Feb 27 19:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 71931 Feb 27 19:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 67985 Feb 27 19:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 70873 Feb 27 19:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 69631 Feb 27 19:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 69395 Feb 27 19:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 73404 Feb 27 19:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 68195 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 68689 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 67869 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 68953 Feb 27 19:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 67681 Feb 27 19:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 70891 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 71263 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 70269 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 68869 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 67581 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 67555 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 78611 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 65705 Feb 27 19:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 68011 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 70440 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 66746 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 66423 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 66074 Feb 27 19:56 protocol-examples-policies-deleteimport.html -rw-r--r--. 1 jenkins 1001020000 66042 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 65959 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 66081 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 66062 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 108811 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 66534 Feb 27 19:56 protocol-examples-policies-modifyimport.html -rw-r--r--. 1 jenkins 1001020000 67313 Feb 27 19:56 protocol-examples-policies-modifyimports.html -rw-r--r--. 1 jenkins 1001020000 70548 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 68011 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 68211 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 66746 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 67079 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 66423 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 66752 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 66499 Feb 27 19:56 protocol-examples-policies-retrieveimport.html -rw-r--r--. 1 jenkins 1001020000 67312 Feb 27 19:56 protocol-examples-policies-retrieveimports.html -rw-r--r--. 1 jenkins 1001020000 69523 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 67670 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 69347 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 66745 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 66910 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 66422 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 66583 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 66550 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 66704 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 66413 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 66970 Feb 27 19:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 66318 Feb 27 19:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 67814 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 67983 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 66899 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 66239 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 66215 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 70385 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 69986 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 76770 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 65137 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 66404 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 67119 Feb 27 19:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 65699 Feb 27 19:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 65002 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 75279 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 66365 Feb 27 19:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 86826 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 72857 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 69026 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 81983 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 115497 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 89668 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 69284 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 99108 Feb 27 19:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 88496 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 88922 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 79788 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 74824 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 66236 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 64413 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 67304 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 66785 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 67374 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 66989 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 68633 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 68783 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 68383 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 68317 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 70717 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 66455 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 66766 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 68775 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 67702 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 69492 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 72687 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 65214 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 66182 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 66663 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 65353 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 71310 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 65731 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 73135 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 69900 Feb 27 19:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 73366 Feb 27 19:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 64685 Feb 27 19:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 103735 Feb 27 19:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 66473 Feb 27 19:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 79396 Feb 27 19:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 67175 Feb 27 19:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 66458 Feb 27 19:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 65038 Feb 27 19:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 70487 Feb 27 19:56 release_notes_220.html -rw-r--r--. 1 jenkins 1001020000 66041 Feb 27 19:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 64835 Feb 27 19:56 release_notes_222.html -rw-r--r--. 1 jenkins 1001020000 71203 Feb 27 19:56 release_notes_230.html -rw-r--r--. 1 jenkins 1001020000 66508 Feb 27 19:56 release_notes_231.html -rw-r--r--. 1 jenkins 1001020000 66098 Feb 27 19:56 release_notes_232.html -rw-r--r--. 1 jenkins 1001020000 76072 Feb 27 19:56 release_notes_240.html -rw-r--r--. 1 jenkins 1001020000 65402 Feb 27 19:56 release_notes_241.html -rw-r--r--. 1 jenkins 1001020000 64967 Feb 27 19:56 release_notes_242.html -rw-r--r--. 1 jenkins 1001020000 95959 Feb 27 19:56 release_notes_300.html -rw-r--r--. 1 jenkins 1001020000 72033 Feb 27 19:56 release_notes_310.html -rw-r--r--. 1 jenkins 1001020000 65831 Feb 27 19:56 release_notes_311.html -rw-r--r--. 1 jenkins 1001020000 65660 Feb 27 19:56 release_notes_312.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 69472 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 37207 Feb 27 19:56 search.json drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 71852 Feb 27 19:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 76619 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 100612 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 72851 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 84513 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 75811 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 78224 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 73241 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 76896 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 71302 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 90303 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 82483 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 78111 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 73710 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 74183 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 71831 Feb 27 19:56 tag_troubleshooting.html -rw-r--r--. 1 jenkins 1001020000 72830 Feb 27 19:56 tag_wot.html -rw-r--r--. 1 jenkins 1001020000 67513 Feb 27 19:56 user-interface.html drwxr-sr-x. 2 jenkins 1001020000 118 Feb 27 19:56 wot ./3.1/css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 24527 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./3.1/docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./3.1/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./3.1/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./3.1/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./3.1/files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./3.1/images: total 724 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rwxr-xr-x. 1 jenkins 1001020000 92637 Feb 27 19:56 ditto-overview-1.png -rw-r--r--. 1 jenkins 1001020000 159156 Feb 27 19:56 ditto-overview-1.svg -rwxr-xr-x. 1 jenkins 1001020000 101022 Feb 27 19:56 ditto-super-1.png -rw-r--r--. 1 jenkins 1001020000 50244 Feb 27 19:56 ditto-super-1.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Feb 27 19:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 pages ./3.1/images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Feb 27 19:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Feb 27 19:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./3.1/images/pages: total 8 drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 advanced drwxr-sr-x. 2 jenkins 1001020000 114 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol drwxr-sr-x. 2 jenkins 1001020000 120 Feb 27 19:56 ui ./3.1/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Feb 27 19:56 data-by-pass-architectural-design.jpg ./3.1/images/pages/architecture: total 84 drwxr-sr-x. 2 jenkins 1001020000 114 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png -rwxr-xr-x. 1 jenkins 1001020000 22188 Feb 27 19:56 ditto-architecture-overview-2022.png ./3.1/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./3.1/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./3.1/images/pages/ui: total 620 drwxr-sr-x. 2 jenkins 1001020000 120 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 130101 Feb 27 19:56 screenshot_add_environment.png -rw-r--r--. 1 jenkins 1001020000 482983 Feb 27 19:56 screenshot_introduction.png -rw-r--r--. 1 jenkins 1001020000 20244 Feb 27 19:56 screenshot_select_environment.png ./3.1/js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3315 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./3.1/jsonschema: total 140 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 39603 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1756 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1508 Feb 27 19:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 7171 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Feb 27 19:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 4358 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 3190 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 5180 Feb 27 19:56 thing_v2.json ./3.1/openapi: total 424 drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 407775 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 703 Feb 27 19:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 sources ./3.1/openapi/sources: total 56 drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13600 Feb 27 19:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Feb 27 19:56 package.json -rw-r--r--. 1 jenkins 1001020000 31379 Feb 27 19:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 parameters drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 requests drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 responses drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 schemas drwxr-sr-x. 2 jenkins 1001020000 91 Feb 27 19:56 security ./3.1/openapi/sources/parameters: total 160 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Feb 27 19:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Feb 27 19:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Feb 27 19:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 955 Feb 27 19:56 channelParamPutDescription.yml -rw-r--r--. 1 jenkins 1001020000 842 Feb 27 19:56 channelParam.yml -rw-r--r--. 1 jenkins 1001020000 1412 Feb 27 19:56 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 connectionIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 646 Feb 27 19:56 deleteMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Feb 27 19:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Feb 27 19:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Feb 27 19:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Feb 27 19:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 644 Feb 27 19:56 getMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Feb 27 19:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Feb 27 19:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Feb 27 19:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 764 Feb 27 19:56 importedPolicyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Feb 27 19:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 837 Feb 27 19:56 liveChannelConditionParam.yml -rw-r--r--. 1 jenkins 1001020000 648 Feb 27 19:56 liveChannelTimeoutStrategyParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Feb 27 19:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Feb 27 19:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Feb 27 19:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 580 Feb 27 19:56 namespaceParameter.yml -rw-r--r--. 1 jenkins 1001020000 716 Feb 27 19:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 policyFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 747 Feb 27 19:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Feb 27 19:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Feb 27 19:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Feb 27 19:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Feb 27 19:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Feb 27 19:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Feb 27 19:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Feb 27 19:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Feb 27 19:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Feb 27 19:56 timeoutParam.yml ./3.1/openapi/sources/paths: total 4 drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 connections drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 messages drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 whoami ./3.1/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Feb 27 19:56 cloudevents.yml ./3.1/openapi/sources/paths/connections: total 32 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2186 Feb 27 19:56 command.yml -rw-r--r--. 1 jenkins 1001020000 5948 Feb 27 19:56 connectionId.yml -rw-r--r--. 1 jenkins 1001020000 5733 Feb 27 19:56 connections.yml -rw-r--r--. 1 jenkins 1001020000 2103 Feb 27 19:56 logs.yml -rw-r--r--. 1 jenkins 1001020000 1823 Feb 27 19:56 metrics.yml -rw-r--r--. 1 jenkins 1001020000 1819 Feb 27 19:56 status.yml ./3.1/openapi/sources/paths/features: total 112 drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12905 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 13707 Feb 27 19:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 13091 Feb 27 19:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 14396 Feb 27 19:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 15729 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 13480 Feb 27 19:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 12845 Feb 27 19:56 property.yml ./3.1/openapi/sources/paths/messages: total 32 drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4118 Feb 27 19:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3999 Feb 27 19:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Feb 27 19:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4535 Feb 27 19:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3860 Feb 27 19:56 outbox-message.yml ./3.1/openapi/sources/paths/policies: total 112 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Feb 27 19:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Feb 27 19:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Feb 27 19:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Feb 27 19:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6125 Feb 27 19:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9961 Feb 27 19:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 6061 Feb 27 19:56 imports.yml -rw-r--r--. 1 jenkins 1001020000 9592 Feb 27 19:56 import.yml -rw-r--r--. 1 jenkins 1001020000 11615 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6158 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8476 Feb 27 19:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5758 Feb 27 19:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8541 Feb 27 19:56 subject.yml ./3.1/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Feb 27 19:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Feb 27 19:56 things.yml ./3.1/openapi/sources/paths/things: total 88 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12535 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 12519 Feb 27 19:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 12409 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6898 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 8851 Feb 27 19:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 20079 Feb 27 19:56 thing.yml ./3.1/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Feb 27 19:56 index.yml ./3.1/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 808 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Feb 27 19:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Feb 27 19:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 value.yml ./3.1/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 actions ./3.1/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 875 Feb 27 19:56 activateTokenIntegration.yml ./3.1/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Feb 27 19:56 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 19:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 574 Feb 27 19:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 19:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 preconditionFailed.yml ./3.1/openapi/sources/schemas: total 12 drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 acknowledgements drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 connections drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 whoami -rw-r--r--. 1 jenkins 1001020000 3662 Feb 27 19:56 wot-thingDescription.yml ./3.1/openapi/sources/schemas/acknowledgements: total 8 drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 595 Feb 27 19:56 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Feb 27 19:56 acknowledgement.yml ./3.1/openapi/sources/schemas/connections: total 116 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1130 Feb 27 19:56 connectionLogs.yml -rw-r--r--. 1 jenkins 1001020000 914 Feb 27 19:56 connectionMetrics.yml -rw-r--r--. 1 jenkins 1001020000 1590 Feb 27 19:56 connectionStatus.yml -rw-r--r--. 1 jenkins 1001020000 516 Feb 27 19:56 connectionType.yml -rw-r--r--. 1 jenkins 1001020000 563 Feb 27 19:56 connection.yml -rw-r--r--. 1 jenkins 1001020000 522 Feb 27 19:56 connectivityStatus.yml -rw-r--r--. 1 jenkins 1001020000 1075 Feb 27 19:56 inboundMetrics.yml -rw-r--r--. 1 jenkins 1001020000 526 Feb 27 19:56 logCategory.yml -rw-r--r--. 1 jenkins 1001020000 1297 Feb 27 19:56 logEntry.yml -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 logLevel.yml -rw-r--r--. 1 jenkins 1001020000 610 Feb 27 19:56 logType.yml -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 mappingContext.yml -rw-r--r--. 1 jenkins 1001020000 1547 Feb 27 19:56 newConnection.yml -rw-r--r--. 1 jenkins 1001020000 1313 Feb 27 19:56 outboundMetrics.yml -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 overallConnectionMetrics.yml -rw-r--r--. 1 jenkins 1001020000 624 Feb 27 19:56 payloadMappingDefinitions.yml -rw-r--r--. 1 jenkins 1001020000 3310 Feb 27 19:56 payloadMappingDefinition.yml -rw-r--r--. 1 jenkins 1001020000 1125 Feb 27 19:56 resourceStatus.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 singleMetric.yml -rw-r--r--. 1 jenkins 1001020000 670 Feb 27 19:56 sourceMetrics.yml -rw-r--r--. 1 jenkins 1001020000 556 Feb 27 19:56 sources.yml -rw-r--r--. 1 jenkins 1001020000 6752 Feb 27 19:56 source.yml -rw-r--r--. 1 jenkins 1001020000 2908 Feb 27 19:56 sshTunnel.yml -rw-r--r--. 1 jenkins 1001020000 675 Feb 27 19:56 targetMetrics.yml -rw-r--r--. 1 jenkins 1001020000 546 Feb 27 19:56 targets.yml -rw-r--r--. 1 jenkins 1001020000 3266 Feb 27 19:56 target.yml -rw-r--r--. 1 jenkins 1001020000 784 Feb 27 19:56 typedMetric.yml ./3.1/openapi/sources/schemas/errors: total 8 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Feb 27 19:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Feb 27 19:56 error.yml ./3.1/openapi/sources/schemas/features: total 20 drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Feb 27 19:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Feb 27 19:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 feature.yml ./3.1/openapi/sources/schemas/policies: total 56 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1027 Feb 27 19:56 importable.yml -rw-r--r--. 1 jenkins 1001020000 527 Feb 27 19:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Feb 27 19:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Feb 27 19:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 637 Feb 27 19:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 791 Feb 27 19:56 policyImports.yml -rw-r--r--. 1 jenkins 1001020000 981 Feb 27 19:56 policyImport.yml -rw-r--r--. 1 jenkins 1001020000 669 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 2019 Feb 27 19:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Feb 27 19:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Feb 27 19:56 subjects.yml ./3.1/openapi/sources/schemas/search: total 4 drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Feb 27 19:56 searchResultThings.yml ./3.1/openapi/sources/schemas/things: total 20 drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Feb 27 19:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Feb 27 19:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Feb 27 19:56 thing.yml ./3.1/openapi/sources/schemas/whoami: total 8 drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Feb 27 19:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Feb 27 19:56 whoami.yml ./3.1/openapi/sources/security: total 16 drwxr-sr-x. 2 jenkins 1001020000 91 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Feb 27 19:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 488 Feb 27 19:56 devOpsBasic.yml -rw-r--r--. 1 jenkins 1001020000 710 Feb 27 19:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Feb 27 19:56 nginxBasic.yml ./3.1/slides: total 32 drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_10_25-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2022_10_24_eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2022_10_ditto-and-wot drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./3.1/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Feb 27 19:56 index.html ./3.1/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Feb 27 19:56 index.html ./3.1/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Feb 27 19:56 index.html ./3.1/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Feb 27 19:56 index.html ./3.1/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31926 Feb 27 19:56 index.html ./3.1/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Feb 27 19:56 index.html ./3.1/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Feb 27 19:56 index.html ./3.1/slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 30824 Feb 27 19:56 index.html ./3.1/slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16507 Feb 27 19:56 index.html ./3.1/slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21863 Feb 27 19:56 index.html ./3.1/slides/2021_10_25-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14925 Feb 27 19:56 index.html ./3.1/slides/2022_10_24_eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13908 Feb 27 19:56 index.html ./3.1/slides/2022_10_ditto-and-wot: total 32 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 25639 Feb 27 19:56 index.html ./3.1/slides/bg-images: total 1344 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg -rw-r--r--. 1 jenkins 1001020000 478262 Feb 27 19:56 juan-davila-P8PlK2nGwqA-unsplash.jpg ./3.1/slides/images: total 808 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 267438 Feb 27 19:56 ditto-ui-screenshot.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Feb 27 19:56 wot.png ./3.1/wot: total 36 drwxr-sr-x. 2 jenkins 1001020000 118 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3764 Feb 27 19:56 ditto-extension.html -rw-r--r--. 1 jenkins 1001020000 1503 Feb 27 19:56 ditto-extension.jsonld -rw-r--r--. 1 jenkins 1001020000 2000 Feb 27 19:56 ditto-extension.rdf -rw-r--r--. 1 jenkins 1001020000 1513 Feb 27 19:56 ditto-extension.ttl ./3.2: total 20540 drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13321 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13339 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14402 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13880 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14339 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17566 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17380 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 14037 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 91219 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13863 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 14061 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26657 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14145 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14994 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14230 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13832 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29588 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13399 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13989 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13919 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14407 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17504 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13952 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15236 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 14067 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16571 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53461 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15798 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14607 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14440 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17804 Feb 27 19:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37435 Feb 27 19:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14231 Feb 27 19:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24477 Feb 27 19:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18372 Feb 27 19:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14507 Feb 27 19:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29373 Feb 27 19:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45158 Feb 27 19:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30540 Feb 27 19:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23300 Feb 27 19:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16840 Feb 27 19:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52116 Feb 27 19:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34342 Feb 27 19:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16671 Feb 27 19:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 18172 Feb 27 19:56 2021-09-29-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 29324 Feb 27 19:56 2021-11-03-oauth2.html -rw-r--r--. 1 jenkins 1001020000 15793 Feb 27 19:56 2021-11-22-release-announcement-220.html -rw-r--r--. 1 jenkins 1001020000 26832 Feb 27 19:56 2021-12-20-http-live-channel.html -rw-r--r--. 1 jenkins 1001020000 24754 Feb 27 19:56 2021-12-22-live-channel-condition.html -rw-r--r--. 1 jenkins 1001020000 17342 Feb 27 19:56 2022-01-21-release-announcement-230.html -rw-r--r--. 1 jenkins 1001020000 32859 Feb 27 19:56 2022-03-03-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 16512 Feb 27 19:56 2022-04-14-release-announcement-240.html -rw-r--r--. 1 jenkins 1001020000 17490 Feb 27 19:56 2022-07-12-reactive-mqtt.html -rw-r--r--. 1 jenkins 1001020000 17655 Feb 27 19:56 2022-09-28-release-announcement-300.html -rw-r--r--. 1 jenkins 1001020000 27424 Feb 27 19:56 2022-11-04-live-message-conditions.html -rw-r--r--. 1 jenkins 1001020000 15728 Feb 27 19:56 2022-12-16-release-announcement-310.html -rw-r--r--. 1 jenkins 1001020000 16091 Feb 27 19:56 2023-03-08-release-announcement-320.html -rw-r--r--. 1 jenkins 1001020000 65029 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 75419 Feb 27 19:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 68408 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 68424 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 66860 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 66787 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 66890 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 67587 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 108724 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 68727 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 70197 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 71088 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 78484 Feb 27 19:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 108514 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 75989 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 70460 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 82262 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 85005 Feb 27 19:56 basic-history.html -rw-r--r--. 1 jenkins 1001020000 75955 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 114436 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 69166 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 69560 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 95076 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 111555 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 82364 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 77683 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 65846 Feb 27 19:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 67156 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 65551 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 66011 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 65964 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 68636 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 72653 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 186778 Feb 27 19:56 basic-wot-integration-example.html -rw-r--r--. 1 jenkins 1001020000 106695 Feb 27 19:56 basic-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 23561 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 22724 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 99928 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 68376 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 65405 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 66581 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 134566 Feb 27 19:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 84216 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 97917 Feb 27 19:56 connectivity-manage-connections-piggyback.html -rw-r--r--. 1 jenkins 1001020000 185954 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 66509 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 77516 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 83034 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 86719 Feb 27 19:56 connectivity-protocol-bindings-hono.html -rw-r--r--. 1 jenkins 1001020000 89742 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 91142 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 98265 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 97213 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 73697 Feb 27 19:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 74006 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 66058 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 67050 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 119893 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11719 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 72033 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 68166 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 70676 Feb 27 19:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 83501 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 69281 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 89524 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 16417 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 65754 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 74715 Feb 27 19:56 installation-extending.html -rw-r--r--. 1 jenkins 1001020000 170247 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 68232 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 67291 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 74868 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 68890 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 69802 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 66827 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 66371 Feb 27 19:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 66371 Feb 27 19:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 69291 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 69785 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 68965 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 70049 Feb 27 19:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 68777 Feb 27 19:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 71987 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 72359 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 69965 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 68677 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 68842 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 81990 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 68288 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 68245 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 68400 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 68488 Feb 27 19:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 68467 Feb 27 19:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 68275 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 68217 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 68388 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 68367 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 68269 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 68166 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 127910 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 74699 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 71230 Feb 27 19:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 71496 Feb 27 19:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 72095 Feb 27 19:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 70853 Feb 27 19:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 70967 Feb 27 19:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 72786 Feb 27 19:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 73030 Feb 27 19:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 69084 Feb 27 19:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 71972 Feb 27 19:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 70730 Feb 27 19:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 70494 Feb 27 19:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 74503 Feb 27 19:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 69294 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 69788 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 68968 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 70052 Feb 27 19:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 68780 Feb 27 19:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 71990 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 72362 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 71368 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 69968 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 68680 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 68654 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 79710 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 66804 Feb 27 19:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 69110 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 71539 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 67845 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 67522 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 67173 Feb 27 19:56 protocol-examples-policies-deleteimport.html -rw-r--r--. 1 jenkins 1001020000 67141 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 67058 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 67180 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 67161 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 109910 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 67633 Feb 27 19:56 protocol-examples-policies-modifyimport.html -rw-r--r--. 1 jenkins 1001020000 68412 Feb 27 19:56 protocol-examples-policies-modifyimports.html -rw-r--r--. 1 jenkins 1001020000 71647 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 69110 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 69310 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 67845 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 68178 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 67522 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 67851 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 67598 Feb 27 19:56 protocol-examples-policies-retrieveimport.html -rw-r--r--. 1 jenkins 1001020000 68411 Feb 27 19:56 protocol-examples-policies-retrieveimports.html -rw-r--r--. 1 jenkins 1001020000 70622 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 68769 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 70446 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 67844 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 68009 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 67521 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 67682 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 67649 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 67803 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 67512 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 68069 Feb 27 19:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 67417 Feb 27 19:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 68913 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 69082 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 67998 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 67338 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 67314 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 71484 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 71085 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 77869 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 66236 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 67503 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 68218 Feb 27 19:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 66798 Feb 27 19:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 66101 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 77464 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 67464 Feb 27 19:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 87925 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 73956 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 70125 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 83082 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 80620 Feb 27 19:56 protocol-specification-streaming-subscription.html -rw-r--r--. 1 jenkins 1001020000 116596 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 90767 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 70383 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 100207 Feb 27 19:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 89595 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 90021 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 80887 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 75923 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 67335 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 65512 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 68427 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 67908 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 68503 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 68124 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 69744 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 69930 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 69542 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 69452 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 71858 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 67596 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 67919 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 69898 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 68873 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 70645 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 73894 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 66331 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 67317 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 67810 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 66464 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 72475 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 66842 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 74306 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 71077 Feb 27 19:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 74568 Feb 27 19:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 65790 Feb 27 19:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 104990 Feb 27 19:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 67608 Feb 27 19:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 80675 Feb 27 19:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 68322 Feb 27 19:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 67587 Feb 27 19:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 66149 Feb 27 19:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 71658 Feb 27 19:56 release_notes_220.html -rw-r--r--. 1 jenkins 1001020000 67164 Feb 27 19:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 65934 Feb 27 19:56 release_notes_222.html -rw-r--r--. 1 jenkins 1001020000 72362 Feb 27 19:56 release_notes_230.html -rw-r--r--. 1 jenkins 1001020000 67637 Feb 27 19:56 release_notes_231.html -rw-r--r--. 1 jenkins 1001020000 67227 Feb 27 19:56 release_notes_232.html -rw-r--r--. 1 jenkins 1001020000 77267 Feb 27 19:56 release_notes_240.html -rw-r--r--. 1 jenkins 1001020000 66519 Feb 27 19:56 release_notes_241.html -rw-r--r--. 1 jenkins 1001020000 66078 Feb 27 19:56 release_notes_242.html -rw-r--r--. 1 jenkins 1001020000 97346 Feb 27 19:56 release_notes_300.html -rw-r--r--. 1 jenkins 1001020000 73133 Feb 27 19:56 release_notes_310.html -rw-r--r--. 1 jenkins 1001020000 66930 Feb 27 19:56 release_notes_311.html -rw-r--r--. 1 jenkins 1001020000 66759 Feb 27 19:56 release_notes_312.html -rw-r--r--. 1 jenkins 1001020000 74634 Feb 27 19:56 release_notes_320.html -rw-r--r--. 1 jenkins 1001020000 68145 Feb 27 19:56 release_notes_321.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 70571 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 38408 Feb 27 19:56 search.json drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 73131 Feb 27 19:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 77898 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 102425 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 74130 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 86301 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 77090 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 73642 Feb 27 19:56 tag_history.html -rw-r--r--. 1 jenkins 1001020000 79503 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 74520 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 78175 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 72581 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 92155 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 84252 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 79390 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 74989 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 75462 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 73110 Feb 27 19:56 tag_troubleshooting.html -rw-r--r--. 1 jenkins 1001020000 74109 Feb 27 19:56 tag_wot.html -rw-r--r--. 1 jenkins 1001020000 68612 Feb 27 19:56 user-interface.html drwxr-sr-x. 2 jenkins 1001020000 118 Feb 27 19:56 wot ./3.2/css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 24527 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./3.2/docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./3.2/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./3.2/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./3.2/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./3.2/files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./3.2/images: total 724 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rwxr-xr-x. 1 jenkins 1001020000 92637 Feb 27 19:56 ditto-overview-1.png -rw-r--r--. 1 jenkins 1001020000 159156 Feb 27 19:56 ditto-overview-1.svg -rwxr-xr-x. 1 jenkins 1001020000 101022 Feb 27 19:56 ditto-super-1.png -rw-r--r--. 1 jenkins 1001020000 50244 Feb 27 19:56 ditto-super-1.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Feb 27 19:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 pages ./3.2/images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Feb 27 19:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Feb 27 19:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./3.2/images/pages: total 8 drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 advanced drwxr-sr-x. 2 jenkins 1001020000 114 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol drwxr-sr-x. 2 jenkins 1001020000 120 Feb 27 19:56 ui ./3.2/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Feb 27 19:56 data-by-pass-architectural-design.jpg ./3.2/images/pages/architecture: total 84 drwxr-sr-x. 2 jenkins 1001020000 114 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png -rwxr-xr-x. 1 jenkins 1001020000 22188 Feb 27 19:56 ditto-architecture-overview-2022.png ./3.2/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./3.2/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./3.2/images/pages/ui: total 620 drwxr-sr-x. 2 jenkins 1001020000 120 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 130101 Feb 27 19:56 screenshot_add_environment.png -rw-r--r--. 1 jenkins 1001020000 482983 Feb 27 19:56 screenshot_introduction.png -rw-r--r--. 1 jenkins 1001020000 20244 Feb 27 19:56 screenshot_select_environment.png ./3.2/js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3315 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./3.2/jsonschema: total 160 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40261 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1756 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1508 Feb 27 19:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 8140 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Feb 27 19:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 4358 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 3190 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 1259 Feb 27 19:56 protocol-streaming-subscription-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 333 Feb 27 19:56 protocol-streaming-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 453 Feb 27 19:56 protocol-streaming-subscription-next-payload.json -rw-r--r--. 1 jenkins 1001020000 468 Feb 27 19:56 protocol-streaming-subscription-request-payload.json -rw-r--r--. 1 jenkins 1001020000 703 Feb 27 19:56 protocol-streaming-subscription-subscribe-for-persisted-events-payload.json -rw-r--r--. 1 jenkins 1001020000 5180 Feb 27 19:56 thing_v2.json ./3.2/openapi: total 428 drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 409675 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 703 Feb 27 19:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 sources ./3.2/openapi/sources: total 56 drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13750 Feb 27 19:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Feb 27 19:56 package.json -rw-r--r--. 1 jenkins 1001020000 31379 Feb 27 19:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 parameters drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 requests drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 responses drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 schemas drwxr-sr-x. 2 jenkins 1001020000 115 Feb 27 19:56 security ./3.2/openapi/sources/parameters: total 164 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Feb 27 19:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Feb 27 19:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Feb 27 19:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 955 Feb 27 19:56 channelParamPutDescription.yml -rw-r--r--. 1 jenkins 1001020000 842 Feb 27 19:56 channelParam.yml -rw-r--r--. 1 jenkins 1001020000 1412 Feb 27 19:56 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 1408 Feb 27 19:56 connectionFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 connectionIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 646 Feb 27 19:56 deleteMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Feb 27 19:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Feb 27 19:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Feb 27 19:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Feb 27 19:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 644 Feb 27 19:56 getMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Feb 27 19:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Feb 27 19:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Feb 27 19:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 764 Feb 27 19:56 importedPolicyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Feb 27 19:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 837 Feb 27 19:56 liveChannelConditionParam.yml -rw-r--r--. 1 jenkins 1001020000 648 Feb 27 19:56 liveChannelTimeoutStrategyParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Feb 27 19:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Feb 27 19:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Feb 27 19:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 580 Feb 27 19:56 namespaceParameter.yml -rw-r--r--. 1 jenkins 1001020000 716 Feb 27 19:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 policyFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 747 Feb 27 19:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Feb 27 19:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Feb 27 19:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Feb 27 19:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Feb 27 19:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Feb 27 19:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2342 Feb 27 19:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Feb 27 19:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Feb 27 19:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Feb 27 19:56 timeoutParam.yml ./3.2/openapi/sources/paths: total 4 drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 connections drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 messages drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 whoami ./3.2/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Feb 27 19:56 cloudevents.yml ./3.2/openapi/sources/paths/connections: total 32 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2207 Feb 27 19:56 command.yml -rw-r--r--. 1 jenkins 1001020000 5884 Feb 27 19:56 connectionId.yml -rw-r--r--. 1 jenkins 1001020000 5671 Feb 27 19:56 connections.yml -rw-r--r--. 1 jenkins 1001020000 2125 Feb 27 19:56 logs.yml -rw-r--r--. 1 jenkins 1001020000 1845 Feb 27 19:56 metrics.yml -rw-r--r--. 1 jenkins 1001020000 1841 Feb 27 19:56 status.yml ./3.2/openapi/sources/paths/features: total 112 drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12905 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 13707 Feb 27 19:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 13091 Feb 27 19:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 14396 Feb 27 19:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 15729 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 13480 Feb 27 19:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 12845 Feb 27 19:56 property.yml ./3.2/openapi/sources/paths/messages: total 32 drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4118 Feb 27 19:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3999 Feb 27 19:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Feb 27 19:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4535 Feb 27 19:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3860 Feb 27 19:56 outbox-message.yml ./3.2/openapi/sources/paths/policies: total 112 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Feb 27 19:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Feb 27 19:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Feb 27 19:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Feb 27 19:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6125 Feb 27 19:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9961 Feb 27 19:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 6061 Feb 27 19:56 imports.yml -rw-r--r--. 1 jenkins 1001020000 9592 Feb 27 19:56 import.yml -rw-r--r--. 1 jenkins 1001020000 11615 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6158 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8476 Feb 27 19:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5758 Feb 27 19:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8541 Feb 27 19:56 subject.yml ./3.2/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Feb 27 19:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Feb 27 19:56 things.yml ./3.2/openapi/sources/paths/things: total 88 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12535 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 12519 Feb 27 19:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 12409 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6898 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 8851 Feb 27 19:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 20079 Feb 27 19:56 thing.yml ./3.2/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Feb 27 19:56 index.yml ./3.2/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 808 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Feb 27 19:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Feb 27 19:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 value.yml ./3.2/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 actions ./3.2/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 875 Feb 27 19:56 activateTokenIntegration.yml ./3.2/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Feb 27 19:56 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 19:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 574 Feb 27 19:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 19:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 preconditionFailed.yml ./3.2/openapi/sources/schemas: total 12 drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 acknowledgements drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 connections drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 whoami -rw-r--r--. 1 jenkins 1001020000 3662 Feb 27 19:56 wot-thingDescription.yml ./3.2/openapi/sources/schemas/acknowledgements: total 8 drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 595 Feb 27 19:56 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Feb 27 19:56 acknowledgement.yml ./3.2/openapi/sources/schemas/connections: total 116 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1130 Feb 27 19:56 connectionLogs.yml -rw-r--r--. 1 jenkins 1001020000 914 Feb 27 19:56 connectionMetrics.yml -rw-r--r--. 1 jenkins 1001020000 1590 Feb 27 19:56 connectionStatus.yml -rw-r--r--. 1 jenkins 1001020000 526 Feb 27 19:56 connectionType.yml -rw-r--r--. 1 jenkins 1001020000 563 Feb 27 19:56 connection.yml -rw-r--r--. 1 jenkins 1001020000 522 Feb 27 19:56 connectivityStatus.yml -rw-r--r--. 1 jenkins 1001020000 1075 Feb 27 19:56 inboundMetrics.yml -rw-r--r--. 1 jenkins 1001020000 526 Feb 27 19:56 logCategory.yml -rw-r--r--. 1 jenkins 1001020000 1297 Feb 27 19:56 logEntry.yml -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 logLevel.yml -rw-r--r--. 1 jenkins 1001020000 610 Feb 27 19:56 logType.yml -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 mappingContext.yml -rw-r--r--. 1 jenkins 1001020000 1547 Feb 27 19:56 newConnection.yml -rw-r--r--. 1 jenkins 1001020000 1313 Feb 27 19:56 outboundMetrics.yml -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 overallConnectionMetrics.yml -rw-r--r--. 1 jenkins 1001020000 624 Feb 27 19:56 payloadMappingDefinitions.yml -rw-r--r--. 1 jenkins 1001020000 3310 Feb 27 19:56 payloadMappingDefinition.yml -rw-r--r--. 1 jenkins 1001020000 1125 Feb 27 19:56 resourceStatus.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 singleMetric.yml -rw-r--r--. 1 jenkins 1001020000 670 Feb 27 19:56 sourceMetrics.yml -rw-r--r--. 1 jenkins 1001020000 556 Feb 27 19:56 sources.yml -rw-r--r--. 1 jenkins 1001020000 6935 Feb 27 19:56 source.yml -rw-r--r--. 1 jenkins 1001020000 2908 Feb 27 19:56 sshTunnel.yml -rw-r--r--. 1 jenkins 1001020000 675 Feb 27 19:56 targetMetrics.yml -rw-r--r--. 1 jenkins 1001020000 546 Feb 27 19:56 targets.yml -rw-r--r--. 1 jenkins 1001020000 3329 Feb 27 19:56 target.yml -rw-r--r--. 1 jenkins 1001020000 784 Feb 27 19:56 typedMetric.yml ./3.2/openapi/sources/schemas/errors: total 8 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Feb 27 19:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Feb 27 19:56 error.yml ./3.2/openapi/sources/schemas/features: total 20 drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Feb 27 19:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Feb 27 19:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 feature.yml ./3.2/openapi/sources/schemas/policies: total 56 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1027 Feb 27 19:56 importable.yml -rw-r--r--. 1 jenkins 1001020000 527 Feb 27 19:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Feb 27 19:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Feb 27 19:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 637 Feb 27 19:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 791 Feb 27 19:56 policyImports.yml -rw-r--r--. 1 jenkins 1001020000 981 Feb 27 19:56 policyImport.yml -rw-r--r--. 1 jenkins 1001020000 669 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 2019 Feb 27 19:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Feb 27 19:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Feb 27 19:56 subjects.yml ./3.2/openapi/sources/schemas/search: total 4 drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Feb 27 19:56 searchResultThings.yml ./3.2/openapi/sources/schemas/things: total 20 drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Feb 27 19:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Feb 27 19:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Feb 27 19:56 thing.yml ./3.2/openapi/sources/schemas/whoami: total 8 drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Feb 27 19:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Feb 27 19:56 whoami.yml ./3.2/openapi/sources/security: total 20 drwxr-sr-x. 2 jenkins 1001020000 115 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Feb 27 19:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 488 Feb 27 19:56 devOpsBasic.yml -rw-r--r--. 1 jenkins 1001020000 554 Feb 27 19:56 devOpsBearer.yml -rw-r--r--. 1 jenkins 1001020000 710 Feb 27 19:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Feb 27 19:56 nginxBasic.yml ./3.2/slides: total 32 drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_10_25-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2022_10_24_eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2022_10_ditto-and-wot drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2023_01_ditto-in-30-min drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./3.2/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29040 Feb 27 19:56 index.html ./3.2/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34156 Feb 27 19:56 index.html ./3.2/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14249 Feb 27 19:56 index.html ./3.2/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15023 Feb 27 19:56 index.html ./3.2/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31939 Feb 27 19:56 index.html ./3.2/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15007 Feb 27 19:56 index.html ./3.2/slides/2020_10_19-eclipse-iot-wg-community-day: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16399 Feb 27 19:56 index.html ./3.2/slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 30836 Feb 27 19:56 index.html ./3.2/slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16519 Feb 27 19:56 index.html ./3.2/slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21875 Feb 27 19:56 index.html ./3.2/slides/2021_10_25-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14949 Feb 27 19:56 index.html ./3.2/slides/2022_10_24_eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13920 Feb 27 19:56 index.html ./3.2/slides/2022_10_ditto-and-wot: total 32 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 25651 Feb 27 19:56 index.html ./3.2/slides/2023_01_ditto-in-30-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 23383 Feb 27 19:56 index.html ./3.2/slides/bg-images: total 1344 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg -rw-r--r--. 1 jenkins 1001020000 478262 Feb 27 19:56 juan-davila-P8PlK2nGwqA-unsplash.jpg ./3.2/slides/images: total 808 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 267438 Feb 27 19:56 ditto-ui-screenshot.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Feb 27 19:56 wot.png ./3.2/wot: total 36 drwxr-sr-x. 2 jenkins 1001020000 118 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3764 Feb 27 19:56 ditto-extension.html -rw-r--r--. 1 jenkins 1001020000 1503 Feb 27 19:56 ditto-extension.jsonld -rw-r--r--. 1 jenkins 1001020000 2000 Feb 27 19:56 ditto-extension.rdf -rw-r--r--. 1 jenkins 1001020000 1513 Feb 27 19:56 ditto-extension.ttl ./3.3: total 21288 drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13320 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13338 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14401 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13879 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14338 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17565 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17379 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 14036 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 91218 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13862 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 14060 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26656 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14144 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14993 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14229 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13831 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29587 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13398 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13988 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13918 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14406 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17503 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13951 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15235 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 14066 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16570 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53460 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15797 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14606 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14439 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17803 Feb 27 19:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37434 Feb 27 19:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14230 Feb 27 19:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24476 Feb 27 19:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18371 Feb 27 19:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14506 Feb 27 19:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29372 Feb 27 19:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45157 Feb 27 19:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30539 Feb 27 19:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23299 Feb 27 19:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16839 Feb 27 19:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52115 Feb 27 19:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34341 Feb 27 19:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16670 Feb 27 19:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 18171 Feb 27 19:56 2021-09-29-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 29323 Feb 27 19:56 2021-11-03-oauth2.html -rw-r--r--. 1 jenkins 1001020000 15792 Feb 27 19:56 2021-11-22-release-announcement-220.html -rw-r--r--. 1 jenkins 1001020000 26831 Feb 27 19:56 2021-12-20-http-live-channel.html -rw-r--r--. 1 jenkins 1001020000 24753 Feb 27 19:56 2021-12-22-live-channel-condition.html -rw-r--r--. 1 jenkins 1001020000 17341 Feb 27 19:56 2022-01-21-release-announcement-230.html -rw-r--r--. 1 jenkins 1001020000 32858 Feb 27 19:56 2022-03-03-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 16511 Feb 27 19:56 2022-04-14-release-announcement-240.html -rw-r--r--. 1 jenkins 1001020000 17489 Feb 27 19:56 2022-07-12-reactive-mqtt.html -rw-r--r--. 1 jenkins 1001020000 17654 Feb 27 19:56 2022-09-28-release-announcement-300.html -rw-r--r--. 1 jenkins 1001020000 27423 Feb 27 19:56 2022-11-04-live-message-conditions.html -rw-r--r--. 1 jenkins 1001020000 15727 Feb 27 19:56 2022-12-16-release-announcement-310.html -rw-r--r--. 1 jenkins 1001020000 16090 Feb 27 19:56 2023-03-08-release-announcement-320.html -rw-r--r--. 1 jenkins 1001020000 16280 Feb 27 19:56 2023-06-23-release-announcement-330.html -rw-r--r--. 1 jenkins 1001020000 66102 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 76492 Feb 27 19:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 69481 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 69497 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 67933 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 67860 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 67963 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 68660 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 108040 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 69800 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 71270 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 72161 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 79557 Feb 27 19:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 109587 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 77062 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 71533 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 83335 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 86078 Feb 27 19:56 basic-history.html -rw-r--r--. 1 jenkins 1001020000 77028 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 115509 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 70239 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 70633 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 96149 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 112628 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 83437 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 78756 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 66919 Feb 27 19:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 68229 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 66624 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 67084 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 67037 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 69709 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 73726 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 187851 Feb 27 19:56 basic-wot-integration-example.html -rw-r--r--. 1 jenkins 1001020000 107768 Feb 27 19:56 basic-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 23768 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 22688 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 101001 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 69449 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 66478 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 67654 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 135639 Feb 27 19:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 85289 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 98990 Feb 27 19:56 connectivity-manage-connections-piggyback.html -rw-r--r--. 1 jenkins 1001020000 187097 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 67582 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 78589 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 84107 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 87792 Feb 27 19:56 connectivity-protocol-bindings-hono.html -rw-r--r--. 1 jenkins 1001020000 90815 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 92215 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 99338 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 98286 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 74770 Feb 27 19:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 75079 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 67131 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 68123 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 128656 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11718 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 73106 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 69239 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 71749 Feb 27 19:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 84574 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 70354 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 90597 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 16416 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 66827 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 75788 Feb 27 19:56 installation-extending.html -rw-r--r--. 1 jenkins 1001020000 171615 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 69305 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 68364 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 83764 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 69963 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 70875 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 67900 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 67444 Feb 27 19:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 67444 Feb 27 19:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 70364 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 70858 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 70038 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 71122 Feb 27 19:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 69850 Feb 27 19:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 73060 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 73432 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 71038 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 69750 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 69915 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 83063 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 69361 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 69318 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 69473 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 69561 Feb 27 19:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 69540 Feb 27 19:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 69348 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 69290 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 69461 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 69440 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 69342 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 69239 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 128983 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 75772 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 72303 Feb 27 19:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 72569 Feb 27 19:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 73168 Feb 27 19:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 71926 Feb 27 19:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 72040 Feb 27 19:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 73859 Feb 27 19:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 74103 Feb 27 19:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 70157 Feb 27 19:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 73045 Feb 27 19:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 71803 Feb 27 19:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 71567 Feb 27 19:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 75391 Feb 27 19:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 70367 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 70861 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 70041 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 71125 Feb 27 19:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 69853 Feb 27 19:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 73063 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 73435 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 72441 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 71041 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 69753 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 69727 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 80783 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 67877 Feb 27 19:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 70183 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 72612 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 68918 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 68595 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 68246 Feb 27 19:56 protocol-examples-policies-deleteimport.html -rw-r--r--. 1 jenkins 1001020000 68214 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 68131 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 68253 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 68234 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 110983 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 68706 Feb 27 19:56 protocol-examples-policies-modifyimport.html -rw-r--r--. 1 jenkins 1001020000 69485 Feb 27 19:56 protocol-examples-policies-modifyimports.html -rw-r--r--. 1 jenkins 1001020000 72720 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 70183 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 70383 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 68918 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 69251 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 68595 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 68924 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 68671 Feb 27 19:56 protocol-examples-policies-retrieveimport.html -rw-r--r--. 1 jenkins 1001020000 69484 Feb 27 19:56 protocol-examples-policies-retrieveimports.html -rw-r--r--. 1 jenkins 1001020000 71695 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 69842 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 71519 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 68917 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 69082 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 68594 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 68755 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 68722 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 68876 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 68585 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 69142 Feb 27 19:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 68490 Feb 27 19:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 69986 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 70155 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 69071 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 68411 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 68387 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 72557 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 72158 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 78942 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 67309 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 68576 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 69291 Feb 27 19:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 67871 Feb 27 19:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 67174 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 78911 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 68537 Feb 27 19:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 88998 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 75029 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 71198 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 84155 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 81693 Feb 27 19:56 protocol-specification-streaming-subscription.html -rw-r--r--. 1 jenkins 1001020000 118432 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 91840 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 71456 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 102383 Feb 27 19:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 90481 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 91094 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 81960 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 76996 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 68408 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 66585 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 69500 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 68981 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 69576 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 69197 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 70817 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 71003 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 70615 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 70525 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 72931 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 68669 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 68992 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 70971 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 69946 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 71718 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 74967 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 67404 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 68390 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 68883 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 67537 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 73548 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 67915 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 75379 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 72150 Feb 27 19:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 75641 Feb 27 19:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 66863 Feb 27 19:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 106063 Feb 27 19:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 68681 Feb 27 19:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 81748 Feb 27 19:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 69395 Feb 27 19:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 68660 Feb 27 19:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 67222 Feb 27 19:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 72731 Feb 27 19:56 release_notes_220.html -rw-r--r--. 1 jenkins 1001020000 68237 Feb 27 19:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 67007 Feb 27 19:56 release_notes_222.html -rw-r--r--. 1 jenkins 1001020000 73435 Feb 27 19:56 release_notes_230.html -rw-r--r--. 1 jenkins 1001020000 68710 Feb 27 19:56 release_notes_231.html -rw-r--r--. 1 jenkins 1001020000 68300 Feb 27 19:56 release_notes_232.html -rw-r--r--. 1 jenkins 1001020000 78340 Feb 27 19:56 release_notes_240.html -rw-r--r--. 1 jenkins 1001020000 67592 Feb 27 19:56 release_notes_241.html -rw-r--r--. 1 jenkins 1001020000 67151 Feb 27 19:56 release_notes_242.html -rw-r--r--. 1 jenkins 1001020000 98419 Feb 27 19:56 release_notes_300.html -rw-r--r--. 1 jenkins 1001020000 74206 Feb 27 19:56 release_notes_310.html -rw-r--r--. 1 jenkins 1001020000 68003 Feb 27 19:56 release_notes_311.html -rw-r--r--. 1 jenkins 1001020000 67832 Feb 27 19:56 release_notes_312.html -rw-r--r--. 1 jenkins 1001020000 75707 Feb 27 19:56 release_notes_320.html -rw-r--r--. 1 jenkins 1001020000 69218 Feb 27 19:56 release_notes_321.html -rw-r--r--. 1 jenkins 1001020000 76996 Feb 27 19:56 release_notes_330.html -rw-r--r--. 1 jenkins 1001020000 69911 Feb 27 19:56 release_notes_332.html -rw-r--r--. 1 jenkins 1001020000 69433 Feb 27 19:56 release_notes_333.html -rw-r--r--. 1 jenkins 1001020000 68832 Feb 27 19:56 release_notes_334.html -rw-r--r--. 1 jenkins 1001020000 69378 Feb 27 19:56 release_notes_335.html -rw-r--r--. 1 jenkins 1001020000 68740 Feb 27 19:56 release_notes_336.html -rw-r--r--. 1 jenkins 1001020000 69905 Feb 27 19:56 release_notes_337.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 71644 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 40118 Feb 27 19:56 search.json drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 74408 Feb 27 19:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 79175 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 104248 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 75407 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 87578 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 78368 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 74919 Feb 27 19:56 tag_history.html -rw-r--r--. 1 jenkins 1001020000 80780 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 75797 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 79452 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 73858 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 93432 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 87244 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 80667 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 76266 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 76739 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 74387 Feb 27 19:56 tag_troubleshooting.html -rw-r--r--. 1 jenkins 1001020000 75386 Feb 27 19:56 tag_wot.html -rw-r--r--. 1 jenkins 1001020000 69685 Feb 27 19:56 user-interface.html drwxr-sr-x. 2 jenkins 1001020000 118 Feb 27 19:56 wot ./3.3/css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 24527 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./3.3/docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./3.3/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./3.3/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./3.3/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./3.3/files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./3.3/images: total 724 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rwxr-xr-x. 1 jenkins 1001020000 92637 Feb 27 19:56 ditto-overview-1.png -rw-r--r--. 1 jenkins 1001020000 159156 Feb 27 19:56 ditto-overview-1.svg -rwxr-xr-x. 1 jenkins 1001020000 101022 Feb 27 19:56 ditto-super-1.png -rw-r--r--. 1 jenkins 1001020000 50244 Feb 27 19:56 ditto-super-1.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Feb 27 19:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 pages ./3.3/images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Feb 27 19:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Feb 27 19:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./3.3/images/pages: total 8 drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 advanced drwxr-sr-x. 2 jenkins 1001020000 114 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol drwxr-sr-x. 2 jenkins 1001020000 120 Feb 27 19:56 ui ./3.3/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Feb 27 19:56 data-by-pass-architectural-design.jpg ./3.3/images/pages/architecture: total 84 drwxr-sr-x. 2 jenkins 1001020000 114 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png -rwxr-xr-x. 1 jenkins 1001020000 22188 Feb 27 19:56 ditto-architecture-overview-2022.png ./3.3/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./3.3/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./3.3/images/pages/ui: total 620 drwxr-sr-x. 2 jenkins 1001020000 120 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 130101 Feb 27 19:56 screenshot_add_environment.png -rw-r--r--. 1 jenkins 1001020000 482983 Feb 27 19:56 screenshot_introduction.png -rw-r--r--. 1 jenkins 1001020000 20244 Feb 27 19:56 screenshot_select_environment.png ./3.3/js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3315 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./3.3/jsonschema: total 164 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40424 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1756 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1508 Feb 27 19:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 9439 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Feb 27 19:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 4778 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 3190 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 1259 Feb 27 19:56 protocol-streaming-subscription-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 333 Feb 27 19:56 protocol-streaming-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 453 Feb 27 19:56 protocol-streaming-subscription-next-payload.json -rw-r--r--. 1 jenkins 1001020000 468 Feb 27 19:56 protocol-streaming-subscription-request-payload.json -rw-r--r--. 1 jenkins 1001020000 703 Feb 27 19:56 protocol-streaming-subscription-subscribe-for-persisted-events-payload.json -rw-r--r--. 1 jenkins 1001020000 5180 Feb 27 19:56 thing_v2.json ./3.3/openapi: total 452 drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 437595 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 703 Feb 27 19:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 sources ./3.3/openapi/sources: total 68 drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16484 Feb 27 19:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Feb 27 19:56 package.json -rw-r--r--. 1 jenkins 1001020000 31379 Feb 27 19:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 parameters drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 requests drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 responses drwxr-sr-x. 13 jenkins 1001020000 4096 Feb 27 19:56 schemas drwxr-sr-x. 2 jenkins 1001020000 115 Feb 27 19:56 security ./3.3/openapi/sources/parameters: total 192 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Feb 27 19:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Feb 27 19:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Feb 27 19:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 955 Feb 27 19:56 channelParamPutDescription.yml -rw-r--r--. 1 jenkins 1001020000 842 Feb 27 19:56 channelParam.yml -rw-r--r--. 1 jenkins 1001020000 1412 Feb 27 19:56 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 1408 Feb 27 19:56 connectionFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 connectionIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 646 Feb 27 19:56 deleteMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Feb 27 19:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Feb 27 19:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Feb 27 19:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Feb 27 19:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 644 Feb 27 19:56 getMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 842 Feb 27 19:56 ifEqualHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Feb 27 19:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Feb 27 19:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Feb 27 19:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 764 Feb 27 19:56 importedPolicyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 507 Feb 27 19:56 instanceIndexParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Feb 27 19:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 837 Feb 27 19:56 liveChannelConditionParam.yml -rw-r--r--. 1 jenkins 1001020000 648 Feb 27 19:56 liveChannelTimeoutStrategyParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Feb 27 19:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 512 Feb 27 19:56 loggingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Feb 27 19:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Feb 27 19:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 508 Feb 27 19:56 moduleNamePathParam.yml -rw-r--r--. 1 jenkins 1001020000 525 Feb 27 19:56 namePodParam.yml -rw-r--r--. 1 jenkins 1001020000 580 Feb 27 19:56 namespaceParameter.yml -rw-r--r--. 1 jenkins 1001020000 716 Feb 27 19:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 599 Feb 27 19:56 pathParam.yml -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 policyFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 747 Feb 27 19:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Feb 27 19:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Feb 27 19:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Feb 27 19:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Feb 27 19:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Feb 27 19:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2342 Feb 27 19:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 19:56 serviceNameParam.yml -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Feb 27 19:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Feb 27 19:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Feb 27 19:56 timeoutParam.yml ./3.3/openapi/sources/paths: total 4 drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 43 Feb 27 19:56 config drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 connections drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 47 Feb 27 19:56 logging drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 messages drwxr-sr-x. 2 jenkins 1001020000 75 Feb 27 19:56 piggyback drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 whoami ./3.3/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Feb 27 19:56 cloudevents.yml ./3.3/openapi/sources/paths/config: total 8 drwxr-sr-x. 2 jenkins 1001020000 43 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1225 Feb 27 19:56 config.yml -rw-r--r--. 1 jenkins 1001020000 3513 Feb 27 19:56 podName.yml ./3.3/openapi/sources/paths/connections: total 32 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2207 Feb 27 19:56 command.yml -rw-r--r--. 1 jenkins 1001020000 5884 Feb 27 19:56 connectionId.yml -rw-r--r--. 1 jenkins 1001020000 5671 Feb 27 19:56 connections.yml -rw-r--r--. 1 jenkins 1001020000 2125 Feb 27 19:56 logs.yml -rw-r--r--. 1 jenkins 1001020000 1845 Feb 27 19:56 metrics.yml -rw-r--r--. 1 jenkins 1001020000 1841 Feb 27 19:56 status.yml ./3.3/openapi/sources/paths/features: total 112 drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13067 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 13815 Feb 27 19:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 13199 Feb 27 19:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 14558 Feb 27 19:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 15779 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 13588 Feb 27 19:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 12953 Feb 27 19:56 property.yml ./3.3/openapi/sources/paths/logging: total 8 drwxr-sr-x. 2 jenkins 1001020000 47 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1918 Feb 27 19:56 logging.yml -rw-r--r--. 1 jenkins 1001020000 2065 Feb 27 19:56 moduleName.yml ./3.3/openapi/sources/paths/messages: total 32 drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4118 Feb 27 19:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3999 Feb 27 19:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Feb 27 19:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4535 Feb 27 19:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3860 Feb 27 19:56 outbox-message.yml ./3.3/openapi/sources/paths/piggyback: total 12 drwxr-sr-x. 2 jenkins 1001020000 75 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2243 Feb 27 19:56 instanceIndex.yml -rw-r--r--. 1 jenkins 1001020000 3792 Feb 27 19:56 piggyback.yml -rw-r--r--. 1 jenkins 1001020000 2617 Feb 27 19:56 serviceName.yml ./3.3/openapi/sources/paths/policies: total 112 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Feb 27 19:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Feb 27 19:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Feb 27 19:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Feb 27 19:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6179 Feb 27 19:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 10015 Feb 27 19:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 6115 Feb 27 19:56 imports.yml -rw-r--r--. 1 jenkins 1001020000 9700 Feb 27 19:56 import.yml -rw-r--r--. 1 jenkins 1001020000 11669 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6212 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8530 Feb 27 19:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5812 Feb 27 19:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8595 Feb 27 19:56 subject.yml ./3.3/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Feb 27 19:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Feb 27 19:56 things.yml ./3.3/openapi/sources/paths/things: total 92 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12643 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 12627 Feb 27 19:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 12517 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6898 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 8959 Feb 27 19:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 20949 Feb 27 19:56 thing.yml ./3.3/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Feb 27 19:56 index.yml ./3.3/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 808 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Feb 27 19:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Feb 27 19:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 value.yml ./3.3/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 actions ./3.3/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 875 Feb 27 19:56 activateTokenIntegration.yml ./3.3/openapi/sources/responses: total 32 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Feb 27 19:56 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 19:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 574 Feb 27 19:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 19:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 preconditionFailed.yml -rw-r--r--. 1 jenkins 1001020000 559 Feb 27 19:56 successUpdateLogLevelSinglePod.yml -rw-r--r--. 1 jenkins 1001020000 596 Feb 27 19:56 successUpdateLogLevel.yml ./3.3/openapi/sources/schemas: total 20 drwxr-sr-x. 13 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 acknowledgements drwxr-sr-x. 2 jenkins 1001020000 175 Feb 27 19:56 config drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 connections drwxr-sr-x. 2 jenkins 1001020000 80 Feb 27 19:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 logging drwxr-sr-x. 2 jenkins 1001020000 97 Feb 27 19:56 piggyback drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 whoami -rw-r--r--. 1 jenkins 1001020000 3662 Feb 27 19:56 wot-thingDescription.yml ./3.3/openapi/sources/schemas/acknowledgements: total 12 drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 595 Feb 27 19:56 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Feb 27 19:56 acknowledgement.yml ./3.3/openapi/sources/schemas/config: total 28 drwxr-sr-x. 2 jenkins 1001020000 175 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 486 Feb 27 19:56 moduleConfigService.yml -rw-r--r--. 1 jenkins 1001020000 474 Feb 27 19:56 moduleConfig.yml -rw-r--r--. 1 jenkins 1001020000 1159 Feb 27 19:56 resultConfigService.yml -rw-r--r--. 1 jenkins 1001020000 1025 Feb 27 19:56 resultConfig.yml -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 retrieveConfigService.yml -rw-r--r--. 1 jenkins 1001020000 457 Feb 27 19:56 retrieveConfig.yml ./3.3/openapi/sources/schemas/connections: total 120 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1130 Feb 27 19:56 connectionLogs.yml -rw-r--r--. 1 jenkins 1001020000 914 Feb 27 19:56 connectionMetrics.yml -rw-r--r--. 1 jenkins 1001020000 1590 Feb 27 19:56 connectionStatus.yml -rw-r--r--. 1 jenkins 1001020000 526 Feb 27 19:56 connectionType.yml -rw-r--r--. 1 jenkins 1001020000 563 Feb 27 19:56 connection.yml -rw-r--r--. 1 jenkins 1001020000 522 Feb 27 19:56 connectivityStatus.yml -rw-r--r--. 1 jenkins 1001020000 1075 Feb 27 19:56 inboundMetrics.yml -rw-r--r--. 1 jenkins 1001020000 526 Feb 27 19:56 logCategory.yml -rw-r--r--. 1 jenkins 1001020000 1297 Feb 27 19:56 logEntry.yml -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 logLevel.yml -rw-r--r--. 1 jenkins 1001020000 610 Feb 27 19:56 logType.yml -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 mappingContext.yml -rw-r--r--. 1 jenkins 1001020000 1547 Feb 27 19:56 newConnection.yml -rw-r--r--. 1 jenkins 1001020000 1313 Feb 27 19:56 outboundMetrics.yml -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 overallConnectionMetrics.yml -rw-r--r--. 1 jenkins 1001020000 624 Feb 27 19:56 payloadMappingDefinitions.yml -rw-r--r--. 1 jenkins 1001020000 3310 Feb 27 19:56 payloadMappingDefinition.yml -rw-r--r--. 1 jenkins 1001020000 1125 Feb 27 19:56 resourceStatus.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 singleMetric.yml -rw-r--r--. 1 jenkins 1001020000 670 Feb 27 19:56 sourceMetrics.yml -rw-r--r--. 1 jenkins 1001020000 556 Feb 27 19:56 sources.yml -rw-r--r--. 1 jenkins 1001020000 6935 Feb 27 19:56 source.yml -rw-r--r--. 1 jenkins 1001020000 2908 Feb 27 19:56 sshTunnel.yml -rw-r--r--. 1 jenkins 1001020000 675 Feb 27 19:56 targetMetrics.yml -rw-r--r--. 1 jenkins 1001020000 546 Feb 27 19:56 targets.yml -rw-r--r--. 1 jenkins 1001020000 3329 Feb 27 19:56 target.yml -rw-r--r--. 1 jenkins 1001020000 784 Feb 27 19:56 typedMetric.yml ./3.3/openapi/sources/schemas/errors: total 16 drwxr-sr-x. 2 jenkins 1001020000 80 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Feb 27 19:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Feb 27 19:56 error.yml -rw-r--r--. 1 jenkins 1001020000 453 Feb 27 19:56 textUnauthorizeError.yml ./3.3/openapi/sources/schemas/features: total 24 drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Feb 27 19:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Feb 27 19:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 feature.yml ./3.3/openapi/sources/schemas/logging: total 36 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 loggingUpdateFields.yml -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 moduleUpdatedLogLevel.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 module.yml -rw-r--r--. 1 jenkins 1001020000 890 Feb 27 19:56 resultLoggingConfig.yml -rw-r--r--. 1 jenkins 1001020000 682 Feb 27 19:56 resultUpdateRequest.yml -rw-r--r--. 1 jenkins 1001020000 438 Feb 27 19:56 retrieveLoggingConfig.yml -rw-r--r--. 1 jenkins 1001020000 860 Feb 27 19:56 updatedLogLevel.yml ./3.3/openapi/sources/schemas/piggyback: total 12 drwxr-sr-x. 2 jenkins 1001020000 97 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 701 Feb 27 19:56 basePiggybackCommandRequestSchema.yml -rw-r--r--. 1 jenkins 1001020000 701 Feb 27 19:56 piggybackManagingBackgroundCleanup.yml ./3.3/openapi/sources/schemas/policies: total 60 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1027 Feb 27 19:56 importable.yml -rw-r--r--. 1 jenkins 1001020000 527 Feb 27 19:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Feb 27 19:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Feb 27 19:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 637 Feb 27 19:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 791 Feb 27 19:56 policyImports.yml -rw-r--r--. 1 jenkins 1001020000 981 Feb 27 19:56 policyImport.yml -rw-r--r--. 1 jenkins 1001020000 669 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 2019 Feb 27 19:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Feb 27 19:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Feb 27 19:56 subjects.yml ./3.3/openapi/sources/schemas/search: total 8 drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Feb 27 19:56 searchResultThings.yml ./3.3/openapi/sources/schemas/things: total 24 drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Feb 27 19:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Feb 27 19:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Feb 27 19:56 thing.yml ./3.3/openapi/sources/schemas/whoami: total 12 drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Feb 27 19:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Feb 27 19:56 whoami.yml ./3.3/openapi/sources/security: total 20 drwxr-sr-x. 2 jenkins 1001020000 115 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Feb 27 19:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 488 Feb 27 19:56 devOpsBasic.yml -rw-r--r--. 1 jenkins 1001020000 554 Feb 27 19:56 devOpsBearer.yml -rw-r--r--. 1 jenkins 1001020000 710 Feb 27 19:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Feb 27 19:56 nginxBasic.yml ./3.3/slides: total 32 drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_10_25-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2022_10_24_eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2022_10_ditto-and-wot drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2023_01_ditto-in-30-min drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./3.3/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29040 Feb 27 19:56 index.html ./3.3/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34156 Feb 27 19:56 index.html ./3.3/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14249 Feb 27 19:56 index.html ./3.3/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15023 Feb 27 19:56 index.html ./3.3/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31939 Feb 27 19:56 index.html ./3.3/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15007 Feb 27 19:56 index.html ./3.3/slides/2020_10_19-eclipse-iot-wg-community-day: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16399 Feb 27 19:56 index.html ./3.3/slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 30836 Feb 27 19:56 index.html ./3.3/slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16519 Feb 27 19:56 index.html ./3.3/slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21875 Feb 27 19:56 index.html ./3.3/slides/2021_10_25-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14949 Feb 27 19:56 index.html ./3.3/slides/2022_10_24_eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13920 Feb 27 19:56 index.html ./3.3/slides/2022_10_ditto-and-wot: total 32 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 25651 Feb 27 19:56 index.html ./3.3/slides/2023_01_ditto-in-30-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 23383 Feb 27 19:56 index.html ./3.3/slides/bg-images: total 1344 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg -rw-r--r--. 1 jenkins 1001020000 478262 Feb 27 19:56 juan-davila-P8PlK2nGwqA-unsplash.jpg ./3.3/slides/images: total 808 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 267438 Feb 27 19:56 ditto-ui-screenshot.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Feb 27 19:56 wot.png ./3.3/wot: total 36 drwxr-sr-x. 2 jenkins 1001020000 118 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3764 Feb 27 19:56 ditto-extension.html -rw-r--r--. 1 jenkins 1001020000 1503 Feb 27 19:56 ditto-extension.jsonld -rw-r--r--. 1 jenkins 1001020000 2000 Feb 27 19:56 ditto-extension.rdf -rw-r--r--. 1 jenkins 1001020000 1513 Feb 27 19:56 ditto-extension.ttl ./3.4: total 22024 drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13320 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13338 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14401 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13879 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14338 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17565 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17379 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 14036 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 91218 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13862 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 14060 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26656 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14144 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14993 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14229 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13831 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29587 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13398 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13988 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13918 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14406 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17504 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13951 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15235 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 14066 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16570 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53460 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15797 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14606 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14439 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17803 Feb 27 19:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37434 Feb 27 19:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14230 Feb 27 19:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24476 Feb 27 19:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18371 Feb 27 19:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14506 Feb 27 19:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29372 Feb 27 19:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45157 Feb 27 19:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30539 Feb 27 19:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23299 Feb 27 19:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16840 Feb 27 19:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52115 Feb 27 19:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34341 Feb 27 19:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16670 Feb 27 19:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 18171 Feb 27 19:56 2021-09-29-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 29323 Feb 27 19:56 2021-11-03-oauth2.html -rw-r--r--. 1 jenkins 1001020000 15792 Feb 27 19:56 2021-11-22-release-announcement-220.html -rw-r--r--. 1 jenkins 1001020000 26831 Feb 27 19:56 2021-12-20-http-live-channel.html -rw-r--r--. 1 jenkins 1001020000 24753 Feb 27 19:56 2021-12-22-live-channel-condition.html -rw-r--r--. 1 jenkins 1001020000 17341 Feb 27 19:56 2022-01-21-release-announcement-230.html -rw-r--r--. 1 jenkins 1001020000 32858 Feb 27 19:56 2022-03-03-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 16511 Feb 27 19:56 2022-04-14-release-announcement-240.html -rw-r--r--. 1 jenkins 1001020000 17489 Feb 27 19:56 2022-07-12-reactive-mqtt.html -rw-r--r--. 1 jenkins 1001020000 17654 Feb 27 19:56 2022-09-28-release-announcement-300.html -rw-r--r--. 1 jenkins 1001020000 27423 Feb 27 19:56 2022-11-04-live-message-conditions.html -rw-r--r--. 1 jenkins 1001020000 15727 Feb 27 19:56 2022-12-16-release-announcement-310.html -rw-r--r--. 1 jenkins 1001020000 16090 Feb 27 19:56 2023-03-08-release-announcement-320.html -rw-r--r--. 1 jenkins 1001020000 16280 Feb 27 19:56 2023-06-23-release-announcement-330.html -rw-r--r--. 1 jenkins 1001020000 54413 Feb 27 19:56 2023-10-09-ditto-benchmark.html -rw-r--r--. 1 jenkins 1001020000 17392 Feb 27 19:56 2023-10-17-release-announcement-340.html -rw-r--r--. 1 jenkins 1001020000 66998 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 77388 Feb 27 19:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 70391 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 70400 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 68829 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 68763 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 68866 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 69556 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 108936 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 70696 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 72166 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 73057 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 80453 Feb 27 19:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 110483 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 77958 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 72429 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 84231 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 86974 Feb 27 19:56 basic-history.html -rw-r--r--. 1 jenkins 1001020000 77924 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 116405 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 71135 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 71529 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 99787 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 113524 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 84333 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 79652 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 67815 Feb 27 19:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 69125 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 67520 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 67980 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 67933 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 70605 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 74622 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 188747 Feb 27 19:56 basic-wot-integration-example.html -rw-r--r--. 1 jenkins 1001020000 108664 Feb 27 19:56 basic-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 24160 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 22559 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 102111 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 70345 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 67374 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 68550 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 136535 Feb 27 19:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 86185 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 99886 Feb 27 19:56 connectivity-manage-connections-piggyback.html -rw-r--r--. 1 jenkins 1001020000 188150 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 68478 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 79485 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 85003 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 90230 Feb 27 19:56 connectivity-protocol-bindings-hono.html -rw-r--r--. 1 jenkins 1001020000 91711 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 93111 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 100641 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 99182 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 75666 Feb 27 19:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 75975 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 68027 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 69019 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 130517 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11715 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 74002 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 70135 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 72645 Feb 27 19:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 85470 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 74192 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 93278 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 16416 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 67723 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 76687 Feb 27 19:56 installation-extending.html -rw-r--r--. 1 jenkins 1001020000 172761 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 74655 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 69260 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 84660 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 70859 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 71771 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 68796 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 68340 Feb 27 19:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 68340 Feb 27 19:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 71260 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 71754 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 70934 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 72018 Feb 27 19:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 70746 Feb 27 19:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 73956 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 74328 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 71934 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 70646 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 70811 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 83959 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 70257 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 70214 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 70369 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 70457 Feb 27 19:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 70436 Feb 27 19:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 70244 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 70186 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 70357 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 70336 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 70238 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 70135 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 129879 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 76668 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 73199 Feb 27 19:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 73465 Feb 27 19:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 74064 Feb 27 19:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 72822 Feb 27 19:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 72936 Feb 27 19:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 74755 Feb 27 19:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 74999 Feb 27 19:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 71053 Feb 27 19:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 73941 Feb 27 19:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 72699 Feb 27 19:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 72463 Feb 27 19:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 76287 Feb 27 19:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 71263 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 71757 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 70937 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 72021 Feb 27 19:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 70749 Feb 27 19:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 73959 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 74331 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 73337 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 71937 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 70649 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 70623 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 81679 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 68773 Feb 27 19:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 71079 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 73508 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 69814 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 69491 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 69142 Feb 27 19:56 protocol-examples-policies-deleteimport.html -rw-r--r--. 1 jenkins 1001020000 69110 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 69027 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 69149 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 69130 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 111879 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 69602 Feb 27 19:56 protocol-examples-policies-modifyimport.html -rw-r--r--. 1 jenkins 1001020000 70381 Feb 27 19:56 protocol-examples-policies-modifyimports.html -rw-r--r--. 1 jenkins 1001020000 73616 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 71079 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 71279 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 69814 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 70147 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 69491 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 69820 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 69567 Feb 27 19:56 protocol-examples-policies-retrieveimport.html -rw-r--r--. 1 jenkins 1001020000 70380 Feb 27 19:56 protocol-examples-policies-retrieveimports.html -rw-r--r--. 1 jenkins 1001020000 72591 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 70738 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 72415 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 69813 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 69978 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 69490 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 69651 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 69618 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 69772 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 69481 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 70038 Feb 27 19:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 69386 Feb 27 19:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 70882 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 71051 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 69967 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 69307 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 69283 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 73453 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 73054 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 79838 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 68205 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 69472 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 70187 Feb 27 19:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 68767 Feb 27 19:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 68070 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 79835 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 69433 Feb 27 19:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 89894 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 75925 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 72094 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 85051 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 82589 Feb 27 19:56 protocol-specification-streaming-subscription.html -rw-r--r--. 1 jenkins 1001020000 119328 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 92736 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 72352 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 103279 Feb 27 19:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 91377 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 91990 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 82856 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 77892 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 69304 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 67481 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 70396 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 69877 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 70472 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 70093 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 71713 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 71899 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 71511 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 71421 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 73827 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 69565 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 69888 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 71867 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 70842 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 72614 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 75863 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 68300 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 69286 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 69779 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 68433 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 74444 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 68811 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 76279 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 73046 Feb 27 19:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 76537 Feb 27 19:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 67759 Feb 27 19:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 106960 Feb 27 19:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 69577 Feb 27 19:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 82644 Feb 27 19:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 70291 Feb 27 19:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 69559 Feb 27 19:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 68118 Feb 27 19:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 73627 Feb 27 19:56 release_notes_220.html -rw-r--r--. 1 jenkins 1001020000 69133 Feb 27 19:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 67903 Feb 27 19:56 release_notes_222.html -rw-r--r--. 1 jenkins 1001020000 74333 Feb 27 19:56 release_notes_230.html -rw-r--r--. 1 jenkins 1001020000 69606 Feb 27 19:56 release_notes_231.html -rw-r--r--. 1 jenkins 1001020000 69196 Feb 27 19:56 release_notes_232.html -rw-r--r--. 1 jenkins 1001020000 79236 Feb 27 19:56 release_notes_240.html -rw-r--r--. 1 jenkins 1001020000 68488 Feb 27 19:56 release_notes_241.html -rw-r--r--. 1 jenkins 1001020000 68047 Feb 27 19:56 release_notes_242.html -rw-r--r--. 1 jenkins 1001020000 99315 Feb 27 19:56 release_notes_300.html -rw-r--r--. 1 jenkins 1001020000 75102 Feb 27 19:56 release_notes_310.html -rw-r--r--. 1 jenkins 1001020000 68899 Feb 27 19:56 release_notes_311.html -rw-r--r--. 1 jenkins 1001020000 68728 Feb 27 19:56 release_notes_312.html -rw-r--r--. 1 jenkins 1001020000 76603 Feb 27 19:56 release_notes_320.html -rw-r--r--. 1 jenkins 1001020000 70114 Feb 27 19:56 release_notes_321.html -rw-r--r--. 1 jenkins 1001020000 77892 Feb 27 19:56 release_notes_330.html -rw-r--r--. 1 jenkins 1001020000 70810 Feb 27 19:56 release_notes_332.html -rw-r--r--. 1 jenkins 1001020000 70329 Feb 27 19:56 release_notes_333.html -rw-r--r--. 1 jenkins 1001020000 69728 Feb 27 19:56 release_notes_334.html -rw-r--r--. 1 jenkins 1001020000 70274 Feb 27 19:56 release_notes_335.html -rw-r--r--. 1 jenkins 1001020000 69636 Feb 27 19:56 release_notes_336.html -rw-r--r--. 1 jenkins 1001020000 70857 Feb 27 19:56 release_notes_337.html -rw-r--r--. 1 jenkins 1001020000 87057 Feb 27 19:56 release_notes_340.html -rw-r--r--. 1 jenkins 1001020000 71657 Feb 27 19:56 release_notes_341.html -rw-r--r--. 1 jenkins 1001020000 70939 Feb 27 19:56 release_notes_342.html -rw-r--r--. 1 jenkins 1001020000 68730 Feb 27 19:56 release_notes_343.html -rw-r--r--. 1 jenkins 1001020000 68922 Feb 27 19:56 release_notes_344.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 72540 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 41567 Feb 27 19:56 search.json drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 75496 Feb 27 19:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 80263 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 106340 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 76495 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 88655 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 79457 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 76007 Feb 27 19:56 tag_history.html -rw-r--r--. 1 jenkins 1001020000 81863 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 76886 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 80540 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 74946 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 94520 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 89557 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 81750 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 77349 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 77827 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 75475 Feb 27 19:56 tag_troubleshooting.html -rw-r--r--. 1 jenkins 1001020000 76474 Feb 27 19:56 tag_wot.html -rw-r--r--. 1 jenkins 1001020000 70581 Feb 27 19:56 user-interface.html drwxr-sr-x. 2 jenkins 1001020000 118 Feb 27 19:56 wot ./3.4/css: total 88 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 24527 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./3.4/docson: total 84 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./3.4/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./3.4/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./3.4/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./3.4/files: total 36 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./3.4/images: total 728 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 3 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rwxr-xr-x. 1 jenkins 1001020000 92637 Feb 27 19:56 ditto-overview-1.png -rw-r--r--. 1 jenkins 1001020000 159156 Feb 27 19:56 ditto-overview-1.svg -rwxr-xr-x. 1 jenkins 1001020000 101022 Feb 27 19:56 ditto-super-1.png -rw-r--r--. 1 jenkins 1001020000 50244 Feb 27 19:56 ditto-super-1.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Feb 27 19:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 pages ./3.4/images/blog: total 576 drwxr-sr-x. 3 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Feb 27 19:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Feb 27 19:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 benchmark ./3.4/images/blog/benchmark: total 4 drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 device-live-messages-scenario drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 modify-things-scenario drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 read-things-scenario drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 search-things-scenario ./3.4/images/blog/benchmark/device-live-messages-scenario: total 0 drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 800 ./3.4/images/blog/benchmark/device-live-messages-scenario/800: total 120 drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 50994 Feb 27 19:56 gateway.png -rw-r--r--. 1 jenkins 1001020000 68708 Feb 27 19:56 gc.png ./3.4/images/blog/benchmark/modify-things-scenario: total 0 drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 26 Feb 27 19:56 800 ./3.4/images/blog/benchmark/modify-things-scenario/800: total 28 drwxr-sr-x. 2 jenkins 1001020000 26 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 26101 Feb 27 19:56 outbound.png ./3.4/images/blog/benchmark/read-things-scenario: total 0 drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 3000 ./3.4/images/blog/benchmark/read-things-scenario/3000: total 108 drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 65994 Feb 27 19:56 gateway.png -rw-r--r--. 1 jenkins 1001020000 40135 Feb 27 19:56 gc.png ./3.4/images/blog/benchmark/search-things-scenario: total 0 drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 1800 ./3.4/images/blog/benchmark/search-things-scenario/1800: total 124 drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 59170 Feb 27 19:56 gateway.png -rw-r--r--. 1 jenkins 1001020000 64539 Feb 27 19:56 gc.png ./3.4/images/pages: total 8 drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 advanced drwxr-sr-x. 2 jenkins 1001020000 114 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol drwxr-sr-x. 2 jenkins 1001020000 120 Feb 27 19:56 ui ./3.4/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Feb 27 19:56 data-by-pass-architectural-design.jpg ./3.4/images/pages/architecture: total 84 drwxr-sr-x. 2 jenkins 1001020000 114 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png -rwxr-xr-x. 1 jenkins 1001020000 22188 Feb 27 19:56 ditto-architecture-overview-2022.png ./3.4/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./3.4/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./3.4/images/pages/ui: total 620 drwxr-sr-x. 2 jenkins 1001020000 120 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 130101 Feb 27 19:56 screenshot_add_environment.png -rw-r--r--. 1 jenkins 1001020000 482983 Feb 27 19:56 screenshot_introduction.png -rw-r--r--. 1 jenkins 1001020000 20244 Feb 27 19:56 screenshot_select_environment.png ./3.4/js: total 32 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3315 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./3.4/jsonschema: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40425 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1756 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1508 Feb 27 19:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1339 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 9439 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Feb 27 19:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 5092 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 3190 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 1259 Feb 27 19:56 protocol-streaming-subscription-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 333 Feb 27 19:56 protocol-streaming-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 453 Feb 27 19:56 protocol-streaming-subscription-next-payload.json -rw-r--r--. 1 jenkins 1001020000 468 Feb 27 19:56 protocol-streaming-subscription-request-payload.json -rw-r--r--. 1 jenkins 1001020000 703 Feb 27 19:56 protocol-streaming-subscription-subscribe-for-persisted-events-payload.json -rw-r--r--. 1 jenkins 1001020000 5180 Feb 27 19:56 thing_v2.json ./3.4/openapi: total 472 drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 452336 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 703 Feb 27 19:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 sources ./3.4/openapi/sources: total 68 drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16484 Feb 27 19:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Feb 27 19:56 package.json -rw-r--r--. 1 jenkins 1001020000 31379 Feb 27 19:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 parameters drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 requests drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 responses drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 schemas drwxr-sr-x. 2 jenkins 1001020000 115 Feb 27 19:56 security ./3.4/openapi/sources/parameters: total 192 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Feb 27 19:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Feb 27 19:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Feb 27 19:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 955 Feb 27 19:56 channelParamPutDescription.yml -rw-r--r--. 1 jenkins 1001020000 842 Feb 27 19:56 channelParam.yml -rw-r--r--. 1 jenkins 1001020000 1412 Feb 27 19:56 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 1408 Feb 27 19:56 connectionFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 connectionIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 646 Feb 27 19:56 deleteMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Feb 27 19:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Feb 27 19:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Feb 27 19:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Feb 27 19:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 644 Feb 27 19:56 getMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 1216 Feb 27 19:56 ifEqualHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Feb 27 19:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Feb 27 19:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Feb 27 19:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 764 Feb 27 19:56 importedPolicyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 507 Feb 27 19:56 instanceIndexParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Feb 27 19:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 837 Feb 27 19:56 liveChannelConditionParam.yml -rw-r--r--. 1 jenkins 1001020000 648 Feb 27 19:56 liveChannelTimeoutStrategyParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Feb 27 19:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 512 Feb 27 19:56 loggingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Feb 27 19:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Feb 27 19:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 508 Feb 27 19:56 moduleNamePathParam.yml -rw-r--r--. 1 jenkins 1001020000 525 Feb 27 19:56 namePodParam.yml -rw-r--r--. 1 jenkins 1001020000 580 Feb 27 19:56 namespaceParameter.yml -rw-r--r--. 1 jenkins 1001020000 716 Feb 27 19:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 599 Feb 27 19:56 pathParam.yml -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 policyFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 747 Feb 27 19:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Feb 27 19:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Feb 27 19:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Feb 27 19:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Feb 27 19:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Feb 27 19:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2342 Feb 27 19:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 19:56 serviceNameParam.yml -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Feb 27 19:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Feb 27 19:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Feb 27 19:56 timeoutParam.yml ./3.4/openapi/sources/paths: total 4 drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 43 Feb 27 19:56 config drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 connections drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 47 Feb 27 19:56 logging drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 messages drwxr-sr-x. 2 jenkins 1001020000 75 Feb 27 19:56 piggyback drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 whoami ./3.4/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Feb 27 19:56 cloudevents.yml ./3.4/openapi/sources/paths/config: total 8 drwxr-sr-x. 2 jenkins 1001020000 43 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1225 Feb 27 19:56 config.yml -rw-r--r--. 1 jenkins 1001020000 3513 Feb 27 19:56 podName.yml ./3.4/openapi/sources/paths/connections: total 32 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2207 Feb 27 19:56 command.yml -rw-r--r--. 1 jenkins 1001020000 5884 Feb 27 19:56 connectionId.yml -rw-r--r--. 1 jenkins 1001020000 5671 Feb 27 19:56 connections.yml -rw-r--r--. 1 jenkins 1001020000 2125 Feb 27 19:56 logs.yml -rw-r--r--. 1 jenkins 1001020000 1845 Feb 27 19:56 metrics.yml -rw-r--r--. 1 jenkins 1001020000 1841 Feb 27 19:56 status.yml ./3.4/openapi/sources/paths/features: total 112 drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13067 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 13815 Feb 27 19:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 13199 Feb 27 19:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 14558 Feb 27 19:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 15779 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 13588 Feb 27 19:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 12953 Feb 27 19:56 property.yml ./3.4/openapi/sources/paths/logging: total 8 drwxr-sr-x. 2 jenkins 1001020000 47 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1930 Feb 27 19:56 logging.yml -rw-r--r--. 1 jenkins 1001020000 2077 Feb 27 19:56 moduleName.yml ./3.4/openapi/sources/paths/messages: total 32 drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4118 Feb 27 19:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3999 Feb 27 19:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Feb 27 19:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4535 Feb 27 19:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3860 Feb 27 19:56 outbox-message.yml ./3.4/openapi/sources/paths/piggyback: total 12 drwxr-sr-x. 2 jenkins 1001020000 75 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2243 Feb 27 19:56 instanceIndex.yml -rw-r--r--. 1 jenkins 1001020000 3793 Feb 27 19:56 piggyback.yml -rw-r--r--. 1 jenkins 1001020000 2617 Feb 27 19:56 serviceName.yml ./3.4/openapi/sources/paths/policies: total 112 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Feb 27 19:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Feb 27 19:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Feb 27 19:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Feb 27 19:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6179 Feb 27 19:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 10015 Feb 27 19:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 6115 Feb 27 19:56 imports.yml -rw-r--r--. 1 jenkins 1001020000 9700 Feb 27 19:56 import.yml -rw-r--r--. 1 jenkins 1001020000 11669 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6212 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8530 Feb 27 19:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5812 Feb 27 19:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8595 Feb 27 19:56 subject.yml ./3.4/openapi/sources/paths/search: total 16 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4474 Feb 27 19:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 7201 Feb 27 19:56 things.yml ./3.4/openapi/sources/paths/things: total 92 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12643 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 12627 Feb 27 19:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 12517 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6898 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 8959 Feb 27 19:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 20949 Feb 27 19:56 thing.yml ./3.4/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Feb 27 19:56 index.yml ./3.4/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 808 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Feb 27 19:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Feb 27 19:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 value.yml ./3.4/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 actions ./3.4/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 875 Feb 27 19:56 activateTokenIntegration.yml ./3.4/openapi/sources/responses: total 32 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Feb 27 19:56 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 19:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 574 Feb 27 19:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 19:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 preconditionFailed.yml -rw-r--r--. 1 jenkins 1001020000 559 Feb 27 19:56 successUpdateLogLevelSinglePod.yml -rw-r--r--. 1 jenkins 1001020000 596 Feb 27 19:56 successUpdateLogLevel.yml ./3.4/openapi/sources/schemas: total 20 drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 acknowledgements drwxr-sr-x. 2 jenkins 1001020000 175 Feb 27 19:56 config drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 connections drwxr-sr-x. 2 jenkins 1001020000 80 Feb 27 19:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 logging drwxr-sr-x. 2 jenkins 1001020000 97 Feb 27 19:56 piggyback drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 160 Feb 27 19:56 properties drwxr-sr-x. 2 jenkins 1001020000 64 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 whoami -rw-r--r--. 1 jenkins 1001020000 3662 Feb 27 19:56 wot-thingDescription.yml ./3.4/openapi/sources/schemas/acknowledgements: total 12 drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 595 Feb 27 19:56 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Feb 27 19:56 acknowledgement.yml ./3.4/openapi/sources/schemas/config: total 28 drwxr-sr-x. 2 jenkins 1001020000 175 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 486 Feb 27 19:56 moduleConfigService.yml -rw-r--r--. 1 jenkins 1001020000 474 Feb 27 19:56 moduleConfig.yml -rw-r--r--. 1 jenkins 1001020000 1159 Feb 27 19:56 resultConfigService.yml -rw-r--r--. 1 jenkins 1001020000 1025 Feb 27 19:56 resultConfig.yml -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 retrieveConfigService.yml -rw-r--r--. 1 jenkins 1001020000 457 Feb 27 19:56 retrieveConfig.yml ./3.4/openapi/sources/schemas/connections: total 120 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1130 Feb 27 19:56 connectionLogs.yml -rw-r--r--. 1 jenkins 1001020000 914 Feb 27 19:56 connectionMetrics.yml -rw-r--r--. 1 jenkins 1001020000 1590 Feb 27 19:56 connectionStatus.yml -rw-r--r--. 1 jenkins 1001020000 526 Feb 27 19:56 connectionType.yml -rw-r--r--. 1 jenkins 1001020000 563 Feb 27 19:56 connection.yml -rw-r--r--. 1 jenkins 1001020000 522 Feb 27 19:56 connectivityStatus.yml -rw-r--r--. 1 jenkins 1001020000 1075 Feb 27 19:56 inboundMetrics.yml -rw-r--r--. 1 jenkins 1001020000 526 Feb 27 19:56 logCategory.yml -rw-r--r--. 1 jenkins 1001020000 1297 Feb 27 19:56 logEntry.yml -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 logLevel.yml -rw-r--r--. 1 jenkins 1001020000 610 Feb 27 19:56 logType.yml -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 mappingContext.yml -rw-r--r--. 1 jenkins 1001020000 1547 Feb 27 19:56 newConnection.yml -rw-r--r--. 1 jenkins 1001020000 1313 Feb 27 19:56 outboundMetrics.yml -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 overallConnectionMetrics.yml -rw-r--r--. 1 jenkins 1001020000 624 Feb 27 19:56 payloadMappingDefinitions.yml -rw-r--r--. 1 jenkins 1001020000 3310 Feb 27 19:56 payloadMappingDefinition.yml -rw-r--r--. 1 jenkins 1001020000 1125 Feb 27 19:56 resourceStatus.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 singleMetric.yml -rw-r--r--. 1 jenkins 1001020000 670 Feb 27 19:56 sourceMetrics.yml -rw-r--r--. 1 jenkins 1001020000 556 Feb 27 19:56 sources.yml -rw-r--r--. 1 jenkins 1001020000 6935 Feb 27 19:56 source.yml -rw-r--r--. 1 jenkins 1001020000 2908 Feb 27 19:56 sshTunnel.yml -rw-r--r--. 1 jenkins 1001020000 675 Feb 27 19:56 targetMetrics.yml -rw-r--r--. 1 jenkins 1001020000 546 Feb 27 19:56 targets.yml -rw-r--r--. 1 jenkins 1001020000 3329 Feb 27 19:56 target.yml -rw-r--r--. 1 jenkins 1001020000 784 Feb 27 19:56 typedMetric.yml ./3.4/openapi/sources/schemas/errors: total 16 drwxr-sr-x. 2 jenkins 1001020000 80 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Feb 27 19:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Feb 27 19:56 error.yml -rw-r--r--. 1 jenkins 1001020000 453 Feb 27 19:56 textUnauthorizeError.yml ./3.4/openapi/sources/schemas/features: total 24 drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Feb 27 19:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Feb 27 19:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 feature.yml ./3.4/openapi/sources/schemas/logging: total 36 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 loggingUpdateFields.yml -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 moduleUpdatedLogLevel.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 module.yml -rw-r--r--. 1 jenkins 1001020000 890 Feb 27 19:56 resultLoggingConfig.yml -rw-r--r--. 1 jenkins 1001020000 682 Feb 27 19:56 resultUpdateRequest.yml -rw-r--r--. 1 jenkins 1001020000 438 Feb 27 19:56 retrieveLoggingConfig.yml -rw-r--r--. 1 jenkins 1001020000 860 Feb 27 19:56 updatedLogLevel.yml ./3.4/openapi/sources/schemas/piggyback: total 12 drwxr-sr-x. 2 jenkins 1001020000 97 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 701 Feb 27 19:56 basePiggybackCommandRequestSchema.yml -rw-r--r--. 1 jenkins 1001020000 701 Feb 27 19:56 piggybackManagingBackgroundCleanup.yml ./3.4/openapi/sources/schemas/policies: total 60 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1027 Feb 27 19:56 importable.yml -rw-r--r--. 1 jenkins 1001020000 527 Feb 27 19:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Feb 27 19:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Feb 27 19:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 637 Feb 27 19:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 791 Feb 27 19:56 policyImports.yml -rw-r--r--. 1 jenkins 1001020000 981 Feb 27 19:56 policyImport.yml -rw-r--r--. 1 jenkins 1001020000 669 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 2019 Feb 27 19:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Feb 27 19:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Feb 27 19:56 subjects.yml ./3.4/openapi/sources/schemas/properties: total 24 drwxr-sr-x. 2 jenkins 1001020000 160 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 694 Feb 27 19:56 namespacesProperty.yml -rw-r--r--. 1 jenkins 1001020000 1806 Feb 27 19:56 optionProperty.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 19:56 searchConditionProperty.yml -rw-r--r--. 1 jenkins 1001020000 2426 Feb 27 19:56 searchFilterProperty.yml -rw-r--r--. 1 jenkins 1001020000 3080 Feb 27 19:56 thingFieldsProperty.yml ./3.4/openapi/sources/schemas/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 64 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Feb 27 19:56 searchResultThings.yml -rw-r--r--. 1 jenkins 1001020000 742 Feb 27 19:56 searchThingsForm.yml ./3.4/openapi/sources/schemas/things: total 24 drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Feb 27 19:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Feb 27 19:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Feb 27 19:56 thing.yml ./3.4/openapi/sources/schemas/whoami: total 12 drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Feb 27 19:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Feb 27 19:56 whoami.yml ./3.4/openapi/sources/security: total 20 drwxr-sr-x. 2 jenkins 1001020000 115 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Feb 27 19:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 488 Feb 27 19:56 devOpsBasic.yml -rw-r--r--. 1 jenkins 1001020000 554 Feb 27 19:56 devOpsBearer.yml -rw-r--r--. 1 jenkins 1001020000 710 Feb 27 19:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Feb 27 19:56 nginxBasic.yml ./3.4/slides: total 36 drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_10_25-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2022_10_24_eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2022_10_ditto-and-wot drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2023_01_ditto-in-30-min drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./3.4/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29040 Feb 27 19:56 index.html ./3.4/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34156 Feb 27 19:56 index.html ./3.4/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14249 Feb 27 19:56 index.html ./3.4/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15023 Feb 27 19:56 index.html ./3.4/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31939 Feb 27 19:56 index.html ./3.4/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15007 Feb 27 19:56 index.html ./3.4/slides/2020_10_19-eclipse-iot-wg-community-day: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16399 Feb 27 19:56 index.html ./3.4/slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 30836 Feb 27 19:56 index.html ./3.4/slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16519 Feb 27 19:56 index.html ./3.4/slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21875 Feb 27 19:56 index.html ./3.4/slides/2021_10_25-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14949 Feb 27 19:56 index.html ./3.4/slides/2022_10_24_eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13923 Feb 27 19:56 index.html ./3.4/slides/2022_10_ditto-and-wot: total 32 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 25651 Feb 27 19:56 index.html ./3.4/slides/2023_01_ditto-in-30-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 23383 Feb 27 19:56 index.html ./3.4/slides/bg-images: total 1344 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg -rw-r--r--. 1 jenkins 1001020000 478262 Feb 27 19:56 juan-davila-P8PlK2nGwqA-unsplash.jpg ./3.4/slides/images: total 808 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 267438 Feb 27 19:56 ditto-ui-screenshot.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Feb 27 19:56 wot.png ./3.4/wot: total 40 drwxr-sr-x. 2 jenkins 1001020000 118 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3764 Feb 27 19:56 ditto-extension.html -rw-r--r--. 1 jenkins 1001020000 1503 Feb 27 19:56 ditto-extension.jsonld -rw-r--r--. 1 jenkins 1001020000 2000 Feb 27 19:56 ditto-extension.rdf -rw-r--r--. 1 jenkins 1001020000 1513 Feb 27 19:56 ditto-extension.ttl ./3.5: total 22620 drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13321 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13339 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14402 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13880 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14339 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17566 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17380 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 14037 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 91219 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13863 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 14061 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26657 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14145 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14994 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14230 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13832 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29588 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13399 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13989 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13919 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14407 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17505 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13952 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15236 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 14067 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16571 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53461 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15798 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14607 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14440 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17804 Feb 27 19:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37435 Feb 27 19:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14231 Feb 27 19:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24477 Feb 27 19:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18372 Feb 27 19:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14507 Feb 27 19:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29373 Feb 27 19:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45158 Feb 27 19:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30540 Feb 27 19:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23300 Feb 27 19:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16841 Feb 27 19:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52116 Feb 27 19:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34342 Feb 27 19:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16671 Feb 27 19:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 18172 Feb 27 19:56 2021-09-29-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 29324 Feb 27 19:56 2021-11-03-oauth2.html -rw-r--r--. 1 jenkins 1001020000 15793 Feb 27 19:56 2021-11-22-release-announcement-220.html -rw-r--r--. 1 jenkins 1001020000 26832 Feb 27 19:56 2021-12-20-http-live-channel.html -rw-r--r--. 1 jenkins 1001020000 24754 Feb 27 19:56 2021-12-22-live-channel-condition.html -rw-r--r--. 1 jenkins 1001020000 17342 Feb 27 19:56 2022-01-21-release-announcement-230.html -rw-r--r--. 1 jenkins 1001020000 32859 Feb 27 19:56 2022-03-03-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 16512 Feb 27 19:56 2022-04-14-release-announcement-240.html -rw-r--r--. 1 jenkins 1001020000 17490 Feb 27 19:56 2022-07-12-reactive-mqtt.html -rw-r--r--. 1 jenkins 1001020000 17655 Feb 27 19:56 2022-09-28-release-announcement-300.html -rw-r--r--. 1 jenkins 1001020000 27424 Feb 27 19:56 2022-11-04-live-message-conditions.html -rw-r--r--. 1 jenkins 1001020000 15728 Feb 27 19:56 2022-12-16-release-announcement-310.html -rw-r--r--. 1 jenkins 1001020000 16091 Feb 27 19:56 2023-03-08-release-announcement-320.html -rw-r--r--. 1 jenkins 1001020000 16281 Feb 27 19:56 2023-06-23-release-announcement-330.html -rw-r--r--. 1 jenkins 1001020000 54414 Feb 27 19:56 2023-10-09-ditto-benchmark.html -rw-r--r--. 1 jenkins 1001020000 17393 Feb 27 19:56 2023-10-17-release-announcement-340.html -rw-r--r--. 1 jenkins 1001020000 17569 Feb 27 19:56 2024-01-26-release-announcement-350.html -rw-r--r--. 1 jenkins 1001020000 67904 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 78294 Feb 27 19:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 71297 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 71306 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 69735 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 69669 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 69772 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 70462 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 109842 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 71602 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 73072 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 73963 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 81359 Feb 27 19:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 111389 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 78864 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 73335 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 85137 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 92494 Feb 27 19:56 basic-history.html -rw-r--r--. 1 jenkins 1001020000 78830 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 117311 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 72041 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 72435 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 104224 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 114430 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 85239 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 80558 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 68721 Feb 27 19:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 70031 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 68426 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 68886 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 68839 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 71511 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 75528 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 189653 Feb 27 19:56 basic-wot-integration-example.html -rw-r--r--. 1 jenkins 1001020000 109570 Feb 27 19:56 basic-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 24444 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 22398 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 103017 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 71251 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 68280 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 69456 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 137441 Feb 27 19:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 87091 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 100792 Feb 27 19:56 connectivity-manage-connections-piggyback.html -rw-r--r--. 1 jenkins 1001020000 189056 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 69384 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 80391 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 85909 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 91136 Feb 27 19:56 connectivity-protocol-bindings-hono.html -rw-r--r--. 1 jenkins 1001020000 92617 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 94017 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 101547 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 100088 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 76572 Feb 27 19:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 76881 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 68933 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 69925 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 131423 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11716 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 74908 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 71041 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 73551 Feb 27 19:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 86376 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 75098 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 94184 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 16417 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 68629 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 77593 Feb 27 19:56 installation-extending.html -rw-r--r--. 1 jenkins 1001020000 180346 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 75584 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 70166 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 85566 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 71765 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 72677 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 69702 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 69246 Feb 27 19:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 69246 Feb 27 19:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 72166 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 72660 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 71840 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 72924 Feb 27 19:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 71652 Feb 27 19:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 74862 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 75234 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 72840 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 71552 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 71717 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 84865 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 71163 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 71120 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 71275 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 71363 Feb 27 19:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 71342 Feb 27 19:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 71150 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 71092 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 71263 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 71242 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 71144 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 71041 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 130785 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 77574 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 74105 Feb 27 19:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 74371 Feb 27 19:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 74970 Feb 27 19:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 73728 Feb 27 19:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 73842 Feb 27 19:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 75661 Feb 27 19:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 75905 Feb 27 19:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 71959 Feb 27 19:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 74847 Feb 27 19:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 73605 Feb 27 19:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 73369 Feb 27 19:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 77193 Feb 27 19:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 72169 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 72663 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 71843 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 72927 Feb 27 19:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 71655 Feb 27 19:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 74865 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 75237 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 74243 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 72843 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 71555 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 71529 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 82585 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 69679 Feb 27 19:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 71985 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 74414 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 70720 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 70397 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 70048 Feb 27 19:56 protocol-examples-policies-deleteimport.html -rw-r--r--. 1 jenkins 1001020000 70016 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 69933 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 70055 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 70036 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 112785 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 70508 Feb 27 19:56 protocol-examples-policies-modifyimport.html -rw-r--r--. 1 jenkins 1001020000 71287 Feb 27 19:56 protocol-examples-policies-modifyimports.html -rw-r--r--. 1 jenkins 1001020000 74522 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 71985 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 72185 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 70720 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 71053 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 70397 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 70726 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 70473 Feb 27 19:56 protocol-examples-policies-retrieveimport.html -rw-r--r--. 1 jenkins 1001020000 71286 Feb 27 19:56 protocol-examples-policies-retrieveimports.html -rw-r--r--. 1 jenkins 1001020000 73497 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 71644 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 73321 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 70719 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 70884 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 70396 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 70557 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 70524 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 70678 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 70387 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 70944 Feb 27 19:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 70292 Feb 27 19:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 71788 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 71957 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 70873 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 70213 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 70189 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 74359 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 73960 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 80744 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 69111 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 70378 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 71093 Feb 27 19:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 69673 Feb 27 19:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 68976 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 80741 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 70339 Feb 27 19:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 90800 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 76831 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 73000 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 85957 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 83495 Feb 27 19:56 protocol-specification-streaming-subscription.html -rw-r--r--. 1 jenkins 1001020000 120234 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 93642 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 73258 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 104185 Feb 27 19:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 92283 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 92896 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 83762 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 78798 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 70210 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 68387 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 71302 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 70783 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 71378 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 70999 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 72619 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 72805 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 72417 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 72327 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 74733 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 70471 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 70794 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 72773 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 71748 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 73520 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 76769 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 69206 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 70192 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 70685 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 69339 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 75350 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 69717 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 77185 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 73952 Feb 27 19:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 77443 Feb 27 19:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 68665 Feb 27 19:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 107866 Feb 27 19:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 70483 Feb 27 19:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 83550 Feb 27 19:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 71197 Feb 27 19:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 70465 Feb 27 19:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 69024 Feb 27 19:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 74533 Feb 27 19:56 release_notes_220.html -rw-r--r--. 1 jenkins 1001020000 70039 Feb 27 19:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 68809 Feb 27 19:56 release_notes_222.html -rw-r--r--. 1 jenkins 1001020000 75239 Feb 27 19:56 release_notes_230.html -rw-r--r--. 1 jenkins 1001020000 70512 Feb 27 19:56 release_notes_231.html -rw-r--r--. 1 jenkins 1001020000 70102 Feb 27 19:56 release_notes_232.html -rw-r--r--. 1 jenkins 1001020000 80142 Feb 27 19:56 release_notes_240.html -rw-r--r--. 1 jenkins 1001020000 69394 Feb 27 19:56 release_notes_241.html -rw-r--r--. 1 jenkins 1001020000 68953 Feb 27 19:56 release_notes_242.html -rw-r--r--. 1 jenkins 1001020000 100221 Feb 27 19:56 release_notes_300.html -rw-r--r--. 1 jenkins 1001020000 76008 Feb 27 19:56 release_notes_310.html -rw-r--r--. 1 jenkins 1001020000 69805 Feb 27 19:56 release_notes_311.html -rw-r--r--. 1 jenkins 1001020000 69634 Feb 27 19:56 release_notes_312.html -rw-r--r--. 1 jenkins 1001020000 77509 Feb 27 19:56 release_notes_320.html -rw-r--r--. 1 jenkins 1001020000 71020 Feb 27 19:56 release_notes_321.html -rw-r--r--. 1 jenkins 1001020000 78798 Feb 27 19:56 release_notes_330.html -rw-r--r--. 1 jenkins 1001020000 71716 Feb 27 19:56 release_notes_332.html -rw-r--r--. 1 jenkins 1001020000 71235 Feb 27 19:56 release_notes_333.html -rw-r--r--. 1 jenkins 1001020000 70634 Feb 27 19:56 release_notes_334.html -rw-r--r--. 1 jenkins 1001020000 71180 Feb 27 19:56 release_notes_335.html -rw-r--r--. 1 jenkins 1001020000 70542 Feb 27 19:56 release_notes_336.html -rw-r--r--. 1 jenkins 1001020000 71763 Feb 27 19:56 release_notes_337.html -rw-r--r--. 1 jenkins 1001020000 87963 Feb 27 19:56 release_notes_340.html -rw-r--r--. 1 jenkins 1001020000 72563 Feb 27 19:56 release_notes_341.html -rw-r--r--. 1 jenkins 1001020000 71845 Feb 27 19:56 release_notes_342.html -rw-r--r--. 1 jenkins 1001020000 69636 Feb 27 19:56 release_notes_343.html -rw-r--r--. 1 jenkins 1001020000 69828 Feb 27 19:56 release_notes_344.html -rw-r--r--. 1 jenkins 1001020000 83133 Feb 27 19:56 release_notes_350.html -rw-r--r--. 1 jenkins 1001020000 70702 Feb 27 19:56 release_notes_351.html -rw-r--r--. 1 jenkins 1001020000 71679 Feb 27 19:56 release_notes_352.html -rw-r--r--. 1 jenkins 1001020000 71966 Feb 27 19:56 release_notes_353.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 73446 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 42629 Feb 27 19:56 search.json drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 76534 Feb 27 19:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 81301 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 107888 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 77533 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 89693 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 80495 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 77045 Feb 27 19:56 tag_history.html -rw-r--r--. 1 jenkins 1001020000 82901 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 77924 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 81578 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 75984 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 95558 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 91575 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 82788 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 78387 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 78865 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 76513 Feb 27 19:56 tag_troubleshooting.html -rw-r--r--. 1 jenkins 1001020000 77512 Feb 27 19:56 tag_wot.html -rw-r--r--. 1 jenkins 1001020000 71487 Feb 27 19:56 user-interface.html drwxr-sr-x. 2 jenkins 1001020000 118 Feb 27 19:56 wot ./3.5/css: total 88 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 24527 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./3.5/docson: total 84 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./3.5/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./3.5/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./3.5/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./3.5/files: total 36 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./3.5/images: total 728 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 3 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rwxr-xr-x. 1 jenkins 1001020000 92637 Feb 27 19:56 ditto-overview-1.png -rw-r--r--. 1 jenkins 1001020000 159156 Feb 27 19:56 ditto-overview-1.svg -rwxr-xr-x. 1 jenkins 1001020000 101022 Feb 27 19:56 ditto-super-1.png -rw-r--r--. 1 jenkins 1001020000 50244 Feb 27 19:56 ditto-super-1.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Feb 27 19:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 pages ./3.5/images/blog: total 576 drwxr-sr-x. 3 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Feb 27 19:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Feb 27 19:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 benchmark ./3.5/images/blog/benchmark: total 4 drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 device-live-messages-scenario drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 modify-things-scenario drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 read-things-scenario drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 search-things-scenario ./3.5/images/blog/benchmark/device-live-messages-scenario: total 0 drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 800 ./3.5/images/blog/benchmark/device-live-messages-scenario/800: total 120 drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 50994 Feb 27 19:56 gateway.png -rw-r--r--. 1 jenkins 1001020000 68708 Feb 27 19:56 gc.png ./3.5/images/blog/benchmark/modify-things-scenario: total 0 drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 26 Feb 27 19:56 800 ./3.5/images/blog/benchmark/modify-things-scenario/800: total 28 drwxr-sr-x. 2 jenkins 1001020000 26 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 26101 Feb 27 19:56 outbound.png ./3.5/images/blog/benchmark/read-things-scenario: total 0 drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 3000 ./3.5/images/blog/benchmark/read-things-scenario/3000: total 108 drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 65994 Feb 27 19:56 gateway.png -rw-r--r--. 1 jenkins 1001020000 40135 Feb 27 19:56 gc.png ./3.5/images/blog/benchmark/search-things-scenario: total 0 drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 1800 ./3.5/images/blog/benchmark/search-things-scenario/1800: total 124 drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 59170 Feb 27 19:56 gateway.png -rw-r--r--. 1 jenkins 1001020000 64539 Feb 27 19:56 gc.png ./3.5/images/pages: total 8 drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 advanced drwxr-sr-x. 2 jenkins 1001020000 114 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol drwxr-sr-x. 2 jenkins 1001020000 120 Feb 27 19:56 ui ./3.5/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Feb 27 19:56 data-by-pass-architectural-design.jpg ./3.5/images/pages/architecture: total 84 drwxr-sr-x. 2 jenkins 1001020000 114 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png -rwxr-xr-x. 1 jenkins 1001020000 22188 Feb 27 19:56 ditto-architecture-overview-2022.png ./3.5/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./3.5/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./3.5/images/pages/ui: total 620 drwxr-sr-x. 2 jenkins 1001020000 120 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 130101 Feb 27 19:56 screenshot_add_environment.png -rw-r--r--. 1 jenkins 1001020000 482983 Feb 27 19:56 screenshot_introduction.png -rw-r--r--. 1 jenkins 1001020000 20244 Feb 27 19:56 screenshot_select_environment.png ./3.5/js: total 32 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3315 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./3.5/jsonschema: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40425 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1756 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1508 Feb 27 19:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1339 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 9439 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Feb 27 19:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 5092 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 3190 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 1259 Feb 27 19:56 protocol-streaming-subscription-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 333 Feb 27 19:56 protocol-streaming-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 453 Feb 27 19:56 protocol-streaming-subscription-next-payload.json -rw-r--r--. 1 jenkins 1001020000 468 Feb 27 19:56 protocol-streaming-subscription-request-payload.json -rw-r--r--. 1 jenkins 1001020000 1092 Feb 27 19:56 protocol-streaming-subscription-subscribe-for-persisted-events-payload.json -rw-r--r--. 1 jenkins 1001020000 5180 Feb 27 19:56 thing_v2.json ./3.5/openapi: total 472 drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 452336 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 703 Feb 27 19:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 sources ./3.5/openapi/sources: total 68 drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16484 Feb 27 19:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Feb 27 19:56 package.json -rw-r--r--. 1 jenkins 1001020000 31379 Feb 27 19:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 parameters drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 requests drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 responses drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 schemas drwxr-sr-x. 2 jenkins 1001020000 115 Feb 27 19:56 security ./3.5/openapi/sources/parameters: total 192 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Feb 27 19:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Feb 27 19:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Feb 27 19:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 955 Feb 27 19:56 channelParamPutDescription.yml -rw-r--r--. 1 jenkins 1001020000 842 Feb 27 19:56 channelParam.yml -rw-r--r--. 1 jenkins 1001020000 1412 Feb 27 19:56 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 1408 Feb 27 19:56 connectionFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 connectionIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 646 Feb 27 19:56 deleteMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Feb 27 19:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Feb 27 19:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Feb 27 19:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Feb 27 19:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 644 Feb 27 19:56 getMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 1216 Feb 27 19:56 ifEqualHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Feb 27 19:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Feb 27 19:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Feb 27 19:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 764 Feb 27 19:56 importedPolicyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 507 Feb 27 19:56 instanceIndexParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Feb 27 19:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 837 Feb 27 19:56 liveChannelConditionParam.yml -rw-r--r--. 1 jenkins 1001020000 648 Feb 27 19:56 liveChannelTimeoutStrategyParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Feb 27 19:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 512 Feb 27 19:56 loggingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Feb 27 19:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Feb 27 19:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 508 Feb 27 19:56 moduleNamePathParam.yml -rw-r--r--. 1 jenkins 1001020000 525 Feb 27 19:56 namePodParam.yml -rw-r--r--. 1 jenkins 1001020000 580 Feb 27 19:56 namespaceParameter.yml -rw-r--r--. 1 jenkins 1001020000 716 Feb 27 19:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 599 Feb 27 19:56 pathParam.yml -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 policyFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 747 Feb 27 19:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Feb 27 19:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Feb 27 19:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Feb 27 19:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Feb 27 19:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Feb 27 19:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2342 Feb 27 19:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 19:56 serviceNameParam.yml -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Feb 27 19:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Feb 27 19:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Feb 27 19:56 timeoutParam.yml ./3.5/openapi/sources/paths: total 4 drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 43 Feb 27 19:56 config drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 connections drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 47 Feb 27 19:56 logging drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 messages drwxr-sr-x. 2 jenkins 1001020000 75 Feb 27 19:56 piggyback drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 whoami ./3.5/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Feb 27 19:56 cloudevents.yml ./3.5/openapi/sources/paths/config: total 8 drwxr-sr-x. 2 jenkins 1001020000 43 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1225 Feb 27 19:56 config.yml -rw-r--r--. 1 jenkins 1001020000 3513 Feb 27 19:56 podName.yml ./3.5/openapi/sources/paths/connections: total 32 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2207 Feb 27 19:56 command.yml -rw-r--r--. 1 jenkins 1001020000 5884 Feb 27 19:56 connectionId.yml -rw-r--r--. 1 jenkins 1001020000 5671 Feb 27 19:56 connections.yml -rw-r--r--. 1 jenkins 1001020000 2125 Feb 27 19:56 logs.yml -rw-r--r--. 1 jenkins 1001020000 1845 Feb 27 19:56 metrics.yml -rw-r--r--. 1 jenkins 1001020000 1841 Feb 27 19:56 status.yml ./3.5/openapi/sources/paths/features: total 112 drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13067 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 13815 Feb 27 19:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 13199 Feb 27 19:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 14558 Feb 27 19:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 15779 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 13588 Feb 27 19:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 12953 Feb 27 19:56 property.yml ./3.5/openapi/sources/paths/logging: total 8 drwxr-sr-x. 2 jenkins 1001020000 47 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1930 Feb 27 19:56 logging.yml -rw-r--r--. 1 jenkins 1001020000 2077 Feb 27 19:56 moduleName.yml ./3.5/openapi/sources/paths/messages: total 32 drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4118 Feb 27 19:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3999 Feb 27 19:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Feb 27 19:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4535 Feb 27 19:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3860 Feb 27 19:56 outbox-message.yml ./3.5/openapi/sources/paths/piggyback: total 12 drwxr-sr-x. 2 jenkins 1001020000 75 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2243 Feb 27 19:56 instanceIndex.yml -rw-r--r--. 1 jenkins 1001020000 3793 Feb 27 19:56 piggyback.yml -rw-r--r--. 1 jenkins 1001020000 2617 Feb 27 19:56 serviceName.yml ./3.5/openapi/sources/paths/policies: total 112 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Feb 27 19:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Feb 27 19:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Feb 27 19:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Feb 27 19:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6179 Feb 27 19:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 10015 Feb 27 19:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 6115 Feb 27 19:56 imports.yml -rw-r--r--. 1 jenkins 1001020000 9700 Feb 27 19:56 import.yml -rw-r--r--. 1 jenkins 1001020000 11669 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6212 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8530 Feb 27 19:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5812 Feb 27 19:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8595 Feb 27 19:56 subject.yml ./3.5/openapi/sources/paths/search: total 16 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4474 Feb 27 19:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 7201 Feb 27 19:56 things.yml ./3.5/openapi/sources/paths/things: total 92 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12643 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 12627 Feb 27 19:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 12517 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6898 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 8959 Feb 27 19:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 20949 Feb 27 19:56 thing.yml ./3.5/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Feb 27 19:56 index.yml ./3.5/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 808 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Feb 27 19:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Feb 27 19:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 value.yml ./3.5/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 actions ./3.5/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 875 Feb 27 19:56 activateTokenIntegration.yml ./3.5/openapi/sources/responses: total 32 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Feb 27 19:56 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 19:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 574 Feb 27 19:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 19:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 preconditionFailed.yml -rw-r--r--. 1 jenkins 1001020000 559 Feb 27 19:56 successUpdateLogLevelSinglePod.yml -rw-r--r--. 1 jenkins 1001020000 596 Feb 27 19:56 successUpdateLogLevel.yml ./3.5/openapi/sources/schemas: total 20 drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 acknowledgements drwxr-sr-x. 2 jenkins 1001020000 175 Feb 27 19:56 config drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 connections drwxr-sr-x. 2 jenkins 1001020000 80 Feb 27 19:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 logging drwxr-sr-x. 2 jenkins 1001020000 97 Feb 27 19:56 piggyback drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 160 Feb 27 19:56 properties drwxr-sr-x. 2 jenkins 1001020000 64 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 whoami -rw-r--r--. 1 jenkins 1001020000 3662 Feb 27 19:56 wot-thingDescription.yml ./3.5/openapi/sources/schemas/acknowledgements: total 12 drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 595 Feb 27 19:56 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Feb 27 19:56 acknowledgement.yml ./3.5/openapi/sources/schemas/config: total 28 drwxr-sr-x. 2 jenkins 1001020000 175 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 486 Feb 27 19:56 moduleConfigService.yml -rw-r--r--. 1 jenkins 1001020000 474 Feb 27 19:56 moduleConfig.yml -rw-r--r--. 1 jenkins 1001020000 1159 Feb 27 19:56 resultConfigService.yml -rw-r--r--. 1 jenkins 1001020000 1025 Feb 27 19:56 resultConfig.yml -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 retrieveConfigService.yml -rw-r--r--. 1 jenkins 1001020000 457 Feb 27 19:56 retrieveConfig.yml ./3.5/openapi/sources/schemas/connections: total 120 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1130 Feb 27 19:56 connectionLogs.yml -rw-r--r--. 1 jenkins 1001020000 914 Feb 27 19:56 connectionMetrics.yml -rw-r--r--. 1 jenkins 1001020000 1590 Feb 27 19:56 connectionStatus.yml -rw-r--r--. 1 jenkins 1001020000 526 Feb 27 19:56 connectionType.yml -rw-r--r--. 1 jenkins 1001020000 563 Feb 27 19:56 connection.yml -rw-r--r--. 1 jenkins 1001020000 522 Feb 27 19:56 connectivityStatus.yml -rw-r--r--. 1 jenkins 1001020000 1075 Feb 27 19:56 inboundMetrics.yml -rw-r--r--. 1 jenkins 1001020000 526 Feb 27 19:56 logCategory.yml -rw-r--r--. 1 jenkins 1001020000 1297 Feb 27 19:56 logEntry.yml -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 logLevel.yml -rw-r--r--. 1 jenkins 1001020000 610 Feb 27 19:56 logType.yml -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 mappingContext.yml -rw-r--r--. 1 jenkins 1001020000 1547 Feb 27 19:56 newConnection.yml -rw-r--r--. 1 jenkins 1001020000 1313 Feb 27 19:56 outboundMetrics.yml -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 overallConnectionMetrics.yml -rw-r--r--. 1 jenkins 1001020000 624 Feb 27 19:56 payloadMappingDefinitions.yml -rw-r--r--. 1 jenkins 1001020000 3310 Feb 27 19:56 payloadMappingDefinition.yml -rw-r--r--. 1 jenkins 1001020000 1125 Feb 27 19:56 resourceStatus.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 singleMetric.yml -rw-r--r--. 1 jenkins 1001020000 670 Feb 27 19:56 sourceMetrics.yml -rw-r--r--. 1 jenkins 1001020000 556 Feb 27 19:56 sources.yml -rw-r--r--. 1 jenkins 1001020000 6935 Feb 27 19:56 source.yml -rw-r--r--. 1 jenkins 1001020000 2908 Feb 27 19:56 sshTunnel.yml -rw-r--r--. 1 jenkins 1001020000 675 Feb 27 19:56 targetMetrics.yml -rw-r--r--. 1 jenkins 1001020000 546 Feb 27 19:56 targets.yml -rw-r--r--. 1 jenkins 1001020000 3329 Feb 27 19:56 target.yml -rw-r--r--. 1 jenkins 1001020000 784 Feb 27 19:56 typedMetric.yml ./3.5/openapi/sources/schemas/errors: total 16 drwxr-sr-x. 2 jenkins 1001020000 80 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Feb 27 19:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Feb 27 19:56 error.yml -rw-r--r--. 1 jenkins 1001020000 453 Feb 27 19:56 textUnauthorizeError.yml ./3.5/openapi/sources/schemas/features: total 24 drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Feb 27 19:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Feb 27 19:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 feature.yml ./3.5/openapi/sources/schemas/logging: total 36 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 loggingUpdateFields.yml -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 moduleUpdatedLogLevel.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 module.yml -rw-r--r--. 1 jenkins 1001020000 890 Feb 27 19:56 resultLoggingConfig.yml -rw-r--r--. 1 jenkins 1001020000 682 Feb 27 19:56 resultUpdateRequest.yml -rw-r--r--. 1 jenkins 1001020000 438 Feb 27 19:56 retrieveLoggingConfig.yml -rw-r--r--. 1 jenkins 1001020000 860 Feb 27 19:56 updatedLogLevel.yml ./3.5/openapi/sources/schemas/piggyback: total 12 drwxr-sr-x. 2 jenkins 1001020000 97 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 701 Feb 27 19:56 basePiggybackCommandRequestSchema.yml -rw-r--r--. 1 jenkins 1001020000 701 Feb 27 19:56 piggybackManagingBackgroundCleanup.yml ./3.5/openapi/sources/schemas/policies: total 60 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1027 Feb 27 19:56 importable.yml -rw-r--r--. 1 jenkins 1001020000 527 Feb 27 19:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Feb 27 19:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Feb 27 19:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 637 Feb 27 19:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 791 Feb 27 19:56 policyImports.yml -rw-r--r--. 1 jenkins 1001020000 981 Feb 27 19:56 policyImport.yml -rw-r--r--. 1 jenkins 1001020000 669 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 2019 Feb 27 19:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Feb 27 19:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Feb 27 19:56 subjects.yml ./3.5/openapi/sources/schemas/properties: total 24 drwxr-sr-x. 2 jenkins 1001020000 160 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 694 Feb 27 19:56 namespacesProperty.yml -rw-r--r--. 1 jenkins 1001020000 1806 Feb 27 19:56 optionProperty.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 19:56 searchConditionProperty.yml -rw-r--r--. 1 jenkins 1001020000 2426 Feb 27 19:56 searchFilterProperty.yml -rw-r--r--. 1 jenkins 1001020000 3080 Feb 27 19:56 thingFieldsProperty.yml ./3.5/openapi/sources/schemas/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 64 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Feb 27 19:56 searchResultThings.yml -rw-r--r--. 1 jenkins 1001020000 742 Feb 27 19:56 searchThingsForm.yml ./3.5/openapi/sources/schemas/things: total 24 drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Feb 27 19:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Feb 27 19:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Feb 27 19:56 thing.yml ./3.5/openapi/sources/schemas/whoami: total 12 drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Feb 27 19:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Feb 27 19:56 whoami.yml ./3.5/openapi/sources/security: total 20 drwxr-sr-x. 2 jenkins 1001020000 115 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Feb 27 19:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 488 Feb 27 19:56 devOpsBasic.yml -rw-r--r--. 1 jenkins 1001020000 554 Feb 27 19:56 devOpsBearer.yml -rw-r--r--. 1 jenkins 1001020000 710 Feb 27 19:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Feb 27 19:56 nginxBasic.yml ./3.5/slides: total 36 drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_10_25-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2022_10_24_eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2022_10_ditto-and-wot drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2023_01_ditto-in-30-min drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./3.5/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29040 Feb 27 19:56 index.html ./3.5/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34156 Feb 27 19:56 index.html ./3.5/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14249 Feb 27 19:56 index.html ./3.5/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15023 Feb 27 19:56 index.html ./3.5/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31939 Feb 27 19:56 index.html ./3.5/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15007 Feb 27 19:56 index.html ./3.5/slides/2020_10_19-eclipse-iot-wg-community-day: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16399 Feb 27 19:56 index.html ./3.5/slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 30836 Feb 27 19:56 index.html ./3.5/slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16519 Feb 27 19:56 index.html ./3.5/slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21875 Feb 27 19:56 index.html ./3.5/slides/2021_10_25-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14949 Feb 27 19:56 index.html ./3.5/slides/2022_10_24_eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13923 Feb 27 19:56 index.html ./3.5/slides/2022_10_ditto-and-wot: total 32 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 25651 Feb 27 19:56 index.html ./3.5/slides/2023_01_ditto-in-30-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 23383 Feb 27 19:56 index.html ./3.5/slides/bg-images: total 1344 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg -rw-r--r--. 1 jenkins 1001020000 478262 Feb 27 19:56 juan-davila-P8PlK2nGwqA-unsplash.jpg ./3.5/slides/images: total 808 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 267438 Feb 27 19:56 ditto-ui-screenshot.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Feb 27 19:56 wot.png ./3.5/wot: total 40 drwxr-sr-x. 2 jenkins 1001020000 118 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3764 Feb 27 19:56 ditto-extension.html -rw-r--r--. 1 jenkins 1001020000 1503 Feb 27 19:56 ditto-extension.jsonld -rw-r--r--. 1 jenkins 1001020000 2000 Feb 27 19:56 ditto-extension.rdf -rw-r--r--. 1 jenkins 1001020000 1513 Feb 27 19:56 ditto-extension.ttl ./css: total 88 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 24527 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./docson: total 84 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./files: total 36 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./.git: total 1016 drwxr-sr-x. 8 jenkins 1001020000 163 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 6 Feb 27 19:56 branches -rw-r--r--. 1 jenkins 1001020000 329 Feb 27 19:56 config -rw-r--r--. 1 jenkins 1001020000 73 Feb 27 19:56 description -rw-r--r--. 1 jenkins 1001020000 23 Feb 27 19:56 HEAD drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 hooks -rw-r--r--. 1 jenkins 1001020000 994623 Feb 27 19:56 index drwxr-sr-x. 2 jenkins 1001020000 21 Feb 27 19:56 info drwxr-sr-x. 3 jenkins 1001020000 30 Feb 27 19:56 logs drwxr-sr-x. 4 jenkins 1001020000 30 Feb 27 19:56 objects -rw-r--r--. 1 jenkins 1001020000 114 Feb 27 19:56 packed-refs drwxr-sr-x. 5 jenkins 1001020000 46 Feb 27 19:56 refs ./.git/branches: total 0 drwxr-sr-x. 2 jenkins 1001020000 6 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 163 Feb 27 19:56 .. ./.git/hooks: total 52 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 163 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 478 Feb 27 19:56 applypatch-msg.sample -rwxr-xr-x. 1 jenkins 1001020000 896 Feb 27 19:56 commit-msg.sample -rwxr-xr-x. 1 jenkins 1001020000 3327 Feb 27 19:56 fsmonitor-watchman.sample -rwxr-xr-x. 1 jenkins 1001020000 189 Feb 27 19:56 post-update.sample -rwxr-xr-x. 1 jenkins 1001020000 424 Feb 27 19:56 pre-applypatch.sample -rwxr-xr-x. 1 jenkins 1001020000 1638 Feb 27 19:56 pre-commit.sample -rwxr-xr-x. 1 jenkins 1001020000 1492 Feb 27 19:56 prepare-commit-msg.sample -rwxr-xr-x. 1 jenkins 1001020000 1348 Feb 27 19:56 pre-push.sample -rwxr-xr-x. 1 jenkins 1001020000 4898 Feb 27 19:56 pre-rebase.sample -rwxr-xr-x. 1 jenkins 1001020000 544 Feb 27 19:56 pre-receive.sample -rwxr-xr-x. 1 jenkins 1001020000 3610 Feb 27 19:56 update.sample ./.git/info: total 4 drwxr-sr-x. 2 jenkins 1001020000 21 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 163 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 240 Feb 27 19:56 exclude ./.git/logs: total 4 drwxr-sr-x. 3 jenkins 1001020000 30 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 163 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 194 Feb 27 19:56 HEAD drwxr-sr-x. 4 jenkins 1001020000 34 Feb 27 19:56 refs ./.git/logs/refs: total 0 drwxr-sr-x. 4 jenkins 1001020000 34 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 30 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 20 Feb 27 19:56 heads drwxr-sr-x. 3 jenkins 1001020000 20 Feb 27 19:56 remotes ./.git/logs/refs/heads: total 4 drwxr-sr-x. 2 jenkins 1001020000 20 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 34 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 194 Feb 27 19:56 master ./.git/logs/refs/remotes: total 0 drwxr-sr-x. 3 jenkins 1001020000 20 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 34 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 18 Feb 27 19:56 origin ./.git/logs/refs/remotes/origin: total 4 drwxr-sr-x. 2 jenkins 1001020000 18 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 20 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 194 Feb 27 19:56 HEAD ./.git/objects: total 0 drwxr-sr-x. 4 jenkins 1001020000 30 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 163 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 6 Feb 27 19:56 info drwxr-sr-x. 2 jenkins 1001020000 121 Feb 27 19:56 pack ./.git/objects/info: total 0 drwxr-sr-x. 2 jenkins 1001020000 6 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 30 Feb 27 19:56 .. ./.git/objects/pack: total 22724 drwxr-sr-x. 2 jenkins 1001020000 121 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 30 Feb 27 19:56 .. -r--r--r--. 1 jenkins 1001020000 2463980 Feb 27 19:56 pack-2248ed81b0675c4e23dcaa8484915decba27125f.idx -r--r--r--. 1 jenkins 1001020000 20800766 Feb 27 19:56 pack-2248ed81b0675c4e23dcaa8484915decba27125f.pack ./.git/refs: total 0 drwxr-sr-x. 5 jenkins 1001020000 46 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 163 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 20 Feb 27 19:56 heads drwxr-sr-x. 3 jenkins 1001020000 20 Feb 27 19:56 remotes drwxr-sr-x. 2 jenkins 1001020000 6 Feb 27 19:56 tags ./.git/refs/heads: total 4 drwxr-sr-x. 2 jenkins 1001020000 20 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 46 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 41 Feb 27 19:56 master ./.git/refs/remotes: total 0 drwxr-sr-x. 3 jenkins 1001020000 20 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 46 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 18 Feb 27 19:56 origin ./.git/refs/remotes/origin: total 4 drwxr-sr-x. 2 jenkins 1001020000 18 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 20 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 32 Feb 27 19:56 HEAD ./.git/refs/tags: total 0 drwxr-sr-x. 2 jenkins 1001020000 6 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 46 Feb 27 19:56 .. ./images: total 736 drwxr-sr-x. 5 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 3 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rwxr-xr-x. 1 jenkins 1001020000 92637 Feb 27 19:56 ditto-overview-1.png -rw-r--r--. 1 jenkins 1001020000 159156 Feb 27 19:56 ditto-overview-1.svg -rwxr-xr-x. 1 jenkins 1001020000 101022 Feb 27 19:56 ditto-super-1.png -rw-r--r--. 1 jenkins 1001020000 50244 Feb 27 19:56 ditto-super-1.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 5012 Feb 27 19:56 eclipse_incubation_vertical_png-02.png -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Feb 27 19:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 pages drwxr-sr-x. 2 jenkins 1001020000 78 Feb 27 19:56 user-logos ./images/blog: total 576 drwxr-sr-x. 3 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Feb 27 19:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Feb 27 19:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 benchmark ./images/blog/benchmark: total 4 drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 device-live-messages-scenario drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 modify-things-scenario drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 read-things-scenario drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 search-things-scenario ./images/blog/benchmark/device-live-messages-scenario: total 0 drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 800 ./images/blog/benchmark/device-live-messages-scenario/800: total 120 drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 50994 Feb 27 19:56 gateway.png -rw-r--r--. 1 jenkins 1001020000 68708 Feb 27 19:56 gc.png ./images/blog/benchmark/modify-things-scenario: total 0 drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 26 Feb 27 19:56 800 ./images/blog/benchmark/modify-things-scenario/800: total 28 drwxr-sr-x. 2 jenkins 1001020000 26 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 26101 Feb 27 19:56 outbound.png ./images/blog/benchmark/read-things-scenario: total 0 drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 3000 ./images/blog/benchmark/read-things-scenario/3000: total 108 drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 65994 Feb 27 19:56 gateway.png -rw-r--r--. 1 jenkins 1001020000 40135 Feb 27 19:56 gc.png ./images/blog/benchmark/search-things-scenario: total 0 drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 1800 ./images/blog/benchmark/search-things-scenario/1800: total 124 drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 59170 Feb 27 19:56 gateway.png -rw-r--r--. 1 jenkins 1001020000 64539 Feb 27 19:56 gc.png ./images/pages: total 8 drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 advanced drwxr-sr-x. 2 jenkins 1001020000 114 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol drwxr-sr-x. 2 jenkins 1001020000 120 Feb 27 19:56 ui ./images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Feb 27 19:56 data-by-pass-architectural-design.jpg ./images/pages/architecture: total 84 drwxr-sr-x. 2 jenkins 1001020000 114 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png -rwxr-xr-x. 1 jenkins 1001020000 22188 Feb 27 19:56 ditto-architecture-overview-2022.png ./images/pages/basic: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16882 Feb 27 19:56 ditto-class-diagram-v1.png -rw-r--r--. 1 jenkins 1001020000 23249 Feb 27 19:56 ditto-class-diagram-v1.svg -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./images/pages/ui: total 620 drwxr-sr-x. 2 jenkins 1001020000 120 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 130101 Feb 27 19:56 screenshot_add_environment.png -rw-r--r--. 1 jenkins 1001020000 482983 Feb 27 19:56 screenshot_introduction.png -rw-r--r--. 1 jenkins 1001020000 20244 Feb 27 19:56 screenshot_select_environment.png ./images/user-logos: total 24 drwxr-sr-x. 2 jenkins 1001020000 78 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2600 Feb 27 19:56 aloxy-word-white.svg -rw-r--r--. 1 jenkins 1001020000 9846 Feb 27 19:56 bosch-en-white.svg -rw-r--r--. 1 jenkins 1001020000 253 Feb 27 19:56 LICENSE.md ./js: total 32 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3315 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./jsonschema: total 180 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40425 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1756 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1129 Feb 27 19:56 feature.json -rw-r--r--. 1 jenkins 1001020000 1508 Feb 27 19:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1339 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 9439 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Feb 27 19:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 5092 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 3190 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 1259 Feb 27 19:56 protocol-streaming-subscription-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 333 Feb 27 19:56 protocol-streaming-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 453 Feb 27 19:56 protocol-streaming-subscription-next-payload.json -rw-r--r--. 1 jenkins 1001020000 468 Feb 27 19:56 protocol-streaming-subscription-request-payload.json -rw-r--r--. 1 jenkins 1001020000 1092 Feb 27 19:56 protocol-streaming-subscription-subscribe-for-persisted-events-payload.json -rw-r--r--. 1 jenkins 1001020000 4833 Feb 27 19:56 thing_v1.json -rw-r--r--. 1 jenkins 1001020000 5180 Feb 27 19:56 thing_v2.json ./openapi: total 604 drwxr-sr-x. 3 jenkins 1001020000 84 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 131973 Feb 27 19:56 ditto-api-1.yml -rw-r--r--. 1 jenkins 1001020000 452336 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 703 Feb 27 19:56 README.md drwxr-sr-x. 8 jenkins 1001020000 192 Feb 27 19:56 sources ./openapi/sources: total 200 drwxr-sr-x. 8 jenkins 1001020000 192 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 84 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 132425 Feb 27 19:56 api-1-index.yml -rw-r--r--. 1 jenkins 1001020000 16484 Feb 27 19:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Feb 27 19:56 package.json -rw-r--r--. 1 jenkins 1001020000 31379 Feb 27 19:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 parameters drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 requests drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 responses drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 schemas drwxr-sr-x. 2 jenkins 1001020000 115 Feb 27 19:56 security ./openapi/sources/parameters: total 192 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 192 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Feb 27 19:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Feb 27 19:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Feb 27 19:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 955 Feb 27 19:56 channelParamPutDescription.yml -rw-r--r--. 1 jenkins 1001020000 842 Feb 27 19:56 channelParam.yml -rw-r--r--. 1 jenkins 1001020000 1412 Feb 27 19:56 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 1408 Feb 27 19:56 connectionFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 connectionIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 646 Feb 27 19:56 deleteMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Feb 27 19:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Feb 27 19:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Feb 27 19:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Feb 27 19:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 644 Feb 27 19:56 getMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 1216 Feb 27 19:56 ifEqualHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Feb 27 19:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Feb 27 19:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Feb 27 19:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 764 Feb 27 19:56 importedPolicyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 507 Feb 27 19:56 instanceIndexParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Feb 27 19:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 837 Feb 27 19:56 liveChannelConditionParam.yml -rw-r--r--. 1 jenkins 1001020000 648 Feb 27 19:56 liveChannelTimeoutStrategyParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Feb 27 19:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 512 Feb 27 19:56 loggingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Feb 27 19:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Feb 27 19:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 508 Feb 27 19:56 moduleNamePathParam.yml -rw-r--r--. 1 jenkins 1001020000 525 Feb 27 19:56 namePodParam.yml -rw-r--r--. 1 jenkins 1001020000 580 Feb 27 19:56 namespaceParameter.yml -rw-r--r--. 1 jenkins 1001020000 716 Feb 27 19:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 599 Feb 27 19:56 pathParam.yml -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 policyFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 747 Feb 27 19:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Feb 27 19:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Feb 27 19:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Feb 27 19:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Feb 27 19:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Feb 27 19:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2342 Feb 27 19:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 19:56 serviceNameParam.yml -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Feb 27 19:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Feb 27 19:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Feb 27 19:56 timeoutParam.yml ./openapi/sources/paths: total 4 drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 192 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 43 Feb 27 19:56 config drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 connections drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 47 Feb 27 19:56 logging drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 messages drwxr-sr-x. 2 jenkins 1001020000 75 Feb 27 19:56 piggyback drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 145 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 whoami ./openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Feb 27 19:56 cloudevents.yml ./openapi/sources/paths/config: total 8 drwxr-sr-x. 2 jenkins 1001020000 43 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1225 Feb 27 19:56 config.yml -rw-r--r--. 1 jenkins 1001020000 3513 Feb 27 19:56 podName.yml ./openapi/sources/paths/connections: total 32 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2207 Feb 27 19:56 command.yml -rw-r--r--. 1 jenkins 1001020000 5884 Feb 27 19:56 connectionId.yml -rw-r--r--. 1 jenkins 1001020000 5671 Feb 27 19:56 connections.yml -rw-r--r--. 1 jenkins 1001020000 2125 Feb 27 19:56 logs.yml -rw-r--r--. 1 jenkins 1001020000 1845 Feb 27 19:56 metrics.yml -rw-r--r--. 1 jenkins 1001020000 1841 Feb 27 19:56 status.yml ./openapi/sources/paths/features: total 112 drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13067 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 13815 Feb 27 19:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 13199 Feb 27 19:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 14558 Feb 27 19:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 15779 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 13588 Feb 27 19:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 12953 Feb 27 19:56 property.yml ./openapi/sources/paths/logging: total 8 drwxr-sr-x. 2 jenkins 1001020000 47 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1930 Feb 27 19:56 logging.yml -rw-r--r--. 1 jenkins 1001020000 2077 Feb 27 19:56 moduleName.yml ./openapi/sources/paths/messages: total 32 drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4118 Feb 27 19:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3999 Feb 27 19:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Feb 27 19:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4535 Feb 27 19:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3860 Feb 27 19:56 outbox-message.yml ./openapi/sources/paths/piggyback: total 12 drwxr-sr-x. 2 jenkins 1001020000 75 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2243 Feb 27 19:56 instanceIndex.yml -rw-r--r--. 1 jenkins 1001020000 3793 Feb 27 19:56 piggyback.yml -rw-r--r--. 1 jenkins 1001020000 2617 Feb 27 19:56 serviceName.yml ./openapi/sources/paths/policies: total 112 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Feb 27 19:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Feb 27 19:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Feb 27 19:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Feb 27 19:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6179 Feb 27 19:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 10015 Feb 27 19:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 6115 Feb 27 19:56 imports.yml -rw-r--r--. 1 jenkins 1001020000 9700 Feb 27 19:56 import.yml -rw-r--r--. 1 jenkins 1001020000 11669 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6212 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8530 Feb 27 19:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5812 Feb 27 19:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8595 Feb 27 19:56 subject.yml ./openapi/sources/paths/search: total 16 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4474 Feb 27 19:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 7201 Feb 27 19:56 things.yml ./openapi/sources/paths/things: total 100 drwxr-sr-x. 2 jenkins 1001020000 145 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12643 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 12627 Feb 27 19:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 12517 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6898 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 5727 Feb 27 19:56 policyid.yml -rw-r--r--. 1 jenkins 1001020000 8959 Feb 27 19:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 20949 Feb 27 19:56 thing.yml ./openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Feb 27 19:56 index.yml ./openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 192 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 808 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Feb 27 19:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Feb 27 19:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 value.yml ./openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 actions ./openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 875 Feb 27 19:56 activateTokenIntegration.yml ./openapi/sources/responses: total 36 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 192 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Feb 27 19:56 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 19:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 586 Feb 27 19:56 messageTimeout.yml -rw-r--r--. 1 jenkins 1001020000 574 Feb 27 19:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 19:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 preconditionFailed.yml -rw-r--r--. 1 jenkins 1001020000 559 Feb 27 19:56 successUpdateLogLevelSinglePod.yml -rw-r--r--. 1 jenkins 1001020000 596 Feb 27 19:56 successUpdateLogLevel.yml ./openapi/sources/schemas: total 112 drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 192 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 acknowledgements -rw-r--r--. 1 jenkins 1001020000 897 Feb 27 19:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 attributes.yml drwxr-sr-x. 2 jenkins 1001020000 175 Feb 27 19:56 config drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 connections -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 definition.yml drwxr-sr-x. 2 jenkins 1001020000 80 Feb 27 19:56 errors -rw-r--r--. 1 jenkins 1001020000 803 Feb 27 19:56 error.yml -rw-r--r--. 1 jenkins 1001020000 649 Feb 27 19:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 featureProperties.yml drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 features -rw-r--r--. 1 jenkins 1001020000 590 Feb 27 19:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 feature.yml drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 logging -rw-r--r--. 1 jenkins 1001020000 2283 Feb 27 19:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 491 Feb 27 19:56 permission.yml drwxr-sr-x. 2 jenkins 1001020000 97 Feb 27 19:56 piggyback drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies -rw-r--r--. 1 jenkins 1001020000 578 Feb 27 19:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Feb 27 19:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 505 Feb 27 19:56 policy.yml drwxr-sr-x. 2 jenkins 1001020000 160 Feb 27 19:56 properties -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntryRestricted.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 785 Feb 27 19:56 resources.yml drwxr-sr-x. 2 jenkins 1001020000 64 Feb 27 19:56 search -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 searchResultThings.yml -rw-r--r--. 1 jenkins 1001020000 731 Feb 27 19:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Feb 27 19:56 subjects.yml drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 things -rw-r--r--. 1 jenkins 1001020000 1768 Feb 27 19:56 thing.yml drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 whoami -rw-r--r--. 1 jenkins 1001020000 519 Feb 27 19:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Feb 27 19:56 whoami.yml -rw-r--r--. 1 jenkins 1001020000 3662 Feb 27 19:56 wot-thingDescription.yml ./openapi/sources/schemas/acknowledgements: total 12 drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 595 Feb 27 19:56 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Feb 27 19:56 acknowledgement.yml ./openapi/sources/schemas/config: total 28 drwxr-sr-x. 2 jenkins 1001020000 175 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 486 Feb 27 19:56 moduleConfigService.yml -rw-r--r--. 1 jenkins 1001020000 474 Feb 27 19:56 moduleConfig.yml -rw-r--r--. 1 jenkins 1001020000 1159 Feb 27 19:56 resultConfigService.yml -rw-r--r--. 1 jenkins 1001020000 1025 Feb 27 19:56 resultConfig.yml -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 retrieveConfigService.yml -rw-r--r--. 1 jenkins 1001020000 457 Feb 27 19:56 retrieveConfig.yml ./openapi/sources/schemas/connections: total 120 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1130 Feb 27 19:56 connectionLogs.yml -rw-r--r--. 1 jenkins 1001020000 914 Feb 27 19:56 connectionMetrics.yml -rw-r--r--. 1 jenkins 1001020000 1590 Feb 27 19:56 connectionStatus.yml -rw-r--r--. 1 jenkins 1001020000 526 Feb 27 19:56 connectionType.yml -rw-r--r--. 1 jenkins 1001020000 563 Feb 27 19:56 connection.yml -rw-r--r--. 1 jenkins 1001020000 522 Feb 27 19:56 connectivityStatus.yml -rw-r--r--. 1 jenkins 1001020000 1075 Feb 27 19:56 inboundMetrics.yml -rw-r--r--. 1 jenkins 1001020000 526 Feb 27 19:56 logCategory.yml -rw-r--r--. 1 jenkins 1001020000 1297 Feb 27 19:56 logEntry.yml -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 logLevel.yml -rw-r--r--. 1 jenkins 1001020000 610 Feb 27 19:56 logType.yml -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 mappingContext.yml -rw-r--r--. 1 jenkins 1001020000 1547 Feb 27 19:56 newConnection.yml -rw-r--r--. 1 jenkins 1001020000 1313 Feb 27 19:56 outboundMetrics.yml -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 overallConnectionMetrics.yml -rw-r--r--. 1 jenkins 1001020000 624 Feb 27 19:56 payloadMappingDefinitions.yml -rw-r--r--. 1 jenkins 1001020000 3310 Feb 27 19:56 payloadMappingDefinition.yml -rw-r--r--. 1 jenkins 1001020000 1125 Feb 27 19:56 resourceStatus.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 singleMetric.yml -rw-r--r--. 1 jenkins 1001020000 670 Feb 27 19:56 sourceMetrics.yml -rw-r--r--. 1 jenkins 1001020000 556 Feb 27 19:56 sources.yml -rw-r--r--. 1 jenkins 1001020000 6935 Feb 27 19:56 source.yml -rw-r--r--. 1 jenkins 1001020000 2908 Feb 27 19:56 sshTunnel.yml -rw-r--r--. 1 jenkins 1001020000 675 Feb 27 19:56 targetMetrics.yml -rw-r--r--. 1 jenkins 1001020000 546 Feb 27 19:56 targets.yml -rw-r--r--. 1 jenkins 1001020000 3329 Feb 27 19:56 target.yml -rw-r--r--. 1 jenkins 1001020000 784 Feb 27 19:56 typedMetric.yml ./openapi/sources/schemas/errors: total 16 drwxr-sr-x. 2 jenkins 1001020000 80 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Feb 27 19:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Feb 27 19:56 error.yml -rw-r--r--. 1 jenkins 1001020000 453 Feb 27 19:56 textUnauthorizeError.yml ./openapi/sources/schemas/features: total 24 drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Feb 27 19:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Feb 27 19:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 feature.yml ./openapi/sources/schemas/logging: total 36 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 loggingUpdateFields.yml -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 moduleUpdatedLogLevel.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 module.yml -rw-r--r--. 1 jenkins 1001020000 890 Feb 27 19:56 resultLoggingConfig.yml -rw-r--r--. 1 jenkins 1001020000 682 Feb 27 19:56 resultUpdateRequest.yml -rw-r--r--. 1 jenkins 1001020000 438 Feb 27 19:56 retrieveLoggingConfig.yml -rw-r--r--. 1 jenkins 1001020000 860 Feb 27 19:56 updatedLogLevel.yml ./openapi/sources/schemas/piggyback: total 12 drwxr-sr-x. 2 jenkins 1001020000 97 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 701 Feb 27 19:56 basePiggybackCommandRequestSchema.yml -rw-r--r--. 1 jenkins 1001020000 701 Feb 27 19:56 piggybackManagingBackgroundCleanup.yml ./openapi/sources/schemas/policies: total 60 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1027 Feb 27 19:56 importable.yml -rw-r--r--. 1 jenkins 1001020000 527 Feb 27 19:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Feb 27 19:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Feb 27 19:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 637 Feb 27 19:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 791 Feb 27 19:56 policyImports.yml -rw-r--r--. 1 jenkins 1001020000 981 Feb 27 19:56 policyImport.yml -rw-r--r--. 1 jenkins 1001020000 669 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 2019 Feb 27 19:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Feb 27 19:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Feb 27 19:56 subjects.yml ./openapi/sources/schemas/properties: total 24 drwxr-sr-x. 2 jenkins 1001020000 160 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 694 Feb 27 19:56 namespacesProperty.yml -rw-r--r--. 1 jenkins 1001020000 1806 Feb 27 19:56 optionProperty.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 19:56 searchConditionProperty.yml -rw-r--r--. 1 jenkins 1001020000 2426 Feb 27 19:56 searchFilterProperty.yml -rw-r--r--. 1 jenkins 1001020000 3080 Feb 27 19:56 thingFieldsProperty.yml ./openapi/sources/schemas/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 64 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Feb 27 19:56 searchResultThings.yml -rw-r--r--. 1 jenkins 1001020000 742 Feb 27 19:56 searchThingsForm.yml ./openapi/sources/schemas/things: total 24 drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Feb 27 19:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Feb 27 19:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Feb 27 19:56 thing.yml ./openapi/sources/schemas/whoami: total 12 drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Feb 27 19:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Feb 27 19:56 whoami.yml ./openapi/sources/security: total 20 drwxr-sr-x. 2 jenkins 1001020000 115 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 192 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Feb 27 19:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 488 Feb 27 19:56 devOpsBasic.yml -rw-r--r--. 1 jenkins 1001020000 554 Feb 27 19:56 devOpsBearer.yml -rw-r--r--. 1 jenkins 1001020000 710 Feb 27 19:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Feb 27 19:56 nginxBasic.yml ./slides: total 36 drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_10_25-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2022_10_24_eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2022_10_ditto-and-wot drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2023_01_ditto-in-30-min drwxr-sr-x. 2 jenkins 1001020000 110 Feb 27 19:56 2024_02_27_eclipse-iot-wg-update drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29040 Feb 27 19:56 index.html ./slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34156 Feb 27 19:56 index.html ./slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14249 Feb 27 19:56 index.html ./slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15023 Feb 27 19:56 index.html ./slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31939 Feb 27 19:56 index.html ./slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15007 Feb 27 19:56 index.html ./slides/2020_10_19-eclipse-iot-wg-community-day: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16399 Feb 27 19:56 index.html ./slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 30836 Feb 27 19:56 index.html ./slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16519 Feb 27 19:56 index.html ./slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21875 Feb 27 19:56 index.html ./slides/2021_10_25-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14949 Feb 27 19:56 index.html ./slides/2022_10_24_eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13920 Feb 27 19:56 index.html ./slides/2022_10_ditto-and-wot: total 32 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 25651 Feb 27 19:56 index.html ./slides/2023_01_ditto-in-30-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 23383 Feb 27 19:56 index.html ./slides/2024_02_27_eclipse-iot-wg-update: total 376 drwxr-sr-x. 2 jenkins 1001020000 110 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 66606 Feb 27 19:56 ditto-commits-per-month-2024.png -rw-r--r--. 1 jenkins 1001020000 72261 Feb 27 19:56 ditto-last-12m.png -rw-r--r--. 1 jenkins 1001020000 213161 Feb 27 19:56 ditto-ui.png -rw-r--r--. 1 jenkins 1001020000 20269 Feb 27 19:56 index.html ./slides/bg-images: total 1344 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg -rw-r--r--. 1 jenkins 1001020000 478262 Feb 27 19:56 juan-davila-P8PlK2nGwqA-unsplash.jpg ./slides/images: total 808 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 267438 Feb 27 19:56 ditto-ui-screenshot.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Feb 27 19:56 wot.png ./wot: total 40 drwxr-sr-x. 2 jenkins 1001020000 118 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3764 Feb 27 19:56 ditto-extension.html -rw-r--r--. 1 jenkins 1001020000 1503 Feb 27 19:56 ditto-extension.jsonld -rw-r--r--. 1 jenkins 1001020000 2000 Feb 27 19:56 ditto-extension.rdf -rw-r--r--. 1 jenkins 1001020000 1513 Feb 27 19: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: images/blog/2024-02-15-integrating-ditto-ass-basyx/ 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-history.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-piggyback.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-hono.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: 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: 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: 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-deleteimport.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-modifyimport.html inflating: protocol-examples-policies-modifyimports.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-retrieveimport.html inflating: protocol-examples-policies-retrieveimports.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.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: 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-streaming-subscription.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: release_notes_300.html inflating: release_notes_310.html inflating: release_notes_311.html inflating: release_notes_312.html inflating: release_notes_320.html inflating: release_notes_321.html inflating: release_notes_330.html inflating: release_notes_332.html inflating: release_notes_333.html inflating: release_notes_334.html inflating: release_notes_335.html inflating: release_notes_336.html inflating: release_notes_337.html inflating: release_notes_340.html inflating: release_notes_341.html inflating: release_notes_342.html inflating: release_notes_343.html inflating: release_notes_344.html inflating: release_notes_350.html inflating: release_notes_351.html inflating: release_notes_352.html inflating: release_notes_353.html inflating: sandbox.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_history.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: user-interface.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: 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/blog/2024-02-15-integrating-ditto-ass-basyx/AASDashboard.png inflating: images/blog/2024-02-15-integrating-ditto-ass-basyx/aas-interaction.svg inflating: images/blog/2024-02-15-integrating-ditto-ass-basyx/aas-sequenz.svg inflating: images/blog/2024-02-15-integrating-ditto-ass-basyx/basic-interaction.svg inflating: images/blog/2024-02-15-integrating-ditto-ass-basyx/pullBridge.svg inflating: images/blog/2024-02-15-integrating-ditto-ass-basyx/pullWrapper.svg inflating: images/blog/2024-02-15-integrating-ditto-ass-basyx/push-pull-overview.svg inflating: images/blog/2024-02-15-integrating-ditto-ass-basyx/push.svg inflating: images/blog/benchmark/device-live-messages-scenario/800/gateway.png inflating: images/blog/benchmark/device-live-messages-scenario/800/gc.png inflating: images/blog/benchmark/modify-things-scenario/800/outbound.png inflating: images/blog/benchmark/read-things-scenario/3000/gateway.png inflating: images/blog/benchmark/read-things-scenario/3000/gc.png inflating: images/blog/benchmark/search-things-scenario/1800/gateway.png inflating: images/blog/benchmark/search-things-scenario/1800/gc.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: images/pages/ui/screenshot_add_environment.png inflating: images/pages/ui/screenshot_introduction.png inflating: images/pages/ui/screenshot_select_environment.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/protocol-streaming-subscription-failed-payload.json inflating: jsonschema/protocol-streaming-subscription-next-payload.json inflating: jsonschema/protocol-streaming-subscription-request-payload.json inflating: jsonschema/protocol-streaming-subscription-subscribe-for-persisted-events-payload.json inflating: jsonschema/protocol-streaming-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/connectionFieldsQueryParam.yml inflating: openapi/sources/parameters/connectionIdPathParam.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/ifEqualHeaderParam.yml inflating: openapi/sources/parameters/ifMatchHeaderParam.yml inflating: openapi/sources/parameters/ifMatchHeaderParamHash.yml inflating: openapi/sources/parameters/ifNoneMatchHeaderParam.yml inflating: openapi/sources/parameters/importedPolicyIdPathParam.yml inflating: openapi/sources/parameters/instanceIndexParam.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/loggingFieldsQueryParam.yml inflating: openapi/sources/parameters/messageClaimTimeoutParam.yml inflating: openapi/sources/parameters/messageSubjectPathParam.yml inflating: openapi/sources/parameters/messageTimeoutParam.yml inflating: openapi/sources/parameters/moduleNamePathParam.yml inflating: openapi/sources/parameters/namePodParam.yml inflating: openapi/sources/parameters/namespaceParameter.yml inflating: openapi/sources/parameters/namespacesFilter.yml inflating: openapi/sources/parameters/pathParam.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/serviceNameParam.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/config/config.yml inflating: openapi/sources/paths/config/podName.yml inflating: openapi/sources/paths/connections/command.yml inflating: openapi/sources/paths/connections/connectionId.yml inflating: openapi/sources/paths/connections/connections.yml inflating: openapi/sources/paths/connections/logs.yml inflating: openapi/sources/paths/connections/metrics.yml inflating: openapi/sources/paths/connections/status.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/logging/logging.yml inflating: openapi/sources/paths/logging/moduleName.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/piggyback/instanceIndex.yml inflating: openapi/sources/paths/piggyback/piggyback.yml inflating: openapi/sources/paths/piggyback/serviceName.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/import.yml inflating: openapi/sources/paths/policies/imports.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/responses/successUpdateLogLevel.yml inflating: openapi/sources/responses/successUpdateLogLevelSinglePod.yml inflating: openapi/sources/schemas/acknowledgements/acknowledgement.yml inflating: openapi/sources/schemas/acknowledgements/acknowledgements.yml inflating: openapi/sources/schemas/config/moduleConfig.yml inflating: openapi/sources/schemas/config/moduleConfigService.yml inflating: openapi/sources/schemas/config/resultConfig.yml inflating: openapi/sources/schemas/config/resultConfigService.yml inflating: openapi/sources/schemas/config/retrieveConfig.yml inflating: openapi/sources/schemas/config/retrieveConfigService.yml inflating: openapi/sources/schemas/connections/connection.yml inflating: openapi/sources/schemas/connections/connectionLogs.yml inflating: openapi/sources/schemas/connections/connectionMetrics.yml inflating: openapi/sources/schemas/connections/connectionStatus.yml inflating: openapi/sources/schemas/connections/connectionType.yml inflating: openapi/sources/schemas/connections/connectivityStatus.yml inflating: openapi/sources/schemas/connections/inboundMetrics.yml inflating: openapi/sources/schemas/connections/logCategory.yml inflating: openapi/sources/schemas/connections/logEntry.yml inflating: openapi/sources/schemas/connections/logLevel.yml inflating: openapi/sources/schemas/connections/logType.yml inflating: openapi/sources/schemas/connections/mappingContext.yml inflating: openapi/sources/schemas/connections/newConnection.yml inflating: openapi/sources/schemas/connections/outboundMetrics.yml inflating: openapi/sources/schemas/connections/overallConnectionMetrics.yml inflating: openapi/sources/schemas/connections/payloadMappingDefinition.yml inflating: openapi/sources/schemas/connections/payloadMappingDefinitions.yml inflating: openapi/sources/schemas/connections/resourceStatus.yml inflating: openapi/sources/schemas/connections/singleMetric.yml inflating: openapi/sources/schemas/connections/source.yml inflating: openapi/sources/schemas/connections/sourceMetrics.yml inflating: openapi/sources/schemas/connections/sources.yml inflating: openapi/sources/schemas/connections/sshTunnel.yml inflating: openapi/sources/schemas/connections/target.yml inflating: openapi/sources/schemas/connections/targetMetrics.yml inflating: openapi/sources/schemas/connections/targets.yml inflating: openapi/sources/schemas/connections/typedMetric.yml inflating: openapi/sources/schemas/errors/advancedError.yml inflating: openapi/sources/schemas/errors/error.yml inflating: openapi/sources/schemas/errors/textUnauthorizeError.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/logging/loggingUpdateFields.yml inflating: openapi/sources/schemas/logging/module.yml inflating: openapi/sources/schemas/logging/moduleUpdatedLogLevel.yml inflating: openapi/sources/schemas/logging/resultLoggingConfig.yml inflating: openapi/sources/schemas/logging/resultUpdateRequest.yml inflating: openapi/sources/schemas/logging/retrieveLoggingConfig.yml inflating: openapi/sources/schemas/logging/updatedLogLevel.yml inflating: openapi/sources/schemas/piggyback/basePiggybackCommandRequestSchema.yml inflating: openapi/sources/schemas/piggyback/piggybackManagingBackgroundCleanup.yml inflating: openapi/sources/schemas/policies/importable.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/policyImport.yml inflating: openapi/sources/schemas/policies/policyImports.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/properties/namespacesProperty.yml inflating: openapi/sources/schemas/properties/optionProperty.yml inflating: openapi/sources/schemas/properties/searchConditionProperty.yml inflating: openapi/sources/schemas/properties/searchFilterProperty.yml inflating: openapi/sources/schemas/properties/thingFieldsProperty.yml inflating: openapi/sources/schemas/search/searchResultThings.yml inflating: openapi/sources/schemas/search/searchThingsForm.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/devOpsBasic.yml inflating: openapi/sources/security/devOpsBearer.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/deleteimport.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/deleteimportresponse.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/modifyimport.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifyimportresponse.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifyimportresponsecreated.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifyimports.md inflating: pages/ditto/protocol/examples/policies/generated/commands/modify/modifyimportsresponse.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/retrieveimport.md inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrieveimportresponse.md inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrieveimports.md inflating: pages/ditto/protocol/examples/policies/generated/commands/query/retrieveimportsresponse.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/2022_10_24_eclipse-iot-wg-community-day/index.html inflating: slides/2022_10_ditto-and-wot/index.html inflating: slides/2023_01_ditto-in-30-min/index.html inflating: slides/2024_02_27_eclipse-iot-wg-update/ditto-commits-per-month-2024.png inflating: slides/2024_02_27_eclipse-iot-wg-update/ditto-last-12m.png inflating: slides/2024_02_27_eclipse-iot-wg-update/ditto-ui.png inflating: slides/2024_02_27_eclipse-iot-wg-update/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/bg-images/juan-davila-P8PlK2nGwqA-unsplash.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/ditto-ui-screenshot.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-07-milestone-announcement-020-M1.html inflating: 2018-02-08-feature-definition.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 inflating: 2022-09-28-release-announcement-300.html inflating: 2022-11-04-live-message-conditions.html inflating: 2022-12-16-release-announcement-310.html inflating: 2023-03-08-release-announcement-320.html inflating: 2023-06-23-release-announcement-330.html inflating: 2023-10-09-ditto-benchmark.html inflating: 2023-10-17-release-announcement-340.html inflating: 2024-01-26-release-announcement-350.html inflating: 2024-02-27-integrating-ditto-aas-basyx.html [Pipeline] sh + unzip -o ../ditto-release-3.5/documentation/target/ditto-documentation-0-SNAPSHOT-site.zip -d 3.5 Archive: ../ditto-release-3.5/documentation/target/ditto-documentation-0-SNAPSHOT-site.zip creating: 3.5/architecture/ creating: 3.5/pages/ creating: 3.5/pages/ditto/ creating: 3.5/pages/ditto/protocol/ creating: 3.5/pages/ditto/protocol/examples/ creating: 3.5/pages/ditto/protocol/examples/connections/ creating: 3.5/pages/ditto/protocol/examples/connections/generated/ creating: 3.5/pages/ditto/protocol/examples/connections/generated/announcements/ creating: 3.5/pages/ditto/protocol/examples/policies/ creating: 3.5/pages/ditto/protocol/examples/policies/generated/ creating: 3.5/pages/ditto/protocol/examples/policies/generated/announcements/ creating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/ creating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/ creating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/query/ creating: 3.5/pages/ditto/protocol/examples/policies/generated/exceptions/ creating: 3.5/pages/ditto/protocol/examples/search/ creating: 3.5/pages/ditto/protocol/examples/search/generated/ creating: 3.5/pages/ditto/protocol/examples/search/generated/commands/ creating: 3.5/pages/ditto/protocol/examples/search/generated/events/ creating: 3.5/pages/ditto/protocol/examples/search/generated/exceptions/ creating: 3.5/pages/ditto/protocol/examples/things/ creating: 3.5/pages/ditto/protocol/examples/things/generated/ creating: 3.5/pages/ditto/protocol/examples/things/generated/commands/ creating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/ creating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/ creating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/ creating: 3.5/pages/ditto/protocol/examples/things/generated/events/ creating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/ inflating: 3.5/404.html inflating: 3.5/advanced-data-by-pass.html inflating: 3.5/architecture-overview.html inflating: 3.5/architecture-services-connectivity.html inflating: 3.5/architecture-services-gateway.html inflating: 3.5/architecture-services-policies.html inflating: 3.5/architecture-services-things-search.html inflating: 3.5/architecture-services-things.html inflating: 3.5/basic-acknowledgements.html inflating: 3.5/basic-apis.html inflating: 3.5/basic-auth.html inflating: 3.5/basic-changenotifications.html inflating: 3.5/basic-conditional-requests.html inflating: 3.5/basic-connections.html inflating: 3.5/basic-enrichment.html inflating: 3.5/basic-errors.html inflating: 3.5/basic-feature.html inflating: 3.5/basic-history.html inflating: 3.5/basic-messages.html inflating: 3.5/basic-metadata.html inflating: 3.5/basic-namespaces-and-names.html inflating: 3.5/basic-overview.html inflating: 3.5/basic-placeholders.html inflating: 3.5/basic-policy.html inflating: 3.5/basic-rql.html inflating: 3.5/basic-search.html inflating: 3.5/basic-signals-announcement.html inflating: 3.5/basic-signals-command.html inflating: 3.5/basic-signals-commandresponse.html inflating: 3.5/basic-signals-errorresponse.html inflating: 3.5/basic-signals-event.html inflating: 3.5/basic-signals.html inflating: 3.5/basic-thing.html inflating: 3.5/basic-wot-integration-example.html inflating: 3.5/basic-wot-integration.html inflating: 3.5/blog.html inflating: 3.5/blog_archive.html inflating: 3.5/client-sdk-java.html inflating: 3.5/client-sdk-javascript.html inflating: 3.5/client-sdk-overview.html inflating: 3.5/connectivity-header-mapping.html inflating: 3.5/connectivity-hmac-signing.html inflating: 3.5/connectivity-manage-connections-piggyback.html inflating: 3.5/connectivity-manage-connections.html inflating: 3.5/connectivity-mapping.html inflating: 3.5/connectivity-overview.html inflating: 3.5/connectivity-protocol-bindings-amqp091.html inflating: 3.5/connectivity-protocol-bindings-amqp10.html inflating: 3.5/connectivity-protocol-bindings-hono.html inflating: 3.5/connectivity-protocol-bindings-http.html inflating: 3.5/connectivity-protocol-bindings-kafka2.html inflating: 3.5/connectivity-protocol-bindings-mqtt.html inflating: 3.5/connectivity-protocol-bindings-mqtt5.html inflating: 3.5/connectivity-ssh-tunneling.html inflating: 3.5/connectivity-tls-certificates.html inflating: 3.5/feed.xml inflating: 3.5/feedback.html inflating: 3.5/glossary.html inflating: 3.5/http-api-doc.html inflating: 3.5/httpapi-concepts.html inflating: 3.5/httpapi-messages.html inflating: 3.5/httpapi-overview.html inflating: 3.5/httpapi-protocol-bindings-cloudevents.html inflating: 3.5/httpapi-protocol-bindings-websocket.html inflating: 3.5/httpapi-search.html inflating: 3.5/httpapi-sse.html inflating: 3.5/index.html inflating: 3.5/installation-building.html inflating: 3.5/installation-extending.html inflating: 3.5/installation-operating.html inflating: 3.5/installation-running.html inflating: 3.5/intro-digitaltwins.html inflating: 3.5/intro-hello-world.html inflating: 3.5/intro-overview.html inflating: 3.5/presentations.html inflating: 3.5/protocol-bindings.html inflating: 3.5/protocol-examples-connections-announcement-closed.html inflating: 3.5/protocol-examples-connections-announcement-opened.html inflating: 3.5/protocol-examples-createattribute.html inflating: 3.5/protocol-examples-createattributes.html inflating: 3.5/protocol-examples-createdefinition.html inflating: 3.5/protocol-examples-createdesiredproperties.html inflating: 3.5/protocol-examples-createdesiredproperty.html inflating: 3.5/protocol-examples-createfeature.html inflating: 3.5/protocol-examples-createfeatures.html inflating: 3.5/protocol-examples-createproperties.html inflating: 3.5/protocol-examples-createproperty.html inflating: 3.5/protocol-examples-creatething.html inflating: 3.5/protocol-examples-createthingdefinition.html inflating: 3.5/protocol-examples-deleteattribute.html inflating: 3.5/protocol-examples-deleteattributes.html inflating: 3.5/css/boxshadowproperties.css inflating: 3.5/css/customstyles.css inflating: 3.5/css/modern-business.css inflating: 3.5/css/printstyles.css inflating: 3.5/css/swagger.css inflating: 3.5/css/syntax.css inflating: 3.5/css/theme-blue.css inflating: 3.5/css/theme-ditto.css inflating: 3.5/css/theme-green.css inflating: 3.5/protocol-examples-deletedefinition.html inflating: 3.5/protocol-examples-deletedesiredproperties.html inflating: 3.5/protocol-examples-deletedesiredproperty.html inflating: 3.5/protocol-examples-deletefeature.html inflating: 3.5/protocol-examples-deletefeatures.html inflating: 3.5/protocol-examples-deleteproperties.html inflating: 3.5/protocol-examples-deleteproperty.html inflating: 3.5/protocol-examples-deletething.html inflating: 3.5/protocol-examples-deletethingdefinition.html inflating: 3.5/protocol-examples-errorresponses.html inflating: 3.5/protocol-examples-mergeattribute.html inflating: 3.5/protocol-examples-mergeattributes.html inflating: 3.5/protocol-examples-mergedesiredproperties.html inflating: 3.5/protocol-examples-mergedesiredproperty.html inflating: 3.5/protocol-examples-mergefeature.html inflating: 3.5/protocol-examples-mergefeaturedefinition.html inflating: 3.5/protocol-examples-mergefeatures.html inflating: 3.5/protocol-examples-mergepolicyid.html inflating: 3.5/protocol-examples-mergeproperties.html inflating: 3.5/protocol-examples-mergeproperty.html inflating: 3.5/protocol-examples-mergething.html inflating: 3.5/protocol-examples-mergethingdefinition.html inflating: 3.5/protocol-examples-modifyattribute.html inflating: 3.5/protocol-examples-modifyattributes.html inflating: 3.5/protocol-examples-modifydefinition.html inflating: 3.5/protocol-examples-modifydesiredproperties.html inflating: 3.5/protocol-examples-modifydesiredproperty.html inflating: 3.5/protocol-examples-modifyfeature.html inflating: 3.5/protocol-examples-modifyfeatures.html inflating: 3.5/protocol-examples-modifypolicyid.html inflating: 3.5/protocol-examples-modifyproperties.html inflating: 3.5/protocol-examples-modifyproperty.html inflating: 3.5/protocol-examples-modifything.html inflating: 3.5/protocol-examples-modifythingdefinition.html inflating: 3.5/protocol-examples-policies-announcement-subjectDeletion.html inflating: 3.5/protocol-examples-policies-createpolicy.html inflating: 3.5/protocol-examples-policies-createpolicyentry.html inflating: 3.5/protocol-examples-policies-createresource.html inflating: 3.5/protocol-examples-policies-createsubject.html inflating: 3.5/protocol-examples-policies-deleteimport.html inflating: 3.5/protocol-examples-policies-deletepolicy.html inflating: 3.5/protocol-examples-policies-deletepolicyentry.html inflating: 3.5/protocol-examples-policies-deleteresource.html inflating: 3.5/protocol-examples-policies-deletesubject.html inflating: 3.5/protocol-examples-policies-errorresponses.html inflating: 3.5/protocol-examples-policies-modifyimport.html inflating: 3.5/protocol-examples-policies-modifyimports.html inflating: 3.5/protocol-examples-policies-modifypolicy.html inflating: 3.5/protocol-examples-policies-modifypolicyentries.html inflating: 3.5/protocol-examples-policies-modifypolicyentry.html inflating: 3.5/protocol-examples-policies-modifyresource.html inflating: 3.5/protocol-examples-policies-modifyresources.html inflating: 3.5/protocol-examples-policies-modifysubject.html inflating: 3.5/protocol-examples-policies-modifysubjects.html inflating: 3.5/protocol-examples-policies-retrieveimport.html inflating: 3.5/protocol-examples-policies-retrieveimports.html inflating: 3.5/protocol-examples-policies-retrievepolicy.html inflating: 3.5/protocol-examples-policies-retrievepolicyentries.html inflating: 3.5/protocol-examples-policies-retrievepolicyentry.html inflating: 3.5/protocol-examples-policies-retrieveresource.html inflating: 3.5/protocol-examples-policies-retrieveresources.html inflating: 3.5/protocol-examples-policies-retrievesubject.html inflating: 3.5/protocol-examples-policies-retrievesubjects.html inflating: 3.5/protocol-examples-retrieveattribute.html inflating: 3.5/protocol-examples-retrieveattributes.html inflating: 3.5/protocol-examples-retrievedefinition.html inflating: 3.5/protocol-examples-retrievedesiredproperties.html inflating: 3.5/protocol-examples-retrievedesiredproperty.html inflating: 3.5/protocol-examples.html inflating: 3.5/protocol-examples-retrievefeature.html inflating: 3.5/protocol-examples-retrievefeatures.html inflating: 3.5/protocol-examples-retrieveproperties.html inflating: 3.5/protocol-examples-retrieveproperty.html inflating: 3.5/protocol-examples-retrievething.html inflating: 3.5/protocol-examples-retrievethingdefinition.html inflating: 3.5/protocol-examples-retrievethings.html inflating: 3.5/protocol-examples-search.html inflating: 3.5/protocol-overview.html inflating: 3.5/protocol-specification-acks.html inflating: 3.5/protocol-specification-connections-announcement.html inflating: 3.5/protocol-specification-connections.html inflating: 3.5/protocol-specification-errors.html inflating: 3.5/protocol-specification-policies-announcement.html inflating: 3.5/protocol-specification-policies-create-or-modify.html inflating: 3.5/protocol-specification-policies-delete.html inflating: 3.5/protocol-specification-policies-retrieve.html inflating: 3.5/protocol-specification-policies.html inflating: 3.5/protocol-specification-streaming-subscription.html inflating: 3.5/protocol-specification-things-create-or-modify.html inflating: 3.5/protocol-specification-things-delete.html inflating: 3.5/protocol-specification-things-merge.html inflating: 3.5/protocol-specification-things-messages.html inflating: 3.5/protocol-specification-things-retrieve.html inflating: 3.5/protocol-specification-things-search.html inflating: 3.5/protocol-specification-things.html inflating: 3.5/protocol-specification-topic.html inflating: 3.5/protocol-specification.html inflating: 3.5/protocol-twinlive.html inflating: 3.5/release_notes_010-M1.html inflating: 3.5/release_notes_010-M3.html inflating: 3.5/release_notes_020-M1.html inflating: 3.5/release_notes_030-M1.html inflating: 3.5/release_notes_030-M2.html inflating: 3.5/release_notes_080.html inflating: 3.5/release_notes_080-M1.html inflating: 3.5/release_notes_080-M2.html inflating: 3.5/release_notes_080-M3.html inflating: 3.5/release_notes_090.html inflating: 3.5/release_notes_090-M1.html inflating: 3.5/release_notes_090-M2.html inflating: 3.5/release_notes_100.html inflating: 3.5/release_notes_100-M1a.html inflating: 3.5/release_notes_100-M2.html inflating: 3.5/release_notes_110.html inflating: 3.5/release_notes_111.html inflating: 3.5/release_notes_112.html inflating: 3.5/release_notes_113.html inflating: 3.5/release_notes_115.html inflating: 3.5/release_notes_120.html inflating: 3.5/release_notes_121.html inflating: 3.5/release_notes_130.html inflating: 3.5/release_notes_140.html inflating: 3.5/release_notes_150.html inflating: 3.5/release_notes_151.html inflating: 3.5/release_notes_200.html inflating: 3.5/release_notes_201.html inflating: 3.5/release_notes_210.html inflating: 3.5/release_notes_211.html inflating: 3.5/release_notes_212.html inflating: 3.5/release_notes_213.html inflating: 3.5/release_notes_220.html inflating: 3.5/release_notes_221.html inflating: 3.5/release_notes_222.html inflating: 3.5/release_notes_230.html inflating: 3.5/release_notes_231.html inflating: 3.5/release_notes_232.html inflating: 3.5/release_notes_240.html inflating: 3.5/release_notes_241.html inflating: 3.5/release_notes_242.html inflating: 3.5/release_notes_300.html inflating: 3.5/release_notes_310.html inflating: 3.5/release_notes_311.html inflating: 3.5/release_notes_312.html inflating: 3.5/release_notes_320.html inflating: 3.5/release_notes_321.html inflating: 3.5/release_notes_330.html inflating: 3.5/release_notes_332.html inflating: 3.5/release_notes_333.html inflating: 3.5/release_notes_334.html inflating: 3.5/release_notes_335.html inflating: 3.5/release_notes_336.html inflating: 3.5/release_notes_337.html inflating: 3.5/release_notes_340.html inflating: 3.5/release_notes_341.html inflating: 3.5/release_notes_342.html inflating: 3.5/release_notes_343.html inflating: 3.5/release_notes_344.html inflating: 3.5/release_notes_350.html inflating: 3.5/release_notes_351.html inflating: 3.5/release_notes_352.html inflating: 3.5/release_notes_353.html inflating: 3.5/sandbox.html inflating: 3.5/search.json inflating: 3.5/sitemap.xml inflating: 3.5/tag_advanced.html inflating: 3.5/tag_architecture.html inflating: 3.5/tag_blog.html inflating: 3.5/tag_client_sdk.html inflating: 3.5/tag_connectivity.html inflating: 3.5/tag_getting_started.html inflating: 3.5/tag_history.html inflating: 3.5/tag_http.html inflating: 3.5/tag_installation.html inflating: 3.5/tag_model.html inflating: 3.5/tag_news.html inflating: 3.5/tag_protocol.html inflating: 3.5/tag_release_notes.html inflating: 3.5/tag_rql.html inflating: 3.5/tag_search.html inflating: 3.5/tag_signal.html inflating: 3.5/tag_troubleshooting.html inflating: 3.5/tag_wot.html inflating: 3.5/user-interface.html inflating: 3.5/robots.txt inflating: 3.5/Gemfile inflating: 3.5/Gemfile.lock inflating: 3.5/architecture/DADR-0001-record-architecture-decisions.md inflating: 3.5/architecture/DADR-0002-replace-akka-pubsub-for-event-publishing.md inflating: 3.5/architecture/DADR-0003-do-not-interrupt-threads.md inflating: 3.5/architecture/DADR-0004-signal-enrichment.md inflating: 3.5/architecture/DADR-0005-semantic-versioning.md inflating: 3.5/architecture/DADR-0006-merge-payload.md inflating: 3.5/architecture/DADR-0007-concierge-removal.md inflating: 3.5/architecture/DADR-0008-wildcard-search-index.md inflating: 3.5/docson/LICENSE inflating: 3.5/docson/README.md inflating: 3.5/docson/bower.json inflating: 3.5/docson/css/docson.css inflating: 3.5/docson/docson-swagger.js inflating: 3.5/docson/docson.js inflating: 3.5/docson/index.html inflating: 3.5/docson/lib/handlebars.js inflating: 3.5/docson/lib/highlight.js inflating: 3.5/docson/lib/jquery.js inflating: 3.5/docson/lib/jsonpointer.js inflating: 3.5/docson/lib/marked.js inflating: 3.5/docson/lib/require.js inflating: 3.5/docson/lib/traverse.js inflating: 3.5/docson/templates/box.html inflating: 3.5/docson/templates/signature.html inflating: 3.5/docson/widget.js inflating: 3.5/files/migration_mongodb_0.8.0-M2_0.8.0-M3.js inflating: 3.5/files/migration_mongodb_1.0.0.js inflating: 3.5/google459c4cca88b3ce46.html inflating: 3.5/images/2020-04-16-Logo_TTVC_color.png inflating: 3.5/images/GitHub-Mark-Light-32px.png inflating: 3.5/images/blog/2018-05-02-ditto-hono-digital-twin.png inflating: 3.5/images/blog/2018-09-21-selective-push-notifications-example-setup.png inflating: 3.5/images/blog/2018-09-21-selective-push-notifications-visual-comparison.png inflating: 3.5/images/blog/2018-09-21-selective-push-notifications-websocket_org.png inflating: 3.5/images/blog/2018-12-14-command-and-control.png inflating: 3.5/images/blog/2021-03-22-azure-iot-hub-integration-overview.png inflating: 3.5/images/blog/2021-04-06-ssh-tunnel-for-managed-connections-shema.png inflating: 3.5/images/blog/benchmark/device-live-messages-scenario/800/gateway.png inflating: 3.5/images/blog/benchmark/device-live-messages-scenario/800/gc.png inflating: 3.5/images/blog/benchmark/modify-things-scenario/800/outbound.png inflating: 3.5/images/blog/benchmark/read-things-scenario/3000/gateway.png inflating: 3.5/images/blog/benchmark/read-things-scenario/3000/gc.png inflating: 3.5/images/blog/benchmark/search-things-scenario/1800/gateway.png inflating: 3.5/images/blog/benchmark/search-things-scenario/1800/gc.png inflating: 3.5/images/ditto-overview-1.png inflating: 3.5/images/ditto-overview-1.svg inflating: 3.5/images/ditto-super-1.png inflating: 3.5/images/ditto-super-1.svg inflating: 3.5/images/ditto.svg inflating: 3.5/images/ditto_allwhite_symbolonly.svg inflating: 3.5/images/ditto_allwhite_textonly.svg inflating: 3.5/images/ditto_symbolonly.svg inflating: 3.5/images/ditto_textonly.svg inflating: 3.5/images/eclipse_foundation_logo.svg inflating: 3.5/images/favicon-16x16.png inflating: 3.5/images/favicon-32x32.png inflating: 3.5/images/favicon-96x96.png inflating: 3.5/images/iot_logo.svg inflating: 3.5/images/pages/advanced/data-by-pass-architectural-design.jpg inflating: 3.5/images/pages/architecture/context-overview-initial.png inflating: 3.5/images/pages/architecture/context-overview.png inflating: 3.5/images/pages/architecture/ditto-architecture-overview-2022.png inflating: 3.5/images/pages/basic/ditto-class-diagram-v2.png inflating: 3.5/images/pages/basic/ditto-messages.png inflating: 3.5/images/pages/basic/ditto-thing-feature-definition-model.png inflating: 3.5/images/pages/basic/ditto-thing-feature.png inflating: 3.5/images/pages/basic/policy-example-2.png inflating: 3.5/images/pages/basic/policy-example.png inflating: 3.5/images/pages/protocol/ditto-live-channel.png inflating: 3.5/images/pages/protocol/ditto-twin-channel.png inflating: 3.5/images/pages/ui/screenshot_add_environment.png inflating: 3.5/images/pages/ui/screenshot_introduction.png inflating: 3.5/images/pages/ui/screenshot_select_environment.png inflating: 3.5/js/customscripts.js inflating: 3.5/js/toc.js inflating: 3.5/jsonschema/connection.json inflating: 3.5/jsonschema/error.json inflating: 3.5/jsonschema/feature_v2.json inflating: 3.5/jsonschema/piggyback-command.json inflating: 3.5/jsonschema/policy.json inflating: 3.5/jsonschema/protocol-ack.json inflating: 3.5/jsonschema/protocol-acks.json inflating: 3.5/jsonschema/protocol-announcement.json inflating: 3.5/jsonschema/protocol-envelope.json inflating: 3.5/jsonschema/protocol-error_response.json inflating: 3.5/jsonschema/protocol-response.json inflating: 3.5/jsonschema/protocol-search-failed-payload.json inflating: 3.5/jsonschema/protocol-search-next-payload.json inflating: 3.5/jsonschema/protocol-search-request-payload.json inflating: 3.5/jsonschema/protocol-search-subscribe-payload.json inflating: 3.5/jsonschema/protocol-search-subscriptionid.json inflating: 3.5/jsonschema/protocol-streaming-subscription-failed-payload.json inflating: 3.5/jsonschema/protocol-streaming-subscription-next-payload.json inflating: 3.5/jsonschema/protocol-streaming-subscription-request-payload.json inflating: 3.5/jsonschema/protocol-streaming-subscription-subscribe-for-persisted-events-payload.json inflating: 3.5/jsonschema/protocol-streaming-subscriptionid.json inflating: 3.5/jsonschema/thing_v2.json inflating: 3.5/openapi/README.md inflating: 3.5/openapi/ditto-api-2.yml inflating: 3.5/openapi/sources/api-2-index.yml inflating: 3.5/openapi/sources/package-lock.json inflating: 3.5/openapi/sources/package.json inflating: 3.5/openapi/sources/parameters/allowPolicyLockoutParam.yml inflating: 3.5/openapi/sources/parameters/attributePathPathParam.yml inflating: 3.5/openapi/sources/parameters/attributesFieldsQueryParam.yml inflating: 3.5/openapi/sources/parameters/channelParam.yml inflating: 3.5/openapi/sources/parameters/channelParamPutDescription.yml inflating: 3.5/openapi/sources/parameters/conditionParam.yml inflating: 3.5/openapi/sources/parameters/connectionFieldsQueryParam.yml inflating: 3.5/openapi/sources/parameters/connectionIdPathParam.yml inflating: 3.5/openapi/sources/parameters/deleteMetadataParam.yml inflating: 3.5/openapi/sources/parameters/desiredPropertiesFieldsQueryParam.yml inflating: 3.5/openapi/sources/parameters/featureFieldsQueryParam.yml inflating: 3.5/openapi/sources/parameters/featureIdPathPathParam.yml inflating: 3.5/openapi/sources/parameters/featuresFieldsQueryParam.yml inflating: 3.5/openapi/sources/parameters/getMetadataParam.yml inflating: 3.5/openapi/sources/parameters/ifEqualHeaderParam.yml inflating: 3.5/openapi/sources/parameters/ifMatchHeaderParam.yml inflating: 3.5/openapi/sources/parameters/ifMatchHeaderParamHash.yml inflating: 3.5/openapi/sources/parameters/ifNoneMatchHeaderParam.yml inflating: 3.5/openapi/sources/parameters/importedPolicyIdPathParam.yml inflating: 3.5/openapi/sources/parameters/instanceIndexParam.yml inflating: 3.5/openapi/sources/parameters/labelPathParam.yml inflating: 3.5/openapi/sources/parameters/liveChannelConditionParam.yml inflating: 3.5/openapi/sources/parameters/liveChannelTimeoutStrategyParam.yml inflating: 3.5/openapi/sources/parameters/liveMessageRequestedAcksParam.yml inflating: 3.5/openapi/sources/parameters/loggingFieldsQueryParam.yml inflating: 3.5/openapi/sources/parameters/messageClaimTimeoutParam.yml inflating: 3.5/openapi/sources/parameters/messageSubjectPathParam.yml inflating: 3.5/openapi/sources/parameters/messageTimeoutParam.yml inflating: 3.5/openapi/sources/parameters/moduleNamePathParam.yml inflating: 3.5/openapi/sources/parameters/namePodParam.yml inflating: 3.5/openapi/sources/parameters/namespaceParameter.yml inflating: 3.5/openapi/sources/parameters/namespacesFilter.yml inflating: 3.5/openapi/sources/parameters/pathParam.yml inflating: 3.5/openapi/sources/parameters/policyFieldsQueryParam.yml inflating: 3.5/openapi/sources/parameters/policyIdPathParam.yml inflating: 3.5/openapi/sources/parameters/propertiesFieldsQueryParam.yml inflating: 3.5/openapi/sources/parameters/propertyPathPathParam.yml inflating: 3.5/openapi/sources/parameters/putMetadataParam.yml inflating: 3.5/openapi/sources/parameters/requestedAcksParam.yml inflating: 3.5/openapi/sources/parameters/resourcePathPathParam.yml inflating: 3.5/openapi/sources/parameters/responseRequiredParam.yml inflating: 3.5/openapi/sources/parameters/searchFilter.yml inflating: 3.5/openapi/sources/parameters/serviceNameParam.yml inflating: 3.5/openapi/sources/parameters/subjectIdPathParam.yml inflating: 3.5/openapi/sources/parameters/thingFieldsQueryParam.yml inflating: 3.5/openapi/sources/parameters/thingIdPathParam.yml inflating: 3.5/openapi/sources/parameters/timeoutParam.yml inflating: 3.5/openapi/sources/paths/cloudevents/cloudevents.yml inflating: 3.5/openapi/sources/paths/config/config.yml inflating: 3.5/openapi/sources/paths/config/podName.yml inflating: 3.5/openapi/sources/paths/connections/command.yml inflating: 3.5/openapi/sources/paths/connections/connectionId.yml inflating: 3.5/openapi/sources/paths/connections/connections.yml inflating: 3.5/openapi/sources/paths/connections/logs.yml inflating: 3.5/openapi/sources/paths/connections/metrics.yml inflating: 3.5/openapi/sources/paths/connections/status.yml inflating: 3.5/openapi/sources/paths/features/definition.yml inflating: 3.5/openapi/sources/paths/features/desiredProperties.yml inflating: 3.5/openapi/sources/paths/features/desiredProperty.yml inflating: 3.5/openapi/sources/paths/features/feature.yml inflating: 3.5/openapi/sources/paths/features/index.yml inflating: 3.5/openapi/sources/paths/features/properties.yml inflating: 3.5/openapi/sources/paths/features/property.yml inflating: 3.5/openapi/sources/paths/logging/logging.yml inflating: 3.5/openapi/sources/paths/logging/moduleName.yml inflating: 3.5/openapi/sources/paths/messages/feature-inbox-message.yml inflating: 3.5/openapi/sources/paths/messages/feature-outbox-message.yml inflating: 3.5/openapi/sources/paths/messages/inbox-claim.yml inflating: 3.5/openapi/sources/paths/messages/inbox-message.yml inflating: 3.5/openapi/sources/paths/messages/outbox-message.yml inflating: 3.5/openapi/sources/paths/piggyback/instanceIndex.yml inflating: 3.5/openapi/sources/paths/piggyback/piggyback.yml inflating: 3.5/openapi/sources/paths/piggyback/serviceName.yml inflating: 3.5/openapi/sources/paths/policies/activateTokenIntegration.yml inflating: 3.5/openapi/sources/paths/policies/activateTokenIntegrationForEntry.yml inflating: 3.5/openapi/sources/paths/policies/deactivateTokenIntegration.yml inflating: 3.5/openapi/sources/paths/policies/deactivateTokenIntegrationForEntry.yml inflating: 3.5/openapi/sources/paths/policies/entries.yml inflating: 3.5/openapi/sources/paths/policies/entry.yml inflating: 3.5/openapi/sources/paths/policies/import.yml inflating: 3.5/openapi/sources/paths/policies/imports.yml inflating: 3.5/openapi/sources/paths/policies/policy.yml inflating: 3.5/openapi/sources/paths/policies/resource.yml inflating: 3.5/openapi/sources/paths/policies/resources.yml inflating: 3.5/openapi/sources/paths/policies/subject.yml inflating: 3.5/openapi/sources/paths/policies/subjects.yml inflating: 3.5/openapi/sources/paths/search/things-count.yml inflating: 3.5/openapi/sources/paths/search/things.yml inflating: 3.5/openapi/sources/paths/things/attribute.yml inflating: 3.5/openapi/sources/paths/things/attributes.yml inflating: 3.5/openapi/sources/paths/things/definition.yml inflating: 3.5/openapi/sources/paths/things/index.yml inflating: 3.5/openapi/sources/paths/things/policyId.yml inflating: 3.5/openapi/sources/paths/things/thing.yml inflating: 3.5/openapi/sources/paths/whoami/index.yml inflating: 3.5/openapi/sources/requests/attributes.yml inflating: 3.5/openapi/sources/requests/definition.yml inflating: 3.5/openapi/sources/requests/dittoProtocol.yml inflating: 3.5/openapi/sources/requests/patchValue.yml inflating: 3.5/openapi/sources/requests/payload.yml inflating: 3.5/openapi/sources/requests/policies/actions/activateTokenIntegration.yml inflating: 3.5/openapi/sources/requests/value.yml inflating: 3.5/openapi/sources/responses/dependencyFailed.yml inflating: 3.5/openapi/sources/responses/entityTooLarge.yml inflating: 3.5/openapi/sources/responses/messageTooLarge.yml inflating: 3.5/openapi/sources/responses/notModified.yml inflating: 3.5/openapi/sources/responses/preconditionFailed.yml inflating: 3.5/openapi/sources/responses/successUpdateLogLevel.yml inflating: 3.5/openapi/sources/responses/successUpdateLogLevelSinglePod.yml inflating: 3.5/openapi/sources/schemas/acknowledgements/acknowledgement.yml inflating: 3.5/openapi/sources/schemas/acknowledgements/acknowledgements.yml inflating: 3.5/openapi/sources/schemas/config/moduleConfig.yml inflating: 3.5/openapi/sources/schemas/config/moduleConfigService.yml inflating: 3.5/openapi/sources/schemas/config/resultConfig.yml inflating: 3.5/openapi/sources/schemas/config/resultConfigService.yml inflating: 3.5/openapi/sources/schemas/config/retrieveConfig.yml inflating: 3.5/openapi/sources/schemas/config/retrieveConfigService.yml inflating: 3.5/openapi/sources/schemas/connections/connection.yml inflating: 3.5/openapi/sources/schemas/connections/connectionLogs.yml inflating: 3.5/openapi/sources/schemas/connections/connectionMetrics.yml inflating: 3.5/openapi/sources/schemas/connections/connectionStatus.yml inflating: 3.5/openapi/sources/schemas/connections/connectionType.yml inflating: 3.5/openapi/sources/schemas/connections/connectivityStatus.yml inflating: 3.5/openapi/sources/schemas/connections/inboundMetrics.yml inflating: 3.5/openapi/sources/schemas/connections/logCategory.yml inflating: 3.5/openapi/sources/schemas/connections/logEntry.yml inflating: 3.5/openapi/sources/schemas/connections/logLevel.yml inflating: 3.5/openapi/sources/schemas/connections/logType.yml inflating: 3.5/openapi/sources/schemas/connections/mappingContext.yml inflating: 3.5/openapi/sources/schemas/connections/newConnection.yml inflating: 3.5/openapi/sources/schemas/connections/outboundMetrics.yml inflating: 3.5/openapi/sources/schemas/connections/overallConnectionMetrics.yml inflating: 3.5/openapi/sources/schemas/connections/payloadMappingDefinition.yml inflating: 3.5/openapi/sources/schemas/connections/payloadMappingDefinitions.yml inflating: 3.5/openapi/sources/schemas/connections/resourceStatus.yml inflating: 3.5/openapi/sources/schemas/connections/singleMetric.yml inflating: 3.5/openapi/sources/schemas/connections/source.yml inflating: 3.5/openapi/sources/schemas/connections/sourceMetrics.yml inflating: 3.5/openapi/sources/schemas/connections/sources.yml inflating: 3.5/openapi/sources/schemas/connections/sshTunnel.yml inflating: 3.5/openapi/sources/schemas/connections/target.yml inflating: 3.5/openapi/sources/schemas/connections/targetMetrics.yml inflating: 3.5/openapi/sources/schemas/connections/targets.yml inflating: 3.5/openapi/sources/schemas/connections/typedMetric.yml inflating: 3.5/openapi/sources/schemas/errors/advancedError.yml inflating: 3.5/openapi/sources/schemas/errors/error.yml inflating: 3.5/openapi/sources/schemas/errors/textUnauthorizeError.yml inflating: 3.5/openapi/sources/schemas/features/feature.yml inflating: 3.5/openapi/sources/schemas/features/featureDefinition.yml inflating: 3.5/openapi/sources/schemas/features/featureDesiredProperties.yml inflating: 3.5/openapi/sources/schemas/features/featureProperties.yml inflating: 3.5/openapi/sources/schemas/features/features.yml inflating: 3.5/openapi/sources/schemas/logging/loggingUpdateFields.yml inflating: 3.5/openapi/sources/schemas/logging/module.yml inflating: 3.5/openapi/sources/schemas/logging/moduleUpdatedLogLevel.yml inflating: 3.5/openapi/sources/schemas/logging/resultLoggingConfig.yml inflating: 3.5/openapi/sources/schemas/logging/resultUpdateRequest.yml inflating: 3.5/openapi/sources/schemas/logging/retrieveLoggingConfig.yml inflating: 3.5/openapi/sources/schemas/logging/updatedLogLevel.yml inflating: 3.5/openapi/sources/schemas/piggyback/basePiggybackCommandRequestSchema.yml inflating: 3.5/openapi/sources/schemas/piggyback/piggybackManagingBackgroundCleanup.yml inflating: 3.5/openapi/sources/schemas/policies/importable.yml inflating: 3.5/openapi/sources/schemas/policies/newPolicy.yml inflating: 3.5/openapi/sources/schemas/policies/permission.yml inflating: 3.5/openapi/sources/schemas/policies/policy.yml inflating: 3.5/openapi/sources/schemas/policies/policyEntries.yml inflating: 3.5/openapi/sources/schemas/policies/policyEntry.yml inflating: 3.5/openapi/sources/schemas/policies/policyImport.yml inflating: 3.5/openapi/sources/schemas/policies/policyImports.yml inflating: 3.5/openapi/sources/schemas/policies/resourceEntry.yml inflating: 3.5/openapi/sources/schemas/policies/resources.yml inflating: 3.5/openapi/sources/schemas/policies/subjectAnnouncement.yml inflating: 3.5/openapi/sources/schemas/policies/subjectEntry.yml inflating: 3.5/openapi/sources/schemas/policies/subjects.yml inflating: 3.5/openapi/sources/schemas/properties/namespacesProperty.yml inflating: 3.5/openapi/sources/schemas/properties/optionProperty.yml inflating: 3.5/openapi/sources/schemas/properties/searchConditionProperty.yml inflating: 3.5/openapi/sources/schemas/properties/searchFilterProperty.yml inflating: 3.5/openapi/sources/schemas/properties/thingFieldsProperty.yml inflating: 3.5/openapi/sources/schemas/search/searchResultThings.yml inflating: 3.5/openapi/sources/schemas/search/searchThingsForm.yml inflating: 3.5/openapi/sources/schemas/things/attributes.yml inflating: 3.5/openapi/sources/schemas/things/definition.yml inflating: 3.5/openapi/sources/schemas/things/newThing.yml inflating: 3.5/openapi/sources/schemas/things/patchThing.yml inflating: 3.5/openapi/sources/schemas/things/thing.yml inflating: 3.5/openapi/sources/schemas/whoami/whoami.yml inflating: 3.5/openapi/sources/schemas/whoami/whoamiSubject.yml inflating: 3.5/openapi/sources/schemas/wot-thingDescription.yml inflating: 3.5/openapi/sources/security/bearerAuth.yml inflating: 3.5/openapi/sources/security/devOpsBasic.yml inflating: 3.5/openapi/sources/security/devOpsBearer.yml inflating: 3.5/openapi/sources/security/google.yml inflating: 3.5/openapi/sources/security/nginxBasic.yml inflating: 3.5/pages/ditto/protocol/examples/connections/generated/announcements/closedConnection.md inflating: 3.5/pages/ditto/protocol/examples/connections/generated/announcements/openedConnection.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/announcements/subjectDeletion.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/createpolicy.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/createpolicyresponse.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/deleteimport.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/deleteimportresponse.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/deletepolicy.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/deletepolicyentry.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/deletepolicyentryresponse.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/deletepolicyresponse.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/deleteresource.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/deleteresourceresponse.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/deletesubject.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/deletesubjectresponse.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/modifyimport.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/modifyimportresponse.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/modifyimportresponsecreated.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/modifyimports.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/modifyimportsresponse.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicy.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyentries.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyentriesresponse.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyentry.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyentryresponse.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyentryresponsecreated.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyresponse.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/modifypolicyresponsecreated.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/modifyresource.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/modifyresourceresponse.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/modifyresourceresponsecreated.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/modifyresources.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/modifyresourcesresponse.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/modifysubject.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/modifysubjectresponse.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/modifysubjectresponsecreated.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/modifysubjects.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/modify/modifysubjectsresponse.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/query/retrieveimport.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/query/retrieveimportresponse.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/query/retrieveimports.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/query/retrieveimportsresponse.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicy-withfieldselector.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicy.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicyentries.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicyentriesresponse.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicyentry.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicyentryresponse.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/query/retrievepolicyresponse.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/query/retrieveresource.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/query/retrieveresourceresponse.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/query/retrieveresources.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/query/retrieveresourcesresponse.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/query/retrievesubject.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/query/retrievesubjectresponse.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/query/retrievesubjects.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/commands/query/retrievesubjectsresponse.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/exceptions/policies_entry_invalid.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/exceptions/policies_entry_modificationinvalid.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/exceptions/policies_entry_notfound.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/exceptions/policies_entry_notmodifiable.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/exceptions/policies_id_invalid.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_conflict.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_modificationinvalid.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_notfound.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_notmodifiable.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_toomanymodifyingrequests.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/exceptions/policies_policy_unavailable.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/exceptions/policies_resource_notfound.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/exceptions/policies_resource_notmodifiable.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/exceptions/policies_resources_notfound.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/exceptions/policies_resources_notmodifiable.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/exceptions/policies_subject_notfound.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/exceptions/policies_subject_notmodifiable.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/exceptions/policies_subjectid_invalid.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/exceptions/policies_subjects_notfound.md inflating: 3.5/pages/ditto/protocol/examples/policies/generated/exceptions/policies_subjects_notmodifiable.md inflating: 3.5/pages/ditto/protocol/examples/search/generated/commands/cancel-subscription-command.md inflating: 3.5/pages/ditto/protocol/examples/search/generated/commands/create-subscription-command.md inflating: 3.5/pages/ditto/protocol/examples/search/generated/commands/request-subscription-command.md inflating: 3.5/pages/ditto/protocol/examples/search/generated/events/subscription-complete-event.md inflating: 3.5/pages/ditto/protocol/examples/search/generated/events/subscription-created-event.md inflating: 3.5/pages/ditto/protocol/examples/search/generated/events/subscription-failed-event.md inflating: 3.5/pages/ditto/protocol/examples/search/generated/events/subscription-has-next-event.md inflating: 3.5/pages/ditto/protocol/examples/search/generated/exceptions/thing-search_search_option_invalid.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergeattribute.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergeattributeresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergeattributes.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergeattributesresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeleteattribute.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeleteattributeresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeleteattributes.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeleteattributesresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeature.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedefinition.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedefinitionresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedesiredproperties.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedesiredpropertiesresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedesiredproperty.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturedesiredpropertyresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeatureproperties.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturepropertiesresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeatureproperty.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturepropertyresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeatureresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeatures.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletefeaturesresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletethingdefinition.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergedeletethingdefinitionresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeature.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedefinition.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedefinitionresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedesiredproperties.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedesiredpropertiesresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedesiredproperty.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturedesiredpropertyresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeatureproperties.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturepropertiesresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeatureproperty.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturepropertyresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeatureresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeatures.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergefeaturesresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergepolicyid.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergepolicyidresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergething.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergethingdefinition.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergethingdefinitionresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/merge/mergethingresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/creatething.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/createthingalternatives.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/createthingresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/deleteattribute.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/deleteattributeresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/deleteattributes.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/deleteattributesresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeature.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedefinition.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedefinitionresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedesiredproperties.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedesiredpropertiesresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedesiredproperty.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturedesiredpropertyresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeatureproperties.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturepropertiesresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeatureproperty.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturepropertyresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeatureresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeatures.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/deletefeaturesresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/deletething.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/deletethingdefinition.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/deletethingdefinitionresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/deletethingresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifyattribute.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifyattributeresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifyattributeresponsecreated.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifyattributes.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifyattributesresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifyattributesresponsecreated.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeature.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedefinition.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedefinitionresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedefinitionresponsecreated.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredproperties.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredpropertiesresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredpropertiesresponsecreated.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredproperty.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredpropertyresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturedesiredpropertyresponsecreated.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeatureproperties.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturepropertiesresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturepropertiesresponsecreated.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeatureproperty.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturepropertyresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturepropertyresponsecreated.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeatureresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeatureresponsecreated.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeatures.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturesresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifyfeaturesresponsecreated.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifypolicyid.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifypolicyidresponsecreated.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifypolicyidresponsemodified.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifything.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifythingalternatives.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifythingdefinition.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifythingdefinitionresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifythingdefinitionresponsecreated.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifythingresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/modify/modifythingresponsecreated.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrieveattribute.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrieveattributeresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrieveattributes-selectedfields.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrieveattributes.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrieveattributesresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeature.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedefinition.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedefinitionresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedesiredproperties-selectedfields.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedesiredproperties.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedesiredpropertiesresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedesiredproperty.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturedesiredpropertyresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeatureproperties-selectedfields.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeatureproperties.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturepropertiesresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeatureproperty.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturepropertyresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeatureresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeatures.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrievefeaturesresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrievepolicyid.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrievepolicyidresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrievething-withfieldselector.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrievething-withsnapshotrevision.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrievething.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrievethingdefinition.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrievethingdefinitionresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrievethingresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrievethings-withfieldselector.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrievethings.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/commands/query/retrievethingsresponse.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/attributecreated.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/attributedeleted.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/attributemodified.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/attributescreated.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/attributesdeleted.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/attributesmodified.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/featurecreated.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/featuredefinitioncreated.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/featuredefinitiondeleted.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/featuredefinitionmodified.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/featuredeleted.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertiescreated.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertiesdeleted.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertiesmodified.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertycreated.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertydeleted.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/featuredesiredpropertymodified.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/featuremodified.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/featurepropertiescreated.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/featurepropertiesdeleted.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/featurepropertiesmodified.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/featurepropertycreated.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/featurepropertydeleted.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/featurepropertymodified.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/featurescreated.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/featuresdeleted.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/featuresmodified.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/mergedattribute.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/mergedattributes.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/mergeddeleteattribute.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/mergeddeleteattributes.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/mergeddeletefeature.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/mergeddeletefeaturedefinition.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/mergeddeletefeaturedesiredproperties.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/mergeddeletefeaturedesiredproperty.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/mergeddeletefeatureproperties.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/mergeddeletefeatureproperty.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/mergeddeletefeatures.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/mergeddeletethingdefinition.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/mergedfeature.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/mergedfeaturedefinition.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/mergedfeaturedesiredproperties.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/mergedfeaturedesiredproperty.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/mergedfeatureproperties.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/mergedfeatureproperty.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/mergedfeatures.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/mergedpolicyid.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/mergedthing.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/mergedthingdefinition.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/policyidcreated.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/policyidmodified.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/thingcreated.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/thingdefinitioncreated.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/thingdefinitiondeleted.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/thingdefinitionmodified.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/thingdeleted.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/events/thingmodified.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_attribute_notfound.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_attribute_notmodifiable.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_attributes_notfound.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_attributes_notmodifiable.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_definition_empty.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_definition_identifier_invalid.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_definition_notfound.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_definition_notmodifiable.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_desired_properties_notfound.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_desired_properties_notmodifiable.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_desired_property_notfound.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_desired_property_notmodifiable.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_notfound.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_notmodifiable.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_properties_notfound.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_properties_notmodifiable.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_property_notfound.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_feature_property_notmodifiable.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_features_notfound.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_features_notmodifiable.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_id_invalid.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_id_notdeletable.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_id_notsettable.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_policyId_notallowed.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_policyId_notdeletable.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_policyId_notmodifiable.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_policy_notallowed.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_thing_conflict.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_thing_notcreatable.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_thing_notdeletable.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_thing_notfound.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_thing_notmodifiable.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_thing_toomanymodifyingrequests.md inflating: 3.5/pages/ditto/protocol/examples/things/generated/exceptions/things_thing_unavailable.md inflating: 3.5/slides/2018_02_07-virtualiot-meetup/index.html inflating: 3.5/slides/2018_05_23-meetup-iot-hessen/index.html inflating: 3.5/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg/index.html inflating: 3.5/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg/index.html inflating: 3.5/slides/2020_04_16-ttn-virtual-conference/index.html inflating: 3.5/slides/2020_07_28-iot-wg-status-update/index.html inflating: 3.5/slides/2020_10_19-eclipse-iot-wg-community-day/index.html inflating: 3.5/slides/2021_05_ditto-introduction-deck/index.html inflating: 3.5/slides/2021_06_ditto-20-overview/index.html inflating: 3.5/slides/2021_06_ditto-in-20-min/index.html inflating: 3.5/slides/2021_10_25-eclipse-iot-wg-community-day/index.html inflating: 3.5/slides/2022_10_24_eclipse-iot-wg-community-day/index.html inflating: 3.5/slides/2022_10_ditto-and-wot/index.html inflating: 3.5/slides/2023_01_ditto-in-30-min/index.html inflating: 3.5/slides/bg-images/background-cloud-small.jpg inflating: 3.5/slides/bg-images/background-conclusion-small.jpg inflating: 3.5/slides/bg-images/background-demo-small.jpg inflating: 3.5/slides/bg-images/background-eagle-small.jpg inflating: 3.5/slides/bg-images/background-framework-small.jpg inflating: 3.5/slides/bg-images/background-outlook-small.jpg inflating: 3.5/slides/bg-images/background-twin-small.jpg inflating: 3.5/slides/bg-images/juan-davila-P8PlK2nGwqA-unsplash.jpg inflating: 3.5/slides/images/Javascript_badge.svg inflating: 3.5/slides/images/asset-admin-shell.png inflating: 3.5/slides/images/bosch-iot-things-2020.png inflating: 3.5/slides/images/bosch-iot-things.png inflating: 3.5/slides/images/ditto-in-action-2019.png inflating: 3.5/slides/images/ditto-in-action-2020.png inflating: 3.5/slides/images/ditto-in-action.png inflating: 3.5/slides/images/ditto-orchestration-examples.png inflating: 3.5/slides/images/ditto-ui-screenshot.png inflating: 3.5/slides/images/eclipse_iot_logo.png inflating: 3.5/slides/images/meme-dino.jpg inflating: 3.5/slides/images/thjaeckle_400x400.jpg inflating: 3.5/slides/images/ttn-ditto-via-mqtt.png inflating: 3.5/slides/images/ttn-hono-ditto.png inflating: 3.5/slides/images/ttn-logo.png inflating: 3.5/slides/images/wot.png inflating: 3.5/wot/ditto-extension.html inflating: 3.5/wot/ditto-extension.jsonld inflating: 3.5/wot/ditto-extension.rdf inflating: 3.5/wot/ditto-extension.ttl inflating: 3.5/2017-11-10-welcome-to-ditto.html inflating: 3.5/2017-12-18-milestone-announcement-010-M1.html inflating: 3.5/2018-01-12-milestone-announcement-010-M3.html inflating: 3.5/2018-01-15-example-demonstrating-rest-to-websocket.html inflating: 3.5/2018-02-07-milestone-announcement-020-M1.html inflating: 3.5/2018-02-08-feature-definition.html inflating: 3.5/2018-04-25-connectivity-service.html inflating: 3.5/2018-04-26-milestone-announcement-030-M1.html inflating: 3.5/2018-05-02-connecting-ditto-hono.html inflating: 3.5/2018-06-15-milestone-announcement-030-M2.html inflating: 3.5/2018-08-14-milestone-announcement-080-M1.html inflating: 3.5/2018-09-21-selective-push-notifications.html inflating: 3.5/2018-09-27-milestone-announcement-080-M2.html inflating: 3.5/2018-10-16-example-mqtt-bidirectional.html inflating: 3.5/2018-11-14-milestone-announcement-080-M3.html inflating: 3.5/2018-11-28-release-announcement-080.html inflating: 3.5/2018-12-05-example-command-and-control.html inflating: 3.5/2019-03-13-kafka-connectivity.html inflating: 3.5/2019-03-28-milestone-announcement-090-M1.html inflating: 3.5/2019-04-29-milestone-announcement-090-M2.html inflating: 3.5/2019-07-10-release-announcement-090.html inflating: 3.5/2019-08-28-openid-connect.html inflating: 3.5/2019-09-17-milestone-announcement-100-M1a.html inflating: 3.5/2019-10-17-http-connectivity.html inflating: 3.5/2019-11-04-milestone-announcement-100-M2.html inflating: 3.5/2019-12-12-release-announcement-100.html inflating: 3.5/2020-04-16-connecting-to-ttn-via-mqtt.html inflating: 3.5/2020-04-29-release-announcement-110.html inflating: 3.5/2020-08-31-release-announcement-120.html inflating: 3.5/2020-09-30-release-announcement-130.html inflating: 3.5/2020-10-08-asynchronous-client-creation.html inflating: 3.5/2020-10-23-end-2-end-acknowledgment.html inflating: 3.5/2020-10-28-release-announcement-140.html inflating: 3.5/2020-11-11-desired-properties.html inflating: 3.5/2020-11-16-weak-acknowledgements.html inflating: 3.5/2020-12-10-release-announcement-150.html inflating: 3.5/2021-01-22-policy-subject-activate-token-integration.html inflating: 3.5/2021-02-04-merge-feature.html inflating: 3.5/2021-03-22-azure-iot-hub-integration.html inflating: 3.5/2021-03-31-ssh-tunneling-for-managed-connections.html inflating: 3.5/2021-05-06-release-announcement-200.html inflating: 3.5/2021-06-17-hmac-credentials.html inflating: 3.5/2021-09-23-conditional-requests.html inflating: 3.5/2021-09-27-release-announcement-210.html inflating: 3.5/2021-09-29-kafka-connectivity.html inflating: 3.5/2021-11-03-oauth2.html inflating: 3.5/2021-11-22-release-announcement-220.html inflating: 3.5/2021-12-20-http-live-channel.html inflating: 3.5/2021-12-22-live-channel-condition.html inflating: 3.5/2022-01-21-release-announcement-230.html inflating: 3.5/2022-03-03-wot-integration.html inflating: 3.5/2022-04-14-release-announcement-240.html inflating: 3.5/2022-07-12-reactive-mqtt.html inflating: 3.5/2022-09-28-release-announcement-300.html inflating: 3.5/2022-11-04-live-message-conditions.html inflating: 3.5/2022-12-16-release-announcement-310.html inflating: 3.5/2023-03-08-release-announcement-320.html inflating: 3.5/2023-06-23-release-announcement-330.html inflating: 3.5/2023-10-09-ditto-benchmark.html inflating: 3.5/2023-10-17-release-announcement-340.html inflating: 3.5/2024-01-26-release-announcement-350.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.*/pages/' [Pipeline] sh + rm -rf '2.*/architecture/' [Pipeline] sh + rm -rf '2.*/feed.xml' [Pipeline] sh + rm -rf '2.*/sitemap.xml' [Pipeline] sh + rm -rf '2.*/Gemfile*' [Pipeline] sh + rm -rf 3.5/pages/ [Pipeline] sh + rm -rf 3.5/architecture/ [Pipeline] sh + rm -rf 3.5/feed.xml [Pipeline] sh + rm -rf 3.5/sitemap.xml [Pipeline] sh + rm -rf 3.5/Gemfile 3.5/Gemfile.lock [Pipeline] sh + rm -rf ./pages/ [Pipeline] sh + rm -rf ./architecture/ [Pipeline] sh + rm -rf ./Gemfile ./Gemfile.lock [Pipeline] sh + ls -laR .: total 23288 drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:57 . drwxr-sr-x. 8 jenkins 1001020000 124 Feb 27 19:56 .. drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 1.0 drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 1.1 drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 1.2 drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 1.3 drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 1.4 drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 1.5 drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 2.0 -rw-r--r--. 1 jenkins 1001020000 13321 Feb 27 15:44 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13339 Feb 27 15:44 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14402 Feb 27 15:44 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13880 Feb 27 15:44 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14339 Feb 27 15:44 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17566 Feb 27 15:44 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17380 Feb 27 15:44 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 14037 Feb 27 15:44 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 91219 Feb 27 15:44 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13863 Feb 27 15:44 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 14061 Feb 27 15:44 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26657 Feb 27 15:44 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14145 Feb 27 15:44 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14994 Feb 27 15:44 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14230 Feb 27 15:44 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13832 Feb 27 15:44 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29588 Feb 27 15:44 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13399 Feb 27 15:44 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13989 Feb 27 15:44 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13919 Feb 27 15:44 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14407 Feb 27 15:44 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17505 Feb 27 15:44 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13952 Feb 27 15:44 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15236 Feb 27 15:44 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 14067 Feb 27 15:44 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16571 Feb 27 15:44 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53461 Feb 27 15:44 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15798 Feb 27 15:44 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14607 Feb 27 15:44 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14440 Feb 27 15:44 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17804 Feb 27 15:44 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37435 Feb 27 15:44 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14231 Feb 27 15:44 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24477 Feb 27 15:44 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18372 Feb 27 15:44 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14507 Feb 27 15:44 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29373 Feb 27 15:44 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45158 Feb 27 15:44 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30540 Feb 27 15:44 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23300 Feb 27 15:44 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16841 Feb 27 15:44 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52116 Feb 27 15:44 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34342 Feb 27 15:44 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16671 Feb 27 15:44 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 18172 Feb 27 15:44 2021-09-29-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 29324 Feb 27 15:44 2021-11-03-oauth2.html -rw-r--r--. 1 jenkins 1001020000 15793 Feb 27 15:44 2021-11-22-release-announcement-220.html -rw-r--r--. 1 jenkins 1001020000 26832 Feb 27 15:44 2021-12-20-http-live-channel.html -rw-r--r--. 1 jenkins 1001020000 24754 Feb 27 15:44 2021-12-22-live-channel-condition.html -rw-r--r--. 1 jenkins 1001020000 17342 Feb 27 15:44 2022-01-21-release-announcement-230.html -rw-r--r--. 1 jenkins 1001020000 32859 Feb 27 15:44 2022-03-03-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 16512 Feb 27 15:44 2022-04-14-release-announcement-240.html -rw-r--r--. 1 jenkins 1001020000 17490 Feb 27 15:44 2022-07-12-reactive-mqtt.html -rw-r--r--. 1 jenkins 1001020000 17655 Feb 27 15:44 2022-09-28-release-announcement-300.html -rw-r--r--. 1 jenkins 1001020000 27424 Feb 27 15:44 2022-11-04-live-message-conditions.html -rw-r--r--. 1 jenkins 1001020000 15728 Feb 27 15:44 2022-12-16-release-announcement-310.html -rw-r--r--. 1 jenkins 1001020000 16091 Feb 27 15:44 2023-03-08-release-announcement-320.html -rw-r--r--. 1 jenkins 1001020000 16281 Feb 27 15:44 2023-06-23-release-announcement-330.html -rw-r--r--. 1 jenkins 1001020000 54414 Feb 27 15:44 2023-10-09-ditto-benchmark.html -rw-r--r--. 1 jenkins 1001020000 17393 Feb 27 15:44 2023-10-17-release-announcement-340.html -rw-r--r--. 1 jenkins 1001020000 17569 Feb 27 15:44 2024-01-26-release-announcement-350.html -rw-r--r--. 1 jenkins 1001020000 91722 Feb 27 15:44 2024-02-27-integrating-ditto-aas-basyx.html drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 2.1 drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 2.2 drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 2.3 drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 2.4 drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 3.0 drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 3.1 drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 3.2 drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 3.3 drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 3.4 drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:57 3.5 -rw-r--r--. 1 jenkins 1001020000 67904 Feb 27 15:44 404.html -rw-r--r--. 1 jenkins 1001020000 78294 Feb 27 15:44 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 71297 Feb 27 15:44 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 71306 Feb 27 15:44 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 69735 Feb 27 15:44 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 69669 Feb 27 15:44 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 69772 Feb 27 15:44 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 70462 Feb 27 15:44 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 109842 Feb 27 15:44 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 71602 Feb 27 15:44 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 73072 Feb 27 15:44 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 73963 Feb 27 15:44 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 81359 Feb 27 15:44 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 111389 Feb 27 15:44 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 78864 Feb 27 15:44 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 73335 Feb 27 15:44 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 85137 Feb 27 15:44 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 92494 Feb 27 15:44 basic-history.html -rw-r--r--. 1 jenkins 1001020000 78830 Feb 27 15:44 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 117311 Feb 27 15:44 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 72041 Feb 27 15:44 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 72435 Feb 27 15:44 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 104224 Feb 27 15:44 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 114430 Feb 27 15:44 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 85239 Feb 27 15:44 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 80558 Feb 27 15:44 basic-search.html -rw-r--r--. 1 jenkins 1001020000 68721 Feb 27 15:44 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 70031 Feb 27 15:44 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 68426 Feb 27 15:44 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 68886 Feb 27 15:44 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 68839 Feb 27 15:44 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 71511 Feb 27 15:44 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 75528 Feb 27 15:44 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 189653 Feb 27 15:44 basic-wot-integration-example.html -rw-r--r--. 1 jenkins 1001020000 109570 Feb 27 15:44 basic-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 24671 Feb 27 15:44 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 22451 Feb 27 15:44 blog.html -rw-r--r--. 1 jenkins 1001020000 103017 Feb 27 15:44 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 71251 Feb 27 15:44 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 68280 Feb 27 15:44 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 69456 Feb 27 15:44 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 137441 Feb 27 15:44 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 87091 Feb 27 15:44 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 100792 Feb 27 15:44 connectivity-manage-connections-piggyback.html -rw-r--r--. 1 jenkins 1001020000 189056 Feb 27 15:44 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 69384 Feb 27 15:44 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 80391 Feb 27 15:44 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 85909 Feb 27 15:44 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 91136 Feb 27 15:44 connectivity-protocol-bindings-hono.html -rw-r--r--. 1 jenkins 1001020000 92617 Feb 27 15:44 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 94017 Feb 27 15:44 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 101547 Feb 27 15:44 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 100088 Feb 27 15:44 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 76572 Feb 27 15:44 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 76881 Feb 27 15:44 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 68933 Feb 27 15:44 feedback.html -rw-r--r--. 1 jenkins 1001020000 252010 Feb 27 15:44 feed.xml drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files drwxr-sr-x. 8 jenkins 1001020000 163 Feb 27 19:56 .git -rw-r--r--. 1 jenkins 1001020000 69925 Feb 27 15:44 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 15:41 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 131423 Feb 27 15:44 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11716 Feb 27 15:44 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 74908 Feb 27 15:44 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 71041 Feb 27 15:44 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 73551 Feb 27 15:44 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 86376 Feb 27 15:44 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 75098 Feb 27 15:44 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 94184 Feb 27 15:44 httpapi-sse.html drwxr-sr-x. 5 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 16417 Feb 27 15:44 index.html -rw-r--r--. 1 jenkins 1001020000 68629 Feb 27 15:44 installation-building.html -rw-r--r--. 1 jenkins 1001020000 77593 Feb 27 15:44 installation-extending.html -rw-r--r--. 1 jenkins 1001020000 180346 Feb 27 15:44 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 75584 Feb 27 15:44 installation-running.html -rw-r--r--. 1 jenkins 1001020000 70166 Feb 27 15:44 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 85566 Feb 27 15:44 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 71765 Feb 27 15:44 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 84 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 73020 Feb 27 15:44 presentations.html -rw-r--r--. 1 jenkins 1001020000 69702 Feb 27 15:44 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 69246 Feb 27 15:44 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 69246 Feb 27 15:44 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 72166 Feb 27 15:44 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 72660 Feb 27 15:44 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 71840 Feb 27 15:44 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 72924 Feb 27 15:44 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 71652 Feb 27 15:44 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 74862 Feb 27 15:44 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 75234 Feb 27 15:44 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 72840 Feb 27 15:44 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 71552 Feb 27 15:44 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 71717 Feb 27 15:44 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 84865 Feb 27 15:44 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 71163 Feb 27 15:44 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 71120 Feb 27 15:44 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 71275 Feb 27 15:44 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 71363 Feb 27 15:44 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 71342 Feb 27 15:44 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 71150 Feb 27 15:44 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 71092 Feb 27 15:44 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 71263 Feb 27 15:44 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 71242 Feb 27 15:44 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 71144 Feb 27 15:44 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 71041 Feb 27 15:44 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 130785 Feb 27 15:44 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 77574 Feb 27 15:44 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 74105 Feb 27 15:44 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 74371 Feb 27 15:44 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 74970 Feb 27 15:44 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 73728 Feb 27 15:44 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 73842 Feb 27 15:44 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 75661 Feb 27 15:44 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 75905 Feb 27 15:44 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 71959 Feb 27 15:44 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 74847 Feb 27 15:44 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 73605 Feb 27 15:44 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 73369 Feb 27 15:44 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 77193 Feb 27 15:44 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 72169 Feb 27 15:44 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 72663 Feb 27 15:44 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 71843 Feb 27 15:44 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 72927 Feb 27 15:44 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 71655 Feb 27 15:44 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 74865 Feb 27 15:44 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 75237 Feb 27 15:44 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 74243 Feb 27 15:44 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 72843 Feb 27 15:44 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 71555 Feb 27 15:44 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 71529 Feb 27 15:44 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 82585 Feb 27 15:44 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 69679 Feb 27 15:44 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 71985 Feb 27 15:44 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 74414 Feb 27 15:44 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 70720 Feb 27 15:44 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 70397 Feb 27 15:44 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 70048 Feb 27 15:44 protocol-examples-policies-deleteimport.html -rw-r--r--. 1 jenkins 1001020000 70016 Feb 27 15:44 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 69933 Feb 27 15:44 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 70055 Feb 27 15:44 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 70036 Feb 27 15:44 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 112785 Feb 27 15:44 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 70508 Feb 27 15:44 protocol-examples-policies-modifyimport.html -rw-r--r--. 1 jenkins 1001020000 71287 Feb 27 15:44 protocol-examples-policies-modifyimports.html -rw-r--r--. 1 jenkins 1001020000 74522 Feb 27 15:44 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 71985 Feb 27 15:44 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 72185 Feb 27 15:44 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 70720 Feb 27 15:44 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 71053 Feb 27 15:44 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 70397 Feb 27 15:44 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 70726 Feb 27 15:44 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 70473 Feb 27 15:44 protocol-examples-policies-retrieveimport.html -rw-r--r--. 1 jenkins 1001020000 71286 Feb 27 15:44 protocol-examples-policies-retrieveimports.html -rw-r--r--. 1 jenkins 1001020000 73497 Feb 27 15:44 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 71644 Feb 27 15:44 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 73321 Feb 27 15:44 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 70719 Feb 27 15:44 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 70884 Feb 27 15:44 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 70396 Feb 27 15:44 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 70557 Feb 27 15:44 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 70524 Feb 27 15:44 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 70678 Feb 27 15:44 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 70387 Feb 27 15:44 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 70944 Feb 27 15:44 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 70292 Feb 27 15:44 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 71788 Feb 27 15:44 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 71957 Feb 27 15:44 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 70873 Feb 27 15:44 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 70213 Feb 27 15:44 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 70189 Feb 27 15:44 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 74359 Feb 27 15:44 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 73960 Feb 27 15:44 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 80744 Feb 27 15:44 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 69111 Feb 27 15:44 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 70378 Feb 27 15:44 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 71093 Feb 27 15:44 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 69673 Feb 27 15:44 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 68976 Feb 27 15:44 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 80741 Feb 27 15:44 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 70339 Feb 27 15:44 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 90800 Feb 27 15:44 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 76831 Feb 27 15:44 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 73000 Feb 27 15:44 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 85957 Feb 27 15:44 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 83495 Feb 27 15:44 protocol-specification-streaming-subscription.html -rw-r--r--. 1 jenkins 1001020000 120234 Feb 27 15:44 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 93642 Feb 27 15:44 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 73258 Feb 27 15:44 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 104185 Feb 27 15:44 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 92283 Feb 27 15:44 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 92896 Feb 27 15:44 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 83762 Feb 27 15:44 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 78798 Feb 27 15:44 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 70210 Feb 27 15:44 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 68387 Feb 27 15:44 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 71302 Feb 27 15:44 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 70783 Feb 27 15:44 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 71378 Feb 27 15:44 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 70999 Feb 27 15:44 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 72619 Feb 27 15:44 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 72805 Feb 27 15:44 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 72417 Feb 27 15:44 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 72327 Feb 27 15:44 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 74733 Feb 27 15:44 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 70471 Feb 27 15:44 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 70794 Feb 27 15:44 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 72773 Feb 27 15:44 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 71748 Feb 27 15:44 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 73520 Feb 27 15:44 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 76769 Feb 27 15:44 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 69206 Feb 27 15:44 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 70192 Feb 27 15:44 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 70685 Feb 27 15:44 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 69339 Feb 27 15:44 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 75350 Feb 27 15:44 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 69717 Feb 27 15:44 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 77185 Feb 27 15:44 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 73952 Feb 27 15:44 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 77443 Feb 27 15:44 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 68665 Feb 27 15:44 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 107866 Feb 27 15:44 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 70483 Feb 27 15:44 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 83550 Feb 27 15:44 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 71197 Feb 27 15:44 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 70465 Feb 27 15:44 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 69024 Feb 27 15:44 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 74533 Feb 27 15:44 release_notes_220.html -rw-r--r--. 1 jenkins 1001020000 70039 Feb 27 15:44 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 68809 Feb 27 15:44 release_notes_222.html -rw-r--r--. 1 jenkins 1001020000 75239 Feb 27 15:44 release_notes_230.html -rw-r--r--. 1 jenkins 1001020000 70512 Feb 27 15:44 release_notes_231.html -rw-r--r--. 1 jenkins 1001020000 70102 Feb 27 15:44 release_notes_232.html -rw-r--r--. 1 jenkins 1001020000 80142 Feb 27 15:44 release_notes_240.html -rw-r--r--. 1 jenkins 1001020000 69394 Feb 27 15:44 release_notes_241.html -rw-r--r--. 1 jenkins 1001020000 68953 Feb 27 15:44 release_notes_242.html -rw-r--r--. 1 jenkins 1001020000 100221 Feb 27 15:44 release_notes_300.html -rw-r--r--. 1 jenkins 1001020000 76008 Feb 27 15:44 release_notes_310.html -rw-r--r--. 1 jenkins 1001020000 69805 Feb 27 15:44 release_notes_311.html -rw-r--r--. 1 jenkins 1001020000 69634 Feb 27 15:44 release_notes_312.html -rw-r--r--. 1 jenkins 1001020000 77509 Feb 27 15:44 release_notes_320.html -rw-r--r--. 1 jenkins 1001020000 71020 Feb 27 15:44 release_notes_321.html -rw-r--r--. 1 jenkins 1001020000 78798 Feb 27 15:44 release_notes_330.html -rw-r--r--. 1 jenkins 1001020000 71716 Feb 27 15:44 release_notes_332.html -rw-r--r--. 1 jenkins 1001020000 71235 Feb 27 15:44 release_notes_333.html -rw-r--r--. 1 jenkins 1001020000 70634 Feb 27 15:44 release_notes_334.html -rw-r--r--. 1 jenkins 1001020000 71180 Feb 27 15:44 release_notes_335.html -rw-r--r--. 1 jenkins 1001020000 70542 Feb 27 15:44 release_notes_336.html -rw-r--r--. 1 jenkins 1001020000 71763 Feb 27 15:44 release_notes_337.html -rw-r--r--. 1 jenkins 1001020000 87963 Feb 27 15:44 release_notes_340.html -rw-r--r--. 1 jenkins 1001020000 72563 Feb 27 15:44 release_notes_341.html -rw-r--r--. 1 jenkins 1001020000 71845 Feb 27 15:44 release_notes_342.html -rw-r--r--. 1 jenkins 1001020000 69636 Feb 27 15:44 release_notes_343.html -rw-r--r--. 1 jenkins 1001020000 69828 Feb 27 15:44 release_notes_344.html -rw-r--r--. 1 jenkins 1001020000 83133 Feb 27 15:44 release_notes_350.html -rw-r--r--. 1 jenkins 1001020000 70702 Feb 27 15:44 release_notes_351.html -rw-r--r--. 1 jenkins 1001020000 71679 Feb 27 15:44 release_notes_352.html -rw-r--r--. 1 jenkins 1001020000 71966 Feb 27 15:44 release_notes_353.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 15:44 robots.txt -rw-r--r--. 1 jenkins 1001020000 73446 Feb 27 15:44 sandbox.html -rw-r--r--. 1 jenkins 1001020000 42804 Feb 27 15:44 search.json -rw-r--r--. 1 jenkins 1001020000 23638 Feb 27 15:44 sitemap.xml drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 76570 Feb 27 15:44 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 81337 Feb 27 15:44 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 108517 Feb 27 15:44 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 77569 Feb 27 15:44 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 89729 Feb 27 15:44 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 80531 Feb 27 15:44 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 77081 Feb 27 15:44 tag_history.html -rw-r--r--. 1 jenkins 1001020000 82937 Feb 27 15:44 tag_http.html -rw-r--r--. 1 jenkins 1001020000 77960 Feb 27 15:44 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 81614 Feb 27 15:44 tag_model.html -rw-r--r--. 1 jenkins 1001020000 76020 Feb 27 15:44 tag_news.html -rw-r--r--. 1 jenkins 1001020000 95594 Feb 27 15:44 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 91611 Feb 27 15:44 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 82824 Feb 27 15:44 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 78423 Feb 27 15:44 tag_search.html -rw-r--r--. 1 jenkins 1001020000 78901 Feb 27 15:44 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 76549 Feb 27 15:44 tag_troubleshooting.html -rw-r--r--. 1 jenkins 1001020000 77548 Feb 27 15:44 tag_wot.html -rw-r--r--. 1 jenkins 1001020000 71487 Feb 27 15:44 user-interface.html drwxr-sr-x. 2 jenkins 1001020000 118 Feb 27 19:56 wot ./1.0: total 10172 drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 12644 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 12662 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 13704 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13183 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 13662 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 16941 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 16691 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13360 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 92488 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13231 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13384 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 25980 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 13468 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14301 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 13553 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13155 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 28828 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 12722 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13312 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13242 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 13730 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 16827 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13275 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 14562 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13390 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 15883 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 52778 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15150 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 46472 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 49959 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 48364 Feb 27 19:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 49466 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 48097 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 47940 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 47999 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 52558 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 61464 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 51255 Feb 27 19:56 basic-acl.html -rw-r--r--. 1 jenkins 1001020000 50267 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 49633 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 51121 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 77569 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 55428 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 63316 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 54960 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 51059 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 57514 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 57947 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 68848 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 59402 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 54598 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 48485 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 46968 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 47077 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 47314 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 49905 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 53760 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 16526 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 21345 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 79632 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 50597 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 46831 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 48000 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 74520 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 112975 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 47726 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 55882 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 59294 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 55100 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 54906 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 63118 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 65520 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 55282 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 12666 Feb 27 19:56 EclipseDitto-community-call.ics -rw-r--r--. 1 jenkins 1001020000 47984 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 48130 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 94806 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 10872 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 53463 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 47375 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 61732 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 50729 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 65344 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 12892 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 48159 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 122667 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 49130 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 48716 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 56121 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 50245 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 2 jenkins 1001020000 69 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 49124 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 48181 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 49979 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 50472 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 49634 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 51091 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 51438 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 50652 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 49366 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 49524 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 60475 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 48976 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 48932 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 49087 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 48965 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 48906 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 49075 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 49056 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 48951 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 48858 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 102436 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 56063 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 49982 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 50475 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 49637 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 51094 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 51441 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 51531 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 50655 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 49369 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 49336 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 58082 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 50488 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52904 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 49226 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 48904 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 48519 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 48441 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 48561 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 48543 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 90254 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 53023 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 50488 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 50684 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 49226 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 49558 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 48904 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 49232 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 51996 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 50145 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 50681 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 49223 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 49387 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 48901 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 49061 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 48580 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 48733 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 48433 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 49053 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 49209 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 48928 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 48270 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 48239 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 51341 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 51132 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 59417 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 47633 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 48909 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 54338 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 66680 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 55275 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 51257 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 62214 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 94753 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 72686 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 50352 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 71006 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 68377 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 62295 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 56503 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 48342 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 46938 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 49829 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 49310 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 49892 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 49559 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 51222 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 51308 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 50908 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 50842 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 53389 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 48980 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 49374 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 51366 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 50226 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 52017 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 55307 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 51707 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 22625 Feb 27 19:56 search.json drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 54625 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 65460 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 52584 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 60466 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 54380 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 53703 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 52503 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 55902 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 51042 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 64497 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 55109 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 56249 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 53446 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 53419 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 51547 Feb 27 19:56 tag_troubleshooting.html ./1.0/css: total 80 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23805 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 995 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4249 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./1.0/docson: total 76 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./1.0/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./1.0/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./1.0/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./1.0/files: total 28 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./1.0/images: total 316 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 pages ./1.0/images/blog: total 328 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png ./1.0/images/pages: total 8 drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol ./1.0/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png ./1.0/images/pages/basic: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16882 Feb 27 19:56 ditto-class-diagram-v1.png -rw-r--r--. 1 jenkins 1001020000 23249 Feb 27 19:56 ditto-class-diagram-v1.svg -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./1.0/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./1.0/js: total 24 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./1.0/jsonschema: total 108 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 19834 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1129 Feb 27 19:56 feature.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 3651 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 3923 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2203 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 4585 Feb 27 19:56 thing_v1.json -rw-r--r--. 1 jenkins 1001020000 4139 Feb 27 19:56 thing_v2.json ./1.0/openapi: total 356 drwxr-sr-x. 2 jenkins 1001020000 69 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 125795 Feb 27 19:56 ditto-api-1.yml -rw-r--r--. 1 jenkins 1001020000 213558 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 420 Feb 27 19:56 README.md ./1.0/slides: total 28 drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./1.0/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29017 Feb 27 19:56 index.html ./1.0/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34289 Feb 27 19:56 index.html ./1.0/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14218 Feb 27 19:56 index.html ./1.0/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15010 Feb 27 19:56 index.html ./1.0/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31911 Feb 27 19:56 index.html ./1.0/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg ./1.0/slides/images: total 516 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png ./1.1: total 10500 drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 12644 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 12662 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 13704 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13183 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 13662 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 16941 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 16691 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13360 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 92488 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13231 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13384 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 25980 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 13468 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14301 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 13553 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13155 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 28828 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 12722 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13312 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13242 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 13730 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 16827 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13275 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 14562 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13390 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 15883 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 52778 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15150 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 47096 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 50583 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 48988 Feb 27 19:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 50090 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 48721 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 48564 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 48623 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 53182 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 62088 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 51879 Feb 27 19:56 basic-acl.html -rw-r--r--. 1 jenkins 1001020000 50891 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 50257 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 51745 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 78193 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 56052 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 63940 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 55584 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 51683 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 58138 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 58571 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 69472 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 60026 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 55222 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 49109 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 47592 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 47701 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 47938 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 50529 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 54384 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 16526 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 21345 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 80256 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 51221 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 47455 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 48624 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 75144 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 113599 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 48350 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 56506 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 59918 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 55724 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 55530 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 63742 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 66144 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 55906 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 12666 Feb 27 19:56 EclipseDitto-community-call.ics -rw-r--r--. 1 jenkins 1001020000 48608 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 48754 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 95430 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 10872 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 54087 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 47999 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 62356 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 51353 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 65968 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 12892 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 48783 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 123291 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 49754 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 49340 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 56745 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 50869 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 2 jenkins 1001020000 69 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 49748 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 48805 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 50603 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 51096 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 50258 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 51715 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 52062 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 51276 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 49990 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 50148 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 61099 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 49600 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 49556 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 49711 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 49589 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 49530 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 49699 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 49680 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 49575 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 49482 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 103060 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 56687 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 50606 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 51099 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 50261 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 51718 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 52065 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 52155 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 51279 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 49993 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 49960 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 58706 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 51112 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 53528 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 49850 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 49528 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 49143 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 49065 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 49185 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 49167 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 90878 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 53647 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 51112 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 51308 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 49850 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 50182 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 49528 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 49856 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 52620 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 50769 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 51305 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 49847 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 50011 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 49525 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 49685 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 49204 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 49357 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 49057 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 49677 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 49833 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 49552 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 48894 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 48863 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 51965 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 51756 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 60041 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 48257 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 49533 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 54962 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 67304 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 55899 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 51881 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 62838 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 95377 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 73310 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 50976 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 71630 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 69001 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 62919 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 57127 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 48966 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 47562 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 50453 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 49934 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 50516 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 50183 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 51846 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 51932 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 51532 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 51466 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 54013 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 49604 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 49998 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 51927 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 50850 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 52641 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 55868 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 48366 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 49334 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 49815 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 48505 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 52331 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 23513 Feb 27 19:56 search.json drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 55345 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 66180 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 53304 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 61186 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 55100 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 54423 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 53223 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 56622 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 51762 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 65217 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 56809 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 56969 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 54166 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 54139 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 52267 Feb 27 19:56 tag_troubleshooting.html ./1.1/css: total 80 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23805 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 995 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4249 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./1.1/docson: total 76 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./1.1/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./1.1/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./1.1/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./1.1/files: total 28 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./1.1/images: total 316 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 pages ./1.1/images/blog: total 328 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png ./1.1/images/pages: total 8 drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol ./1.1/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png ./1.1/images/pages/basic: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16882 Feb 27 19:56 ditto-class-diagram-v1.png -rw-r--r--. 1 jenkins 1001020000 23249 Feb 27 19:56 ditto-class-diagram-v1.svg -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./1.1/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./1.1/js: total 24 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./1.1/jsonschema: total 108 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 19834 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1129 Feb 27 19:56 feature.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 3651 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 3923 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2203 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 4585 Feb 27 19:56 thing_v1.json -rw-r--r--. 1 jenkins 1001020000 4139 Feb 27 19:56 thing_v2.json ./1.1/openapi: total 356 drwxr-sr-x. 2 jenkins 1001020000 69 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 125795 Feb 27 19:56 ditto-api-1.yml -rw-r--r--. 1 jenkins 1001020000 213558 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 420 Feb 27 19:56 README.md ./1.1/slides: total 28 drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./1.1/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29017 Feb 27 19:56 index.html ./1.1/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34289 Feb 27 19:56 index.html ./1.1/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14218 Feb 27 19:56 index.html ./1.1/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15010 Feb 27 19:56 index.html ./1.1/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31911 Feb 27 19:56 index.html ./1.1/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg ./1.1/slides/images: total 516 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png ./1.2: total 11012 drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 12615 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 12633 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 13675 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13154 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 13633 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 16912 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 16662 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13331 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 92459 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13202 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13355 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 25951 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 13439 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14272 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 13524 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13126 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 28799 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 12693 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13283 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13213 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 13701 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 16798 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13246 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 14533 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13361 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 15854 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 52749 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15121 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 13901 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 47967 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 51454 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 49859 Feb 27 19:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 50961 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 49592 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 49435 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 49494 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 54053 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 83711 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 52750 Feb 27 19:56 basic-acl.html -rw-r--r--. 1 jenkins 1001020000 51763 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 51128 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 52616 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 87953 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 56923 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 52251 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 64811 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 56455 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 65767 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 52052 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 59009 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 60440 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 70343 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 60893 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 56093 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 49980 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 48463 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 48769 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 48809 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 51400 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 55516 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 16705 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 21336 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 81115 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 52092 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 48326 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 49495 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 76015 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 114470 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 49295 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 60419 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 63754 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 62832 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 58895 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 75843 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 74641 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 56918 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 12666 Feb 27 19:56 EclipseDitto-community-call.ics -rw-r--r--. 1 jenkins 1001020000 49479 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 49625 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 96301 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 10843 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 54958 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 48870 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 63227 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 52224 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 67412 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 12863 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 49654 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 124162 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 50625 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 50211 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 57616 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 51740 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 2 jenkins 1001020000 69 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 50926 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 49750 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 51474 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 51967 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 51129 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 52586 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 52933 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 52147 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 50861 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 51019 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 61970 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 50471 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 50427 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 50582 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 50460 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 50401 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 50570 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 50551 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 50446 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 50353 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 103931 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 57568 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 51477 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 51970 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 51132 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 52589 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 52936 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 53026 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 52150 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 50864 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 50831 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 59577 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 51983 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 54399 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 50721 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 50399 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 50014 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 49936 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 50056 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 50038 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 91749 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 54518 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 51983 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52179 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 50721 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 51053 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 50399 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 50727 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 53491 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 51640 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52176 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 50718 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 50882 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 50396 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 50556 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 50075 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 50228 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 49928 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 50548 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 50704 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 50423 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 49765 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 49734 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 52836 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 52627 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 60912 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 49128 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 50417 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 48524 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 56475 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 68175 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 56770 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 52752 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 63709 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 96248 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 74181 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 51847 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 72501 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 72896 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 63790 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 57998 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 49837 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 48433 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 51324 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 50805 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 51387 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 51054 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 52717 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 52803 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 52403 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 52337 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 54884 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 50475 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 50869 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 52798 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 51721 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 53512 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 56739 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 49237 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 50205 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 50686 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 49376 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 55345 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 49754 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 53702 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 24679 Feb 27 19:56 search.json drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 56372 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 67736 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 54331 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 62203 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 56127 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 55450 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 54250 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 58639 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 52789 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 66647 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 58326 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 57998 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 55193 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 55152 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 53294 Feb 27 19:56 tag_troubleshooting.html ./1.2/css: total 80 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23805 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4249 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./1.2/docson: total 76 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./1.2/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./1.2/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./1.2/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./1.2/files: total 28 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./1.2/images: total 316 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 pages ./1.2/images/blog: total 328 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png ./1.2/images/pages: total 8 drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol ./1.2/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png ./1.2/images/pages/basic: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16882 Feb 27 19:56 ditto-class-diagram-v1.png -rw-r--r--. 1 jenkins 1001020000 23249 Feb 27 19:56 ditto-class-diagram-v1.svg -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./1.2/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./1.2/js: total 24 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./1.2/jsonschema: total 116 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 22575 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1373 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1129 Feb 27 19:56 feature.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 3651 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 3923 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2556 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 4775 Feb 27 19:56 thing_v1.json -rw-r--r--. 1 jenkins 1001020000 4673 Feb 27 19:56 thing_v2.json ./1.2/openapi: total 368 drwxr-sr-x. 2 jenkins 1001020000 69 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 132803 Feb 27 19:56 ditto-api-1.yml -rw-r--r--. 1 jenkins 1001020000 220788 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 420 Feb 27 19:56 README.md ./1.2/slides: total 28 drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./1.2/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29017 Feb 27 19:56 index.html ./1.2/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34289 Feb 27 19:56 index.html ./1.2/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14218 Feb 27 19:56 index.html ./1.2/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15010 Feb 27 19:56 index.html ./1.2/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31911 Feb 27 19:56 index.html ./1.2/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14994 Feb 27 19:56 index.html ./1.2/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg ./1.2/slides/images: total 516 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png ./1.3: total 11108 drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 12615 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 12633 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 13675 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13154 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 13633 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 16912 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 16662 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13331 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 92459 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13202 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13355 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 25951 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 13439 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14272 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 13524 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13126 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 28799 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 12693 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13283 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13213 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 13701 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 16798 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13246 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 14533 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13361 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 15854 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 52749 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15121 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 13901 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 13734 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 48123 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 51610 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 50015 Feb 27 19:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 51117 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 49748 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 49591 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 49650 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 54209 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 84590 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 52906 Feb 27 19:56 basic-acl.html -rw-r--r--. 1 jenkins 1001020000 51919 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 51284 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 52772 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 88109 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 57079 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 52407 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 64967 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 56437 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 65923 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 52208 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 59165 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 60598 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 70499 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 61049 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 56249 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 50136 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 48619 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 48925 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 48965 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 51556 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 55672 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 16913 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 21384 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 81271 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 52248 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 48482 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 49651 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 76171 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 127700 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 49451 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 60575 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 63910 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 66989 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 59051 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 75999 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 74797 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 57074 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 12666 Feb 27 19:56 EclipseDitto-community-call.ics -rw-r--r--. 1 jenkins 1001020000 49635 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 49781 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 96457 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 10843 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 55114 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 49026 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 63383 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 52380 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 67568 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 12999 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 49810 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 124318 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 50781 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 50367 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 57772 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 51896 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 2 jenkins 1001020000 69 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 51082 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 49906 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 51630 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 52123 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 51285 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 52742 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 53089 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 52303 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 51017 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 51175 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 62126 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 50627 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 50583 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 50738 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 50616 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 50557 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 50726 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 50707 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 50602 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 50509 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 104087 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 57724 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 51633 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 52126 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 51288 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 52745 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 53092 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 53182 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 52306 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 51020 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 50987 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 59733 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 52139 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 54555 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 50877 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 50555 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 50170 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 50092 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 50212 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 50194 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 91905 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 54674 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 52139 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52335 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 50877 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 51209 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 50555 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 50883 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 53647 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 51796 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52332 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 50874 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 51038 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 50552 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 50712 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 50231 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 50384 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 50084 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 50704 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 50860 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 50579 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 49921 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 49890 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 52992 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 52783 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 61068 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 49284 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 50573 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 48680 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 56631 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 68331 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 56926 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 52908 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 63865 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 96404 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 74337 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 52003 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 72657 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 73052 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 63946 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 58159 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 49993 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 48589 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 51480 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 50961 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 51543 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 51210 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 52873 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 52959 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 52559 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 52493 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 55040 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 50631 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 51025 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 52954 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 51877 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 53668 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 56895 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 49393 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 50361 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 50842 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 49532 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 55501 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 49910 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 57307 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 53858 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 25057 Feb 27 19:56 search.json drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 56588 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 68516 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 54547 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 62419 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 56343 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 55666 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 54466 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 58855 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 53005 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 66866 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 58787 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 58214 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 55409 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 55368 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 53510 Feb 27 19:56 tag_troubleshooting.html ./1.3/css: total 80 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23925 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4249 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./1.3/docson: total 76 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./1.3/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./1.3/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./1.3/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./1.3/files: total 28 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./1.3/images: total 316 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 pages ./1.3/images/blog: total 328 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png ./1.3/images/pages: total 8 drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol ./1.3/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png ./1.3/images/pages/basic: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16882 Feb 27 19:56 ditto-class-diagram-v1.png -rw-r--r--. 1 jenkins 1001020000 23249 Feb 27 19:56 ditto-class-diagram-v1.svg -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./1.3/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./1.3/js: total 24 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./1.3/jsonschema: total 116 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 22575 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1373 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1129 Feb 27 19:56 feature.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 3651 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 3923 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2556 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 4775 Feb 27 19:56 thing_v1.json -rw-r--r--. 1 jenkins 1001020000 4673 Feb 27 19:56 thing_v2.json ./1.3/openapi: total 372 drwxr-sr-x. 2 jenkins 1001020000 69 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 132803 Feb 27 19:56 ditto-api-1.yml -rw-r--r--. 1 jenkins 1001020000 223058 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 420 Feb 27 19:56 README.md ./1.3/slides: total 28 drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./1.3/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29017 Feb 27 19:56 index.html ./1.3/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34289 Feb 27 19:56 index.html ./1.3/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14218 Feb 27 19:56 index.html ./1.3/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15010 Feb 27 19:56 index.html ./1.3/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31911 Feb 27 19:56 index.html ./1.3/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14994 Feb 27 19:56 index.html ./1.3/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg ./1.3/slides/images: total 516 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png ./1.4: total 11264 drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 12615 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 12633 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 13675 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13154 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 13633 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 16912 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 16662 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13331 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 92459 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13202 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13355 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 25951 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 13439 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14272 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 13524 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13126 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 28799 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 12693 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13283 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13213 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 13701 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 16798 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13246 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 14530 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13361 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 15854 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 52749 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15121 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 13901 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 13734 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17092 Feb 27 19:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 36680 Feb 27 19:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 13525 Feb 27 19:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 48279 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 51766 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 50171 Feb 27 19:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 51273 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 49904 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 49747 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 49806 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 54365 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 88707 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 53062 Feb 27 19:56 basic-acl.html -rw-r--r--. 1 jenkins 1001020000 52075 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 52809 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 52928 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 90227 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 57140 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 52563 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 65123 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 56593 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 66079 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 52364 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 59321 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 60958 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 70763 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 61205 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 56405 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 50292 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 48775 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 49081 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 49121 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 51712 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 55828 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 17538 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 21294 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 81868 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 52404 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 48638 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 49807 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 76327 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 127856 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 49607 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 60731 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 64066 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 67145 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 59207 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 76155 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 74953 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 57230 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 12666 Feb 27 19:56 EclipseDitto-community-call.ics -rw-r--r--. 1 jenkins 1001020000 49791 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 49937 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 96613 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 10843 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 55270 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 49182 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 64030 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 52536 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 68210 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 12999 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 49966 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 124474 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 50937 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 50523 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 57928 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 52052 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 2 jenkins 1001020000 69 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 51552 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 50062 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 51786 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 52279 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 51441 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 52898 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 53245 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 52459 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 51173 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 51331 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 62282 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 50783 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 50739 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 50894 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 50772 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 50713 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 50882 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 50863 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 50758 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 50665 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 104243 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 57880 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 51789 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 52282 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 51444 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 52901 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 53248 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 53338 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 52462 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 51176 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 51143 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 59889 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 52295 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 54711 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 51033 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 50711 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 50326 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 50248 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 50368 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 50350 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 92061 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 54830 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 52295 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52491 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 51033 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 51365 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 50711 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 51039 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 53803 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 51952 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52488 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 51030 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 51194 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 50708 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 50868 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 50387 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 50540 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 50240 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 50860 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 51016 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 50735 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 50077 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 50046 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 53148 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 52939 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 61224 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 49440 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 50729 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 48836 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 56787 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 68487 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 57082 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 53064 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 64021 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 96560 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 74493 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 52159 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 72813 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 73208 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 64102 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 58317 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 50149 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 48745 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 51636 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 51117 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 51699 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 51366 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 53029 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 53115 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 52715 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 52649 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 55196 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 50787 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 51181 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 53110 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 52033 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 53824 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 57051 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 49549 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 50517 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 50998 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 49688 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 55657 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 50066 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 57463 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 54234 Feb 27 19:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 54014 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 25769 Feb 27 19:56 search.json drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 56876 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 70316 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 54835 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 62707 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 56631 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 55954 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 54754 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 59143 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 53293 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 67163 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 59320 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 58502 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 55697 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 55656 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 53798 Feb 27 19:56 tag_troubleshooting.html ./1.4/css: total 80 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23925 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4249 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./1.4/docson: total 76 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./1.4/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./1.4/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./1.4/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./1.4/files: total 28 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./1.4/images: total 316 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 pages ./1.4/images/blog: total 328 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png ./1.4/images/pages: total 8 drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol ./1.4/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png ./1.4/images/pages/basic: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16882 Feb 27 19:56 ditto-class-diagram-v1.png -rw-r--r--. 1 jenkins 1001020000 23249 Feb 27 19:56 ditto-class-diagram-v1.svg -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./1.4/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./1.4/js: total 24 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./1.4/jsonschema: total 116 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 23012 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1373 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1129 Feb 27 19:56 feature.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 3651 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 3925 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2556 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 4775 Feb 27 19:56 thing_v1.json -rw-r--r--. 1 jenkins 1001020000 4673 Feb 27 19:56 thing_v2.json ./1.4/openapi: total 372 drwxr-sr-x. 2 jenkins 1001020000 69 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 132803 Feb 27 19:56 ditto-api-1.yml -rw-r--r--. 1 jenkins 1001020000 223058 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 420 Feb 27 19:56 README.md ./1.4/slides: total 28 drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./1.4/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29017 Feb 27 19:56 index.html ./1.4/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34289 Feb 27 19:56 index.html ./1.4/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14218 Feb 27 19:56 index.html ./1.4/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15010 Feb 27 19:56 index.html ./1.4/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31911 Feb 27 19:56 index.html ./1.4/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14994 Feb 27 19:56 index.html ./1.4/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16055 Feb 27 19:56 index.html ./1.4/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg ./1.4/slides/images: total 516 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png ./1.5: total 12412 drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 12615 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 12633 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 13696 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13154 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 13633 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 16912 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 16662 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13331 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 92522 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13202 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13355 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 25951 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 13439 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14272 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 13524 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13126 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 28834 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 12693 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13283 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13213 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 13701 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 16798 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13246 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 14530 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13361 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 15854 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 52749 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15121 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 13901 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 13734 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17092 Feb 27 19:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 36729 Feb 27 19:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 13525 Feb 27 19:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 23771 Feb 27 19:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 17666 Feb 27 19:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 13801 Feb 27 19:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 50720 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 54207 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 52612 Feb 27 19:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 53714 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 52525 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 52188 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 52247 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 56806 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 92107 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 55503 Feb 27 19:56 basic-acl.html -rw-r--r--. 1 jenkins 1001020000 54516 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 55250 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 55369 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 92668 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 59581 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 55004 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 69230 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 59034 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 68520 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 54805 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 61762 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 63642 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 73570 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 63646 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 58846 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 52733 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 51216 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 51522 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 51562 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 54153 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 58627 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 18169 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 21362 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 84323 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 54845 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 51079 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 52248 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 78768 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 130297 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 52049 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 63172 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 66487 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 69586 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 61648 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 78596 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 77394 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 59671 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 51675 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 52910 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 99054 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 10843 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 57711 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 51623 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 56406 Feb 27 19:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 67539 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 54977 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 70651 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 12999 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 52407 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 126910 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 53378 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 52964 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 60369 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 54493 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 84 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 53993 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 52503 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 54227 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 54720 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 53882 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 54977 Feb 27 19:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 53707 Feb 27 19:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 56925 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 57296 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 54900 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 53614 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 53772 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 66216 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 53224 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 53180 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 53335 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 53416 Feb 27 19:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 53397 Feb 27 19:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 53213 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 53154 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 53323 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 53304 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 53199 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 53106 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 115009 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 60321 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 54230 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 54723 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 53885 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 54980 Feb 27 19:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 53710 Feb 27 19:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 56928 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 57299 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 55779 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 54903 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 53617 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 53584 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 63964 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 54736 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 57152 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 53474 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 53152 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 52767 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 52689 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 52809 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 52791 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 94502 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 57271 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 54736 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 54932 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 53474 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 53806 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 53152 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 53480 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 56244 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 54393 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 54929 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 53471 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 53635 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 53149 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 53309 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 52828 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 52981 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 52681 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 53240 Feb 27 19:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 52590 Feb 27 19:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 54094 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 54262 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 53176 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 52518 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 52487 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 56406 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 56209 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 63665 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 51881 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 53170 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 51277 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 59536 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 70928 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 59523 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 55505 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 66462 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 109761 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 83226 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 54600 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 75254 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 80691 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 66543 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 60758 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 52590 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 51186 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 54077 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 53558 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 54147 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 53807 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 55470 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 55556 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 55156 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 55090 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 57637 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 53228 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 53622 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 55551 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 54474 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 56265 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 59492 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 51990 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 52958 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 53439 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 52129 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 58098 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 52507 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 59911 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 56675 Feb 27 19:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 60142 Feb 27 19:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 51461 Feb 27 19:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 56476 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 26929 Feb 27 19:56 search.json drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 59599 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 74684 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 57558 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 65430 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 59304 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 59230 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 57477 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 61866 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 56016 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 70439 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 62533 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 61225 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 58420 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 58379 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 56471 Feb 27 19:56 tag_troubleshooting.html ./1.5/css: total 80 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23925 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4249 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./1.5/docson: total 76 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./1.5/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./1.5/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./1.5/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./1.5/files: total 28 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./1.5/images: total 316 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 pages ./1.5/images/blog: total 328 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png ./1.5/images/pages: total 8 drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol ./1.5/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png ./1.5/images/pages/basic: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16882 Feb 27 19:56 ditto-class-diagram-v1.png -rw-r--r--. 1 jenkins 1001020000 23249 Feb 27 19:56 ditto-class-diagram-v1.svg -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./1.5/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 55 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./1.5/js: total 24 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./1.5/jsonschema: total 120 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 23012 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1373 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1129 Feb 27 19:56 feature.json -rw-r--r--. 1 jenkins 1001020000 1450 Feb 27 19:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 3651 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 3930 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2556 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 4775 Feb 27 19:56 thing_v1.json -rw-r--r--. 1 jenkins 1001020000 5035 Feb 27 19:56 thing_v2.json ./1.5/openapi: total 396 drwxr-sr-x. 3 jenkins 1001020000 84 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 131785 Feb 27 19:56 ditto-api-1.yml -rw-r--r--. 1 jenkins 1001020000 246414 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 645 Feb 27 19:56 README.md drwxr-sr-x. 7 jenkins 1001020000 176 Feb 27 19:56 sources ./1.5/openapi/sources: total 172 drwxr-sr-x. 7 jenkins 1001020000 176 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 84 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 132810 Feb 27 19:56 api-1-index.yml -rw-r--r--. 1 jenkins 1001020000 8749 Feb 27 19:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 318 Feb 27 19:56 package.json -rw-r--r--. 1 jenkins 1001020000 13974 Feb 27 19:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 parameters drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 paths drwxr-sr-x. 2 jenkins 1001020000 111 Feb 27 19:56 requests drwxr-sr-x. 2 jenkins 1001020000 138 Feb 27 19:56 responses drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 schemas ./1.5/openapi/sources/parameters: total 116 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 176 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 662 Feb 27 19:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Feb 27 19:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Feb 27 19:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Feb 27 19:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Feb 27 19:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Feb 27 19:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Feb 27 19:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Feb 27 19:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Feb 27 19:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Feb 27 19:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Feb 27 19:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Feb 27 19:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Feb 27 19:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Feb 27 19:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 716 Feb 27 19:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 747 Feb 27 19:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Feb 27 19:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Feb 27 19:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Feb 27 19:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Feb 27 19:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Feb 27 19:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Feb 27 19:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Feb 27 19:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Feb 27 19:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 939 Feb 27 19:56 timeoutParam.yml ./1.5/openapi/sources/paths: total 0 drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 176 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 messages drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 whoami ./1.5/openapi/sources/paths/cloudevents: total 4 drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4077 Feb 27 19:56 cloudevents.yml ./1.5/openapi/sources/paths/features: total 80 drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 8210 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 8579 Feb 27 19:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 8217 Feb 27 19:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 8915 Feb 27 19:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 10168 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 8437 Feb 27 19:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 8061 Feb 27 19:56 property.yml ./1.5/openapi/sources/paths/messages: total 28 drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3967 Feb 27 19:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3848 Feb 27 19:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4679 Feb 27 19:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4384 Feb 27 19:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3709 Feb 27 19:56 outbox-message.yml ./1.5/openapi/sources/paths/policies: total 72 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6071 Feb 27 19:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9893 Feb 27 19:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 11028 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6492 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8394 Feb 27 19:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5712 Feb 27 19:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8463 Feb 27 19:56 subject.yml ./1.5/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2189 Feb 27 19:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4132 Feb 27 19:56 things.yml ./1.5/openapi/sources/paths/things: total 56 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 7406 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 8133 Feb 27 19:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 7691 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6590 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 5727 Feb 27 19:56 policyid.yml -rw-r--r--. 1 jenkins 1001020000 13214 Feb 27 19:56 thing.yml ./1.5/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1026 Feb 27 19:56 index.yml ./1.5/openapi/sources/requests: total 20 drwxr-sr-x. 2 jenkins 1001020000 111 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 176 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 808 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Feb 27 19:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 payload.yml -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 value.yml ./1.5/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 138 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 176 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 568 Feb 27 19:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 579 Feb 27 19:56 messageTimeout.yml -rw-r--r--. 1 jenkins 1001020000 566 Feb 27 19:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 19:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1173 Feb 27 19:56 preconditionFailed.yml ./1.5/openapi/sources/schemas: total 96 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 176 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Feb 27 19:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 803 Feb 27 19:56 error.yml -rw-r--r--. 1 jenkins 1001020000 649 Feb 27 19:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Feb 27 19:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 2283 Feb 27 19:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 491 Feb 27 19:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Feb 27 19:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Feb 27 19:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 505 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntryRestricted.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 785 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 searchResultThings.yml -rw-r--r--. 1 jenkins 1001020000 731 Feb 27 19:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Feb 27 19:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 1768 Feb 27 19:56 thing.yml -rw-r--r--. 1 jenkins 1001020000 519 Feb 27 19:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Feb 27 19:56 whoami.yml ./1.5/slides: total 28 drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 12288 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./1.5/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Feb 27 19:56 index.html ./1.5/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Feb 27 19:56 index.html ./1.5/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Feb 27 19:56 index.html ./1.5/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Feb 27 19:56 index.html ./1.5/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31918 Feb 27 19:56 index.html ./1.5/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Feb 27 19:56 index.html ./1.5/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Feb 27 19:56 index.html ./1.5/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg ./1.5/slides/images: total 516 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png ./2.0: total 15044 drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 13227 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13245 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14308 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13766 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14245 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17524 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17274 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13943 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 93134 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13814 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13967 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26563 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14051 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14884 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14136 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13738 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29446 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13305 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13895 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13825 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14313 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17410 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13858 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15142 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13973 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16471 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53361 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15704 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14513 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14346 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17704 Feb 27 19:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37341 Feb 27 19:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14137 Feb 27 19:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24383 Feb 27 19:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18278 Feb 27 19:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14413 Feb 27 19:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29279 Feb 27 19:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45064 Feb 27 19:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30440 Feb 27 19:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23206 Feb 27 19:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16746 Feb 27 19:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 56388 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 66760 Feb 27 19:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 59876 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 58280 Feb 27 19:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 59382 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 58193 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 57863 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 57921 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 62475 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 98031 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 60079 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 61549 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 61038 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 99251 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 65249 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 61810 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 74783 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 64209 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 74916 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 60476 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 60908 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 70282 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 89255 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 69315 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 65066 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 57182 Feb 27 19:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 58497 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 56884 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 57346 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 57307 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 59984 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 63601 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 19960 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 22552 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 91269 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 59693 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 56748 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 57916 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 86159 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 138403 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 57717 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 68840 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 72155 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 75255 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 67316 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 89589 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 88539 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 65033 Feb 27 19:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 65339 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 57343 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 58404 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 107407 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11645 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 63379 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 57451 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 62001 Feb 27 19:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 74828 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 60629 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 76187 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 13619 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 58075 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 136271 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 59029 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 58635 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 66207 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 60238 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 59661 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 58172 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 60620 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 61113 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 60293 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 61370 Feb 27 19:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 60100 Feb 27 19:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 63318 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 63689 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 61293 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 60007 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 60165 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 73323 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 59617 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 59573 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 59728 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 59809 Feb 27 19:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 59790 Feb 27 19:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 59606 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 59547 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 59716 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 59697 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 59592 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 59499 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 119240 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 66044 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 62560 Feb 27 19:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 62825 Feb 27 19:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 63417 Feb 27 19:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 62177 Feb 27 19:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 62289 Feb 27 19:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 64118 Feb 27 19:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 64361 Feb 27 19:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 60415 Feb 27 19:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 63301 Feb 27 19:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 62061 Feb 27 19:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 61818 Feb 27 19:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 65837 Feb 27 19:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 60623 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 61116 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 60296 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 61373 Feb 27 19:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 60103 Feb 27 19:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 63321 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 63692 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 62698 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 61296 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 60010 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 59977 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 71043 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 58111 Feb 27 19:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 60428 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 62862 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 59166 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 58844 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 58459 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 58381 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 58501 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 58483 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 101231 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 62963 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 60428 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 60633 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 59166 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 59498 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 58844 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 59172 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 61936 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 60085 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 60630 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 59163 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 59327 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 58841 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 59001 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 58976 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 59129 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 58838 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 59388 Feb 27 19:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 58738 Feb 27 19:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 60242 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 60410 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 59324 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 58666 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 58635 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 62815 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 62415 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 69207 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 57581 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 58838 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 57434 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 66016 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 58782 Feb 27 19:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 74875 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 63501 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 61456 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 70439 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 107912 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 82093 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 61716 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 91534 Feb 27 19:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 80919 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 81345 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 72213 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 67257 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 58259 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 56854 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 59745 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 59226 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 59815 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 59475 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 61077 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 61224 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 60824 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 60758 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 63244 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 58896 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 59290 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 61219 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 60142 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 61933 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 65131 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 57658 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 58626 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 59107 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 57797 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 63754 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 58175 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 65579 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 62344 Feb 27 19:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 65810 Feb 27 19:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 57129 Feb 27 19:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 96211 Feb 27 19:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 58917 Feb 27 19:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 62191 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 29117 Feb 27 19:56 search.json drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 62788 Feb 27 19:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 66933 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 83632 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 63785 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 73269 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 65520 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 65977 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 63673 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 67833 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 62242 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 78500 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 69249 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 67451 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 64647 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 65121 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 62697 Feb 27 19:56 tag_troubleshooting.html ./2.0/css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23925 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./2.0/docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./2.0/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./2.0/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./2.0/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./2.0/files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./2.0/images: total 324 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Feb 27 19:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 pages ./2.0/images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Feb 27 19:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Feb 27 19:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./2.0/images/pages: total 8 drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 advanced drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol ./2.0/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Feb 27 19:56 data-by-pass-architectural-design.jpg ./2.0/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png ./2.0/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./2.0/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./2.0/js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./2.0/jsonschema: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 27773 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1459 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1450 Feb 27 19:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 4323 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Feb 27 19:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 3901 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2841 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 5093 Feb 27 19:56 thing_v2.json ./2.0/openapi: total 324 drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 304375 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 729 Feb 27 19:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 sources ./2.0/openapi/sources: total 36 drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9687 Feb 27 19:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Feb 27 19:56 package.json -rw-r--r--. 1 jenkins 1001020000 13974 Feb 27 19:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 parameters drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 requests drwxr-sr-x. 2 jenkins 1001020000 138 Feb 27 19:56 responses drwxr-sr-x. 8 jenkins 1001020000 94 Feb 27 19:56 schemas drwxr-sr-x. 2 jenkins 1001020000 68 Feb 27 19:56 security ./2.0/openapi/sources/parameters: total 116 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 662 Feb 27 19:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Feb 27 19:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Feb 27 19:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Feb 27 19:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Feb 27 19:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Feb 27 19:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Feb 27 19:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Feb 27 19:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Feb 27 19:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Feb 27 19:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Feb 27 19:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Feb 27 19:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Feb 27 19:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Feb 27 19:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 716 Feb 27 19:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 747 Feb 27 19:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Feb 27 19:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Feb 27 19:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Feb 27 19:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Feb 27 19:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Feb 27 19:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Feb 27 19:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Feb 27 19:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Feb 27 19:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Feb 27 19:56 timeoutParam.yml ./2.0/openapi/sources/paths: total 4 drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 messages drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 whoami ./2.0/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Feb 27 19:56 cloudevents.yml ./2.0/openapi/sources/paths/features: total 96 drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 11506 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 12610 Feb 27 19:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 11752 Feb 27 19:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 12951 Feb 27 19:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 14656 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 12141 Feb 27 19:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 11506 Feb 27 19:56 property.yml ./2.0/openapi/sources/paths/messages: total 28 drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4001 Feb 27 19:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3882 Feb 27 19:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4714 Feb 27 19:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4418 Feb 27 19:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3743 Feb 27 19:56 outbox-message.yml ./2.0/openapi/sources/paths/policies: total 92 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2064 Feb 27 19:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2009 Feb 27 19:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 1744 Feb 27 19:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 1710 Feb 27 19:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6125 Feb 27 19:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9960 Feb 27 19:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 11132 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6158 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8476 Feb 27 19:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5758 Feb 27 19:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8541 Feb 27 19:56 subject.yml ./2.0/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Feb 27 19:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Feb 27 19:56 things.yml ./2.0/openapi/sources/paths/things: total 72 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 11196 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 11180 Feb 27 19:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 11071 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6535 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 7673 Feb 27 19:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 20106 Feb 27 19:56 thing.yml ./2.0/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Feb 27 19:56 index.yml ./2.0/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 815 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Feb 27 19:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Feb 27 19:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 value.yml ./2.0/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 actions ./2.0/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 725 Feb 27 19:56 activateTokenIntegration.yml ./2.0/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 138 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 19:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 586 Feb 27 19:56 messageTimeout.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 19:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 preconditionFailed.yml ./2.0/openapi/sources/schemas: total 4 drwxr-sr-x. 8 jenkins 1001020000 94 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 whoami ./2.0/openapi/sources/schemas/errors: total 8 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 94 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Feb 27 19:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Feb 27 19:56 error.yml ./2.0/openapi/sources/schemas/features: total 20 drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 94 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 649 Feb 27 19:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Feb 27 19:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 feature.yml ./2.0/openapi/sources/schemas/policies: total 44 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 94 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 527 Feb 27 19:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Feb 27 19:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Feb 27 19:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Feb 27 19:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 628 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 871 Feb 27 19:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Feb 27 19:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Feb 27 19:56 subjects.yml ./2.0/openapi/sources/schemas/search: total 4 drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 94 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Feb 27 19:56 searchResultThings.yml ./2.0/openapi/sources/schemas/things: total 20 drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 94 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Feb 27 19:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Feb 27 19:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Feb 27 19:56 thing.yml ./2.0/openapi/sources/schemas/whoami: total 8 drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 94 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Feb 27 19:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Feb 27 19:56 whoami.yml ./2.0/openapi/sources/security: total 12 drwxr-sr-x. 2 jenkins 1001020000 68 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Feb 27 19:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 710 Feb 27 19:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Feb 27 19:56 nginxBasic.yml ./2.0/slides: total 32 drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./2.0/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Feb 27 19:56 index.html ./2.0/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Feb 27 19:56 index.html ./2.0/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Feb 27 19:56 index.html ./2.0/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Feb 27 19:56 index.html ./2.0/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31918 Feb 27 19:56 index.html ./2.0/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Feb 27 19:56 index.html ./2.0/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Feb 27 19:56 index.html ./2.0/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg ./2.0/slides/images: total 516 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png ./2.1: total 16480 drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 13227 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13245 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14308 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13766 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14245 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17524 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17274 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13943 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 93134 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13814 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13967 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26563 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14051 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14884 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14136 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13738 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29446 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13305 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13895 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13825 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14313 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17410 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13858 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15142 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13973 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16471 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53361 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15704 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14513 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14346 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17704 Feb 27 19:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37341 Feb 27 19:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14137 Feb 27 19:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24383 Feb 27 19:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18278 Feb 27 19:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14413 Feb 27 19:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29279 Feb 27 19:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45064 Feb 27 19:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30440 Feb 27 19:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23206 Feb 27 19:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16746 Feb 27 19:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52022 Feb 27 19:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34660 Feb 27 19:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16577 Feb 27 19:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 58924 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 69296 Feb 27 19:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 62412 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 60816 Feb 27 19:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 61910 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 60729 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 60391 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 60449 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 65006 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 102600 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 62615 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 64085 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 63574 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 69235 Feb 27 19:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 102395 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 67785 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 64346 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 79614 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 66745 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 77452 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 63012 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 63444 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 73374 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 95794 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 71851 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 67602 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 59718 Feb 27 19:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 61033 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 59420 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 59882 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 59843 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 62520 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 66485 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 20592 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 23065 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 93805 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 62229 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 59284 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 60452 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 128421 Feb 27 19:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 88993 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 154655 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 60253 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 71376 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 74944 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 78550 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 84953 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 92125 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 91075 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 67569 Feb 27 19:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 67875 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 59936 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 60940 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 110216 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11645 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 65915 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 59987 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 64537 Feb 27 19:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 77364 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 63165 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 78723 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 13619 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 60612 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 136410 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 61565 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 61171 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 68743 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 62774 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 62490 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 60708 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 60220 Feb 27 19:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 60220 Feb 27 19:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 63156 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 63649 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 62829 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 63906 Feb 27 19:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 62636 Feb 27 19:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 65854 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 66225 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 63829 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 62543 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 62701 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 75859 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 62153 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 62109 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 62264 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 62345 Feb 27 19:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 62326 Feb 27 19:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 62142 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 62083 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 62252 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 62233 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 62128 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 62035 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 121776 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 68580 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 65096 Feb 27 19:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 65361 Feb 27 19:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 65953 Feb 27 19:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 64713 Feb 27 19:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 64825 Feb 27 19:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 66654 Feb 27 19:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 66897 Feb 27 19:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 62951 Feb 27 19:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 65837 Feb 27 19:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 64597 Feb 27 19:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 64354 Feb 27 19:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 68373 Feb 27 19:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 63159 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 63652 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 62832 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 63909 Feb 27 19:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 62639 Feb 27 19:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 65857 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 66228 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 65234 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 63832 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 62546 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 62513 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 73579 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 60647 Feb 27 19:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 62964 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 65398 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 61702 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 61380 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 60995 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 60917 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 61037 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 61019 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 103767 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 65499 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 62964 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 63169 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 61702 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 62034 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 61380 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 61708 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 64472 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 62621 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 63166 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 61699 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 61863 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 61377 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 61537 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 61512 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 61665 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 61374 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 61924 Feb 27 19:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 61274 Feb 27 19:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 62778 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 62946 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 61860 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 61202 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 61171 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 65351 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 64951 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 71743 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 60117 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 61374 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 62069 Feb 27 19:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 60662 Feb 27 19:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 59970 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 68943 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 61318 Feb 27 19:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 77411 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 66037 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 63992 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 72975 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 110448 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 84629 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 64252 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 94070 Feb 27 19:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 83455 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 83881 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 74749 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 69793 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 60795 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 59390 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 62281 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 61762 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 62351 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 62011 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 63613 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 63760 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 63360 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 63294 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 65780 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 61432 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 61826 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 63755 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 62678 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 64469 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 67667 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 60194 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 61162 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 61643 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 60333 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 66290 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 60711 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 68115 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 64880 Feb 27 19:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 68346 Feb 27 19:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 59665 Feb 27 19:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 98747 Feb 27 19:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 61453 Feb 27 19:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 74376 Feb 27 19:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 62155 Feb 27 19:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 61438 Feb 27 19:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 60018 Feb 27 19:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 61006 Feb 27 19:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 64727 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 31687 Feb 27 19:56 search.json drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 65786 Feb 27 19:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 70478 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 88265 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 66783 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 77344 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 68582 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 70022 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 66672 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 70835 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 65240 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 83694 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 73472 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 71507 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 67645 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 68119 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 65758 Feb 27 19:56 tag_troubleshooting.html ./2.1/css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 23925 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./2.1/docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./2.1/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./2.1/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./2.1/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./2.1/files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./2.1/images: total 324 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Feb 27 19:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 pages ./2.1/images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Feb 27 19:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Feb 27 19:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./2.1/images/pages: total 8 drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 advanced drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol ./2.1/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Feb 27 19:56 data-by-pass-architectural-design.jpg ./2.1/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png ./2.1/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./2.1/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./2.1/js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./2.1/jsonschema: total 140 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 37638 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1459 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1508 Feb 27 19:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 5335 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Feb 27 19:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 4358 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2841 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 5180 Feb 27 19:56 thing_v2.json ./2.1/openapi: total 332 drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 313445 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 729 Feb 27 19:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 sources ./2.1/openapi/sources: total 36 drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9622 Feb 27 19:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Feb 27 19:56 package.json -rw-r--r--. 1 jenkins 1001020000 13974 Feb 27 19:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 parameters drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 requests drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 responses drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 schemas drwxr-sr-x. 2 jenkins 1001020000 68 Feb 27 19:56 security ./2.1/openapi/sources/parameters: total 120 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Feb 27 19:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Feb 27 19:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Feb 27 19:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1341 Feb 27 19:56 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Feb 27 19:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Feb 27 19:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Feb 27 19:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Feb 27 19:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Feb 27 19:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Feb 27 19:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Feb 27 19:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Feb 27 19:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Feb 27 19:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Feb 27 19:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Feb 27 19:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 716 Feb 27 19:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 747 Feb 27 19:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Feb 27 19:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Feb 27 19:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Feb 27 19:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Feb 27 19:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Feb 27 19:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Feb 27 19:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Feb 27 19:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Feb 27 19:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Feb 27 19:56 timeoutParam.yml ./2.1/openapi/sources/paths: total 4 drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 messages drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 whoami ./2.1/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Feb 27 19:56 cloudevents.yml ./2.1/openapi/sources/paths/features: total 100 drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 11953 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 12997 Feb 27 19:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 12139 Feb 27 19:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 13338 Feb 27 19:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 15043 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 12528 Feb 27 19:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 11893 Feb 27 19:56 property.yml ./2.1/openapi/sources/paths/messages: total 28 drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4004 Feb 27 19:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3885 Feb 27 19:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Feb 27 19:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4421 Feb 27 19:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3746 Feb 27 19:56 outbox-message.yml ./2.1/openapi/sources/paths/policies: total 92 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Feb 27 19:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Feb 27 19:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Feb 27 19:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Feb 27 19:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6125 Feb 27 19:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9960 Feb 27 19:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 11132 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6158 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8476 Feb 27 19:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5758 Feb 27 19:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8541 Feb 27 19:56 subject.yml ./2.1/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Feb 27 19:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Feb 27 19:56 things.yml ./2.1/openapi/sources/paths/things: total 76 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 11583 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 11567 Feb 27 19:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 11458 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6597 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 7947 Feb 27 19:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 20493 Feb 27 19:56 thing.yml ./2.1/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Feb 27 19:56 index.yml ./2.1/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 815 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Feb 27 19:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Feb 27 19:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 value.yml ./2.1/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 actions ./2.1/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 839 Feb 27 19:56 activateTokenIntegration.yml ./2.1/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Feb 27 19:56 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 19:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 574 Feb 27 19:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 19:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 preconditionFailed.yml ./2.1/openapi/sources/schemas: total 4 drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 acknowledgements drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 whoami ./2.1/openapi/sources/schemas/acknowledgements: total 8 drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 652 Feb 27 19:56 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Feb 27 19:56 acknowledgement.yml ./2.1/openapi/sources/schemas/errors: total 8 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Feb 27 19:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Feb 27 19:56 error.yml ./2.1/openapi/sources/schemas/features: total 20 drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Feb 27 19:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Feb 27 19:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 feature.yml ./2.1/openapi/sources/schemas/policies: total 44 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 527 Feb 27 19:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Feb 27 19:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Feb 27 19:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Feb 27 19:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 628 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 1413 Feb 27 19:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Feb 27 19:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Feb 27 19:56 subjects.yml ./2.1/openapi/sources/schemas/search: total 4 drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Feb 27 19:56 searchResultThings.yml ./2.1/openapi/sources/schemas/things: total 20 drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Feb 27 19:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Feb 27 19:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Feb 27 19:56 thing.yml ./2.1/openapi/sources/schemas/whoami: total 8 drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Feb 27 19:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Feb 27 19:56 whoami.yml ./2.1/openapi/sources/security: total 12 drwxr-sr-x. 2 jenkins 1001020000 68 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Feb 27 19:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 710 Feb 27 19:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Feb 27 19:56 nginxBasic.yml ./2.1/slides: total 32 drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./2.1/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Feb 27 19:56 index.html ./2.1/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Feb 27 19:56 index.html ./2.1/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Feb 27 19:56 index.html ./2.1/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Feb 27 19:56 index.html ./2.1/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31918 Feb 27 19:56 index.html ./2.1/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Feb 27 19:56 index.html ./2.1/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Feb 27 19:56 index.html ./2.1/slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 30816 Feb 27 19:56 index.html ./2.1/slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16503 Feb 27 19:56 index.html ./2.1/slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21859 Feb 27 19:56 index.html ./2.1/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg ./2.1/slides/images: total 544 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Feb 27 19:56 wot.png ./2.2: total 16856 drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 13247 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13265 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14328 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13786 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14265 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17544 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17294 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13963 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 93154 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13834 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13987 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26583 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14071 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14904 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14156 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13758 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29466 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13325 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13915 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13845 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14333 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17430 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13878 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15162 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13993 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16491 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53381 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15724 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14533 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14366 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17724 Feb 27 19:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37361 Feb 27 19:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14157 Feb 27 19:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24403 Feb 27 19:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18298 Feb 27 19:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14433 Feb 27 19:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29299 Feb 27 19:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45084 Feb 27 19:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30460 Feb 27 19:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23226 Feb 27 19:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16766 Feb 27 19:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52042 Feb 27 19:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34680 Feb 27 19:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16597 Feb 27 19:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 18098 Feb 27 19:56 2021-09-29-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 29250 Feb 27 19:56 2021-11-03-oauth2.html -rw-r--r--. 1 jenkins 1001020000 15719 Feb 27 19:56 2021-11-22-release-announcement-220.html -rw-r--r--. 1 jenkins 1001020000 59442 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 69814 Feb 27 19:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 62930 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 61334 Feb 27 19:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 62428 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 61247 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 60909 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 60967 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 65524 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 103118 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 63133 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 64603 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 65479 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 69753 Feb 27 19:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 102913 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 68303 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 64864 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 80132 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 69866 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 77970 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 63749 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 63962 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 77651 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 96312 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 75183 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 68120 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 60236 Feb 27 19:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 61551 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 59938 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 60400 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 60361 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 63038 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 67003 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 21207 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 23163 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 94323 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 62747 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 59802 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 60970 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 128939 Feb 27 19:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 93252 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 155173 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 60771 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 71894 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 75462 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 84123 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 85515 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 92643 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 91593 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 68087 Feb 27 19:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 68393 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 60454 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 61458 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 110734 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11645 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 66433 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 60505 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 65055 Feb 27 19:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 77882 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 63683 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 79241 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 16337 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 61130 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 136928 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 62083 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 61689 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 69261 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 63292 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 63322 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 61226 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 60738 Feb 27 19:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 60738 Feb 27 19:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 63674 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 64167 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 63347 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 64424 Feb 27 19:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 63154 Feb 27 19:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 66372 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 66743 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 64347 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 63061 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 63219 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 76377 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 62671 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 62627 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 62782 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 62863 Feb 27 19:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 62844 Feb 27 19:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 62660 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 62601 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 62770 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 62751 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 62646 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 62553 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 122294 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 69098 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 65614 Feb 27 19:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 65879 Feb 27 19:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 66471 Feb 27 19:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 65231 Feb 27 19:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 65343 Feb 27 19:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 67172 Feb 27 19:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 67415 Feb 27 19:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 63469 Feb 27 19:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 66355 Feb 27 19:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 65115 Feb 27 19:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 64872 Feb 27 19:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 68891 Feb 27 19:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 63677 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 64170 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 63350 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 64427 Feb 27 19:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 63157 Feb 27 19:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 66375 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 66746 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 65752 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 64350 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 63064 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 63031 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 74097 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 61165 Feb 27 19:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 63482 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 65916 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 62220 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 61898 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 61513 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 61435 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 61555 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 61537 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 104285 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 66017 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 63482 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 63687 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 62220 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 62552 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 61898 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 62226 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 64990 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 63139 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 63684 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 62217 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 62381 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 61895 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 62055 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 62030 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 62183 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 61892 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 62442 Feb 27 19:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 61792 Feb 27 19:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 63296 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 63464 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 62378 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 61720 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 61689 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 65869 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 65469 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 72261 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 60635 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 61892 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 62587 Feb 27 19:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 61180 Feb 27 19:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 60488 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 69461 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 61836 Feb 27 19:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 77929 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 66555 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 64510 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 73493 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 110966 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 85147 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 64770 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 94588 Feb 27 19:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 83973 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 84399 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 75267 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 70311 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 61313 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 59908 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 62799 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 62280 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 62869 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 62529 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 64131 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 64278 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 63878 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 63812 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 66298 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 61950 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 62344 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 64273 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 63196 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 64987 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 68185 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 60712 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 61680 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 62161 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 60851 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 66808 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 61229 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 68633 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 65398 Feb 27 19:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 68864 Feb 27 19:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 60183 Feb 27 19:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 99265 Feb 27 19:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 61971 Feb 27 19:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 74894 Feb 27 19:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 62673 Feb 27 19:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 61956 Feb 27 19:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 60536 Feb 27 19:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 65985 Feb 27 19:56 release_notes_220.html -rw-r--r--. 1 jenkins 1001020000 61539 Feb 27 19:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 60333 Feb 27 19:56 release_notes_222.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 65245 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 32614 Feb 27 19:56 search.json drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 66496 Feb 27 19:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 71746 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 90607 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 67493 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 78612 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 69292 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 70732 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 67382 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 71545 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 65950 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 84404 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 74672 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 72217 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 68355 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 68829 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 66468 Feb 27 19:56 tag_troubleshooting.html ./2.2/css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 24526 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./2.2/docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./2.2/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./2.2/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./2.2/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./2.2/files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./2.2/images: total 516 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rwxr-xr-x. 1 jenkins 1001020000 92637 Feb 27 19:56 ditto-overview-1.png -rwxr-xr-x. 1 jenkins 1001020000 101022 Feb 27 19:56 ditto-super-1.png -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Feb 27 19:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 pages ./2.2/images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Feb 27 19:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Feb 27 19:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./2.2/images/pages: total 8 drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 advanced drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol ./2.2/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Feb 27 19:56 data-by-pass-architectural-design.jpg ./2.2/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png ./2.2/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./2.2/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./2.2/js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3246 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./2.2/jsonschema: total 140 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 39603 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1459 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1508 Feb 27 19:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 5335 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Feb 27 19:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 4358 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 2841 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 5180 Feb 27 19:56 thing_v2.json ./2.2/openapi: total 332 drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 313445 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 729 Feb 27 19:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 sources ./2.2/openapi/sources: total 36 drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9622 Feb 27 19:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Feb 27 19:56 package.json -rw-r--r--. 1 jenkins 1001020000 13974 Feb 27 19:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 parameters drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 requests drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 responses drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 schemas drwxr-sr-x. 2 jenkins 1001020000 68 Feb 27 19:56 security ./2.2/openapi/sources/parameters: total 120 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Feb 27 19:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Feb 27 19:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Feb 27 19:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1341 Feb 27 19:56 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Feb 27 19:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Feb 27 19:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Feb 27 19:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Feb 27 19:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Feb 27 19:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Feb 27 19:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Feb 27 19:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Feb 27 19:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Feb 27 19:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Feb 27 19:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Feb 27 19:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 716 Feb 27 19:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 747 Feb 27 19:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Feb 27 19:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Feb 27 19:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Feb 27 19:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Feb 27 19:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Feb 27 19:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Feb 27 19:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Feb 27 19:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Feb 27 19:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Feb 27 19:56 timeoutParam.yml ./2.2/openapi/sources/paths: total 4 drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 messages drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 whoami ./2.2/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Feb 27 19:56 cloudevents.yml ./2.2/openapi/sources/paths/features: total 100 drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 11953 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 12997 Feb 27 19:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 12139 Feb 27 19:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 13338 Feb 27 19:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 15043 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 12528 Feb 27 19:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 11893 Feb 27 19:56 property.yml ./2.2/openapi/sources/paths/messages: total 28 drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4004 Feb 27 19:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3885 Feb 27 19:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Feb 27 19:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4421 Feb 27 19:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3746 Feb 27 19:56 outbox-message.yml ./2.2/openapi/sources/paths/policies: total 92 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Feb 27 19:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Feb 27 19:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Feb 27 19:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Feb 27 19:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6125 Feb 27 19:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9960 Feb 27 19:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 11132 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6158 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8476 Feb 27 19:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5758 Feb 27 19:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8541 Feb 27 19:56 subject.yml ./2.2/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Feb 27 19:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Feb 27 19:56 things.yml ./2.2/openapi/sources/paths/things: total 76 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 11583 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 11567 Feb 27 19:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 11458 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6597 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 7947 Feb 27 19:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 20493 Feb 27 19:56 thing.yml ./2.2/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Feb 27 19:56 index.yml ./2.2/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 815 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Feb 27 19:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Feb 27 19:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 value.yml ./2.2/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 actions ./2.2/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 839 Feb 27 19:56 activateTokenIntegration.yml ./2.2/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Feb 27 19:56 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 19:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 574 Feb 27 19:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 19:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 preconditionFailed.yml ./2.2/openapi/sources/schemas: total 4 drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 acknowledgements drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 whoami ./2.2/openapi/sources/schemas/acknowledgements: total 8 drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 652 Feb 27 19:56 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Feb 27 19:56 acknowledgement.yml ./2.2/openapi/sources/schemas/errors: total 8 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Feb 27 19:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Feb 27 19:56 error.yml ./2.2/openapi/sources/schemas/features: total 20 drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Feb 27 19:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Feb 27 19:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 feature.yml ./2.2/openapi/sources/schemas/policies: total 44 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 527 Feb 27 19:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Feb 27 19:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Feb 27 19:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Feb 27 19:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 628 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 1413 Feb 27 19:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Feb 27 19:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Feb 27 19:56 subjects.yml ./2.2/openapi/sources/schemas/search: total 4 drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Feb 27 19:56 searchResultThings.yml ./2.2/openapi/sources/schemas/things: total 20 drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Feb 27 19:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Feb 27 19:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Feb 27 19:56 thing.yml ./2.2/openapi/sources/schemas/whoami: total 8 drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Feb 27 19:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Feb 27 19:56 whoami.yml ./2.2/openapi/sources/security: total 12 drwxr-sr-x. 2 jenkins 1001020000 68 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Feb 27 19:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 710 Feb 27 19:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Feb 27 19:56 nginxBasic.yml ./2.2/slides: total 32 drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_10_25-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./2.2/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Feb 27 19:56 index.html ./2.2/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Feb 27 19:56 index.html ./2.2/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Feb 27 19:56 index.html ./2.2/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Feb 27 19:56 index.html ./2.2/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31918 Feb 27 19:56 index.html ./2.2/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Feb 27 19:56 index.html ./2.2/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Feb 27 19:56 index.html ./2.2/slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 30816 Feb 27 19:56 index.html ./2.2/slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16503 Feb 27 19:56 index.html ./2.2/slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21859 Feb 27 19:56 index.html ./2.2/slides/2021_10_25-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14925 Feb 27 19:56 index.html ./2.2/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg ./2.2/slides/images: total 544 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Feb 27 19:56 wot.png ./2.3: total 17236 drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 13247 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13265 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14328 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13786 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14265 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17544 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17294 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13963 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 93154 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13834 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13987 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26583 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14071 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14904 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14156 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13758 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29466 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13325 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13915 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13845 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14333 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17430 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13878 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15162 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13993 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16491 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53381 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15724 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14533 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14366 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17724 Feb 27 19:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37361 Feb 27 19:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14157 Feb 27 19:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24403 Feb 27 19:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18298 Feb 27 19:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14433 Feb 27 19:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29299 Feb 27 19:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45084 Feb 27 19:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30460 Feb 27 19:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23226 Feb 27 19:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16766 Feb 27 19:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52042 Feb 27 19:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34268 Feb 27 19:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16597 Feb 27 19:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 18098 Feb 27 19:56 2021-09-29-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 29250 Feb 27 19:56 2021-11-03-oauth2.html -rw-r--r--. 1 jenkins 1001020000 15719 Feb 27 19:56 2021-11-22-release-announcement-220.html -rw-r--r--. 1 jenkins 1001020000 26758 Feb 27 19:56 2021-12-20-http-live-channel.html -rw-r--r--. 1 jenkins 1001020000 24680 Feb 27 19:56 2021-12-22-live-channel-condition.html -rw-r--r--. 1 jenkins 1001020000 17268 Feb 27 19:56 2022-01-21-release-announcement-230.html -rw-r--r--. 1 jenkins 1001020000 59804 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 70176 Feb 27 19:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 63292 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 61696 Feb 27 19:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 62790 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 61609 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 61271 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 61329 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 65886 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 103480 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 63495 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 64965 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 65841 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 73274 Feb 27 19:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 103275 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 69050 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 65226 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 80675 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 70228 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 78332 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 64111 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 64324 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 79453 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 96674 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 75704 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 68482 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 60598 Feb 27 19:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 61913 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 60300 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 60762 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 60723 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 63400 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 67369 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 21942 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 22748 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 94685 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 63109 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 60164 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 61332 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 129301 Feb 27 19:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 95982 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 160269 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 61133 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 72256 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 75824 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 84485 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 85877 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 93005 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 91955 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 68449 Feb 27 19:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 68755 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 60816 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 61820 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 113609 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11645 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 66795 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 62928 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 65417 Feb 27 19:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 78244 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 64045 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 79603 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 16337 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 61420 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 151216 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 62445 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 62051 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 69623 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 63654 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 63684 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 61588 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 61100 Feb 27 19:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 61100 Feb 27 19:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 64036 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 64529 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 63709 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 64786 Feb 27 19:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 63516 Feb 27 19:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 66734 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 67105 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 64709 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 63423 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 63581 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 76739 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 63033 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 62989 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 63144 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 63225 Feb 27 19:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 63206 Feb 27 19:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 63022 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 62963 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 63132 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 63113 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 63008 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 62915 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 122656 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 69460 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 65976 Feb 27 19:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 66241 Feb 27 19:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 66833 Feb 27 19:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 65593 Feb 27 19:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 65705 Feb 27 19:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 67534 Feb 27 19:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 67777 Feb 27 19:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 63831 Feb 27 19:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 66717 Feb 27 19:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 65477 Feb 27 19:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 65234 Feb 27 19:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 69253 Feb 27 19:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 64039 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 64532 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 63712 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 64789 Feb 27 19:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 63519 Feb 27 19:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 66737 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 67108 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 66114 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 64712 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 63426 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 63393 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 74459 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 61527 Feb 27 19:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 63844 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 66278 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 62582 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 62260 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 61875 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 61797 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 61917 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 61899 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 104647 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 66379 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 63844 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 64049 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 62582 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 62914 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 62260 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 62588 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 65352 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 63501 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 64046 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 62579 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 62743 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 62257 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 62417 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 62392 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 62545 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 62254 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 62804 Feb 27 19:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 62154 Feb 27 19:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 63658 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 63826 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 62740 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 62082 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 62051 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 66231 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 65831 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 72623 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 60997 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 62254 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 62949 Feb 27 19:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 61542 Feb 27 19:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 60850 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 70964 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 62198 Feb 27 19:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 78291 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 66917 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 64872 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 73855 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 111328 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 85509 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 65132 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 94950 Feb 27 19:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 84335 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 84761 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 75629 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 70673 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 62096 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 60270 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 63161 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 62642 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 63231 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 62891 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 64493 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 64640 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 64240 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 64174 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 66660 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 62312 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 62706 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 64635 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 63558 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 65349 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 68547 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 61074 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 62042 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 62523 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 61213 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 67170 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 61591 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 68995 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 65760 Feb 27 19:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 69226 Feb 27 19:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 60545 Feb 27 19:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 99627 Feb 27 19:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 62333 Feb 27 19:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 75256 Feb 27 19:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 63035 Feb 27 19:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 62318 Feb 27 19:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 60898 Feb 27 19:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 66347 Feb 27 19:56 release_notes_220.html -rw-r--r--. 1 jenkins 1001020000 61901 Feb 27 19:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 60695 Feb 27 19:56 release_notes_222.html -rw-r--r--. 1 jenkins 1001020000 67063 Feb 27 19:56 release_notes_230.html -rw-r--r--. 1 jenkins 1001020000 62368 Feb 27 19:56 release_notes_231.html -rw-r--r--. 1 jenkins 1001020000 61943 Feb 27 19:56 release_notes_232.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 65607 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 33792 Feb 27 19:56 search.json drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 67074 Feb 27 19:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 72324 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 92766 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 68071 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 79190 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 69870 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 72372 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 67960 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 72123 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 66528 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 84982 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 75985 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 72795 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 68933 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 69407 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 67046 Feb 27 19:56 tag_troubleshooting.html ./2.3/css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 24526 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./2.3/docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./2.3/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./2.3/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./2.3/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./2.3/files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./2.3/images: total 516 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rwxr-xr-x. 1 jenkins 1001020000 92637 Feb 27 19:56 ditto-overview-1.png -rwxr-xr-x. 1 jenkins 1001020000 101022 Feb 27 19:56 ditto-super-1.png -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Feb 27 19:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 pages ./2.3/images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Feb 27 19:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Feb 27 19:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./2.3/images/pages: total 8 drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 advanced drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol ./2.3/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Feb 27 19:56 data-by-pass-architectural-design.jpg ./2.3/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png ./2.3/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./2.3/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./2.3/js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3315 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./2.3/jsonschema: total 140 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 39603 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1756 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1508 Feb 27 19:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 5335 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Feb 27 19:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 4358 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 3190 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 5180 Feb 27 19:56 thing_v2.json ./2.3/openapi: total 344 drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 325837 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 729 Feb 27 19:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 sources ./2.3/openapi/sources: total 52 drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 10011 Feb 27 19:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Feb 27 19:56 package.json -rw-r--r--. 1 jenkins 1001020000 30800 Feb 27 19:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 parameters drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 requests drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 responses drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 schemas drwxr-sr-x. 2 jenkins 1001020000 68 Feb 27 19:56 security ./2.3/openapi/sources/parameters: total 136 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Feb 27 19:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Feb 27 19:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Feb 27 19:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 955 Feb 27 19:56 channelParamPutDescription.yml -rw-r--r--. 1 jenkins 1001020000 842 Feb 27 19:56 channelParam.yml -rw-r--r--. 1 jenkins 1001020000 1421 Feb 27 19:56 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Feb 27 19:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Feb 27 19:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Feb 27 19:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Feb 27 19:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Feb 27 19:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Feb 27 19:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Feb 27 19:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Feb 27 19:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 837 Feb 27 19:56 liveChannelConditionParam.yml -rw-r--r--. 1 jenkins 1001020000 648 Feb 27 19:56 liveChannelTimeoutStrategyParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Feb 27 19:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Feb 27 19:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Feb 27 19:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 716 Feb 27 19:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 747 Feb 27 19:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Feb 27 19:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Feb 27 19:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Feb 27 19:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Feb 27 19:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Feb 27 19:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Feb 27 19:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Feb 27 19:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Feb 27 19:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Feb 27 19:56 timeoutParam.yml ./2.3/openapi/sources/paths: total 4 drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 messages drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 whoami ./2.3/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Feb 27 19:56 cloudevents.yml ./2.3/openapi/sources/paths/features: total 112 drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12639 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 13683 Feb 27 19:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 12825 Feb 27 19:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 14024 Feb 27 19:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 15729 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 13214 Feb 27 19:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 12579 Feb 27 19:56 property.yml ./2.3/openapi/sources/paths/messages: total 28 drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4004 Feb 27 19:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3885 Feb 27 19:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Feb 27 19:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4421 Feb 27 19:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3746 Feb 27 19:56 outbox-message.yml ./2.3/openapi/sources/paths/policies: total 92 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Feb 27 19:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Feb 27 19:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Feb 27 19:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Feb 27 19:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6125 Feb 27 19:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9960 Feb 27 19:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 11132 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6158 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8476 Feb 27 19:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5758 Feb 27 19:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8541 Feb 27 19:56 subject.yml ./2.3/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Feb 27 19:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Feb 27 19:56 things.yml ./2.3/openapi/sources/paths/things: total 76 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12269 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 12253 Feb 27 19:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 12143 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6597 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 8585 Feb 27 19:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 19811 Feb 27 19:56 thing.yml ./2.3/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Feb 27 19:56 index.yml ./2.3/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 809 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Feb 27 19:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Feb 27 19:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 value.yml ./2.3/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 actions ./2.3/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 839 Feb 27 19:56 activateTokenIntegration.yml ./2.3/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Feb 27 19:56 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 19:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 574 Feb 27 19:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 19:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 preconditionFailed.yml ./2.3/openapi/sources/schemas: total 4 drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 acknowledgements drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 whoami ./2.3/openapi/sources/schemas/acknowledgements: total 8 drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 595 Feb 27 19:56 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Feb 27 19:56 acknowledgement.yml ./2.3/openapi/sources/schemas/errors: total 8 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Feb 27 19:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Feb 27 19:56 error.yml ./2.3/openapi/sources/schemas/features: total 20 drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Feb 27 19:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Feb 27 19:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 feature.yml ./2.3/openapi/sources/schemas/policies: total 44 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 527 Feb 27 19:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Feb 27 19:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Feb 27 19:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Feb 27 19:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 628 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 1413 Feb 27 19:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Feb 27 19:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Feb 27 19:56 subjects.yml ./2.3/openapi/sources/schemas/search: total 4 drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Feb 27 19:56 searchResultThings.yml ./2.3/openapi/sources/schemas/things: total 20 drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Feb 27 19:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Feb 27 19:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Feb 27 19:56 thing.yml ./2.3/openapi/sources/schemas/whoami: total 8 drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 118 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Feb 27 19:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Feb 27 19:56 whoami.yml ./2.3/openapi/sources/security: total 12 drwxr-sr-x. 2 jenkins 1001020000 68 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Feb 27 19:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 710 Feb 27 19:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Feb 27 19:56 nginxBasic.yml ./2.3/slides: total 32 drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_10_25-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./2.3/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Feb 27 19:56 index.html ./2.3/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Feb 27 19:56 index.html ./2.3/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Feb 27 19:56 index.html ./2.3/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Feb 27 19:56 index.html ./2.3/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31918 Feb 27 19:56 index.html ./2.3/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Feb 27 19:56 index.html ./2.3/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Feb 27 19:56 index.html ./2.3/slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 30816 Feb 27 19:56 index.html ./2.3/slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16503 Feb 27 19:56 index.html ./2.3/slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21859 Feb 27 19:56 index.html ./2.3/slides/2021_10_25-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14925 Feb 27 19:56 index.html ./2.3/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg ./2.3/slides/images: total 544 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Feb 27 19:56 wot.png ./2.4: total 18136 drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 13247 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13265 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14328 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13786 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14265 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17544 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17294 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13963 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 93154 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13834 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13987 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26583 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14071 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14904 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14156 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13758 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29466 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13325 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13915 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13845 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14333 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17430 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13878 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15162 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13993 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16491 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53381 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15724 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14533 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14366 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17724 Feb 27 19:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37361 Feb 27 19:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14157 Feb 27 19:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24403 Feb 27 19:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18298 Feb 27 19:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14433 Feb 27 19:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29299 Feb 27 19:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45084 Feb 27 19:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30460 Feb 27 19:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23226 Feb 27 19:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16766 Feb 27 19:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52042 Feb 27 19:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34268 Feb 27 19:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16597 Feb 27 19:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 18098 Feb 27 19:56 2021-09-29-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 29250 Feb 27 19:56 2021-11-03-oauth2.html -rw-r--r--. 1 jenkins 1001020000 15719 Feb 27 19:56 2021-11-22-release-announcement-220.html -rw-r--r--. 1 jenkins 1001020000 26758 Feb 27 19:56 2021-12-20-http-live-channel.html -rw-r--r--. 1 jenkins 1001020000 24680 Feb 27 19:56 2021-12-22-live-channel-condition.html -rw-r--r--. 1 jenkins 1001020000 17268 Feb 27 19:56 2022-01-21-release-announcement-230.html -rw-r--r--. 1 jenkins 1001020000 32671 Feb 27 19:56 2022-03-03-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 16438 Feb 27 19:56 2022-04-14-release-announcement-240.html -rw-r--r--. 1 jenkins 1001020000 61140 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 71512 Feb 27 19:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 64628 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 63032 Feb 27 19:56 architecture-services-concierge.html -rw-r--r--. 1 jenkins 1001020000 64126 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 62945 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 62607 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 62665 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 67222 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 104816 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 64831 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 66301 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 67177 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 74610 Feb 27 19:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 104611 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 72087 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 66562 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 80837 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 72055 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 79668 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 65236 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 65660 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 91022 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 98010 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 77040 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 69818 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 61934 Feb 27 19:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 63249 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 61636 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 62098 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 62059 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 64736 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 68720 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 182653 Feb 27 19:56 basic-wot-integration-example.html -rw-r--r--. 1 jenkins 1001020000 96947 Feb 27 19:56 basic-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 22346 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 22730 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 96021 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 64445 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 61500 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 62668 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 130637 Feb 27 19:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 97318 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 167424 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 62469 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 73592 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 77160 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 85821 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 87213 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 94341 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 93291 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 69785 Feb 27 19:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 70091 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 62152 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 63156 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 114945 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11645 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 68131 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 64264 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 66753 Feb 27 19:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 79580 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 65381 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 85627 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 16337 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 61847 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 154498 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 64179 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 63387 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 70959 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 64990 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 65020 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 62924 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 62436 Feb 27 19:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 62436 Feb 27 19:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 65372 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 65865 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 65045 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 66122 Feb 27 19:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 64852 Feb 27 19:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 68070 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 68441 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 66045 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 64759 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 64917 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 78075 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 64369 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 64325 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 64480 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 64561 Feb 27 19:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 64542 Feb 27 19:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 64358 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 64299 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 64468 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 64449 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 64344 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 64251 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 123992 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 70796 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 67312 Feb 27 19:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 67577 Feb 27 19:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 68169 Feb 27 19:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 66929 Feb 27 19:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 67041 Feb 27 19:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 68870 Feb 27 19:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 69113 Feb 27 19:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 65167 Feb 27 19:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 68053 Feb 27 19:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 66813 Feb 27 19:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 66570 Feb 27 19:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 70589 Feb 27 19:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 65375 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 65868 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 65048 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 66125 Feb 27 19:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 64855 Feb 27 19:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 68073 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 68444 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 67450 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 66048 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 64762 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 64729 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 75795 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 62863 Feb 27 19:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 65180 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 67614 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 63918 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 63596 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 63211 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 63133 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 63253 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 63235 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 105983 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 67715 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 65180 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 65385 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 63918 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 64250 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 63596 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 63924 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 66688 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 64837 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 66519 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 63915 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 64079 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 63593 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 63753 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 63728 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 63881 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 63590 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 64140 Feb 27 19:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 63490 Feb 27 19:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 64994 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 65162 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 64076 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 63418 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 63387 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 67567 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 67167 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 73959 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 62333 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 63590 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 64285 Feb 27 19:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 62878 Feb 27 19:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 62186 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 72470 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 63534 Feb 27 19:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 79627 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 68253 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 66208 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 75343 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 112664 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 86845 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 66468 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 96286 Feb 27 19:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 85671 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 86097 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 76965 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 72009 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 63432 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 61606 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 64497 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 63978 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 64567 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 64227 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 65829 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 65976 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 65576 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 65510 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 67996 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 63648 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 64042 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 65971 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 64894 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 66685 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 69883 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 62410 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 63378 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 63859 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 62549 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 68506 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 62927 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 70331 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 67096 Feb 27 19:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 70562 Feb 27 19:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 61881 Feb 27 19:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 100963 Feb 27 19:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 63669 Feb 27 19:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 76609 Feb 27 19:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 64371 Feb 27 19:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 63654 Feb 27 19:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 62234 Feb 27 19:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 67683 Feb 27 19:56 release_notes_220.html -rw-r--r--. 1 jenkins 1001020000 63237 Feb 27 19:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 62031 Feb 27 19:56 release_notes_222.html -rw-r--r--. 1 jenkins 1001020000 68399 Feb 27 19:56 release_notes_230.html -rw-r--r--. 1 jenkins 1001020000 63704 Feb 27 19:56 release_notes_231.html -rw-r--r--. 1 jenkins 1001020000 63294 Feb 27 19:56 release_notes_232.html -rw-r--r--. 1 jenkins 1001020000 73364 Feb 27 19:56 release_notes_240.html -rw-r--r--. 1 jenkins 1001020000 62598 Feb 27 19:56 release_notes_241.html -rw-r--r--. 1 jenkins 1001020000 62163 Feb 27 19:56 release_notes_242.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 66943 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 35268 Feb 27 19:56 search.json drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 68647 Feb 27 19:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 73897 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 95417 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 69644 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 80759 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 71413 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 74480 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 69503 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 73696 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 68101 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 86555 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 78293 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 74368 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 70506 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 70980 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 68619 Feb 27 19:56 tag_troubleshooting.html -rw-r--r--. 1 jenkins 1001020000 69617 Feb 27 19:56 tag_wot.html ./2.4/css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 24527 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./2.4/docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./2.4/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./2.4/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./2.4/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./2.4/files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./2.4/images: total 516 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rwxr-xr-x. 1 jenkins 1001020000 92637 Feb 27 19:56 ditto-overview-1.png -rwxr-xr-x. 1 jenkins 1001020000 101022 Feb 27 19:56 ditto-super-1.png -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Feb 27 19:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 pages ./2.4/images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Feb 27 19:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Feb 27 19:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./2.4/images/pages: total 8 drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 advanced drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol ./2.4/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Feb 27 19:56 data-by-pass-architectural-design.jpg ./2.4/images/pages/architecture: total 60 drwxr-sr-x. 2 jenkins 1001020000 70 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png ./2.4/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./2.4/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./2.4/js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3315 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./2.4/jsonschema: total 140 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 39603 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1756 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1508 Feb 27 19:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 5335 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Feb 27 19:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 4358 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 3190 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 5180 Feb 27 19:56 thing_v2.json ./2.4/openapi: total 352 drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 333527 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 729 Feb 27 19:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 sources ./2.4/openapi/sources: total 52 drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 10085 Feb 27 19:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Feb 27 19:56 package.json -rw-r--r--. 1 jenkins 1001020000 30800 Feb 27 19:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 parameters drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 requests drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 responses drwxr-sr-x. 9 jenkins 1001020000 150 Feb 27 19:56 schemas drwxr-sr-x. 2 jenkins 1001020000 68 Feb 27 19:56 security ./2.4/openapi/sources/parameters: total 140 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Feb 27 19:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Feb 27 19:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Feb 27 19:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 955 Feb 27 19:56 channelParamPutDescription.yml -rw-r--r--. 1 jenkins 1001020000 842 Feb 27 19:56 channelParam.yml -rw-r--r--. 1 jenkins 1001020000 1421 Feb 27 19:56 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Feb 27 19:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Feb 27 19:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Feb 27 19:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Feb 27 19:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Feb 27 19:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Feb 27 19:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Feb 27 19:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Feb 27 19:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 837 Feb 27 19:56 liveChannelConditionParam.yml -rw-r--r--. 1 jenkins 1001020000 648 Feb 27 19:56 liveChannelTimeoutStrategyParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Feb 27 19:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Feb 27 19:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Feb 27 19:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 716 Feb 27 19:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 policyFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 747 Feb 27 19:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Feb 27 19:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Feb 27 19:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Feb 27 19:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Feb 27 19:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Feb 27 19:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Feb 27 19:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Feb 27 19:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Feb 27 19:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Feb 27 19:56 timeoutParam.yml ./2.4/openapi/sources/paths: total 4 drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 messages drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 whoami ./2.4/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Feb 27 19:56 cloudevents.yml ./2.4/openapi/sources/paths/features: total 112 drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12639 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 13683 Feb 27 19:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 12825 Feb 27 19:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 14130 Feb 27 19:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 15729 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 13214 Feb 27 19:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 12579 Feb 27 19:56 property.yml ./2.4/openapi/sources/paths/messages: total 28 drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4004 Feb 27 19:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3885 Feb 27 19:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Feb 27 19:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4421 Feb 27 19:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3746 Feb 27 19:56 outbox-message.yml ./2.4/openapi/sources/paths/policies: total 92 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Feb 27 19:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Feb 27 19:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Feb 27 19:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Feb 27 19:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6125 Feb 27 19:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9960 Feb 27 19:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 11423 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6158 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8476 Feb 27 19:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5758 Feb 27 19:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8541 Feb 27 19:56 subject.yml ./2.4/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Feb 27 19:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Feb 27 19:56 things.yml ./2.4/openapi/sources/paths/things: total 76 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12269 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 12253 Feb 27 19:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 12143 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6844 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 8585 Feb 27 19:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 19917 Feb 27 19:56 thing.yml ./2.4/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 115 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Feb 27 19:56 index.yml ./2.4/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 808 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Feb 27 19:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Feb 27 19:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 value.yml ./2.4/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 actions ./2.4/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 839 Feb 27 19:56 activateTokenIntegration.yml ./2.4/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Feb 27 19:56 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 19:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 574 Feb 27 19:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 19:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 preconditionFailed.yml ./2.4/openapi/sources/schemas: total 8 drwxr-sr-x. 9 jenkins 1001020000 150 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 acknowledgements drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 whoami -rw-r--r--. 1 jenkins 1001020000 3661 Feb 27 19:56 wot-thingDescription.yml ./2.4/openapi/sources/schemas/acknowledgements: total 8 drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 150 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 595 Feb 27 19:56 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Feb 27 19:56 acknowledgement.yml ./2.4/openapi/sources/schemas/errors: total 8 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 150 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Feb 27 19:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Feb 27 19:56 error.yml ./2.4/openapi/sources/schemas/features: total 20 drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 150 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Feb 27 19:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Feb 27 19:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 feature.yml ./2.4/openapi/sources/schemas/policies: total 44 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 150 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 527 Feb 27 19:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Feb 27 19:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Feb 27 19:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Feb 27 19:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 628 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 1413 Feb 27 19:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Feb 27 19:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Feb 27 19:56 subjects.yml ./2.4/openapi/sources/schemas/search: total 4 drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 150 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Feb 27 19:56 searchResultThings.yml ./2.4/openapi/sources/schemas/things: total 20 drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 150 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Feb 27 19:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Feb 27 19:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Feb 27 19:56 thing.yml ./2.4/openapi/sources/schemas/whoami: total 8 drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 . drwxr-sr-x. 9 jenkins 1001020000 150 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Feb 27 19:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Feb 27 19:56 whoami.yml ./2.4/openapi/sources/security: total 12 drwxr-sr-x. 2 jenkins 1001020000 68 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Feb 27 19:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 710 Feb 27 19:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Feb 27 19:56 nginxBasic.yml ./2.4/slides: total 32 drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 16384 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_10_25-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./2.4/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Feb 27 19:56 index.html ./2.4/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Feb 27 19:56 index.html ./2.4/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Feb 27 19:56 index.html ./2.4/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Feb 27 19:56 index.html ./2.4/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31918 Feb 27 19:56 index.html ./2.4/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Feb 27 19:56 index.html ./2.4/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Feb 27 19:56 index.html ./2.4/slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 30816 Feb 27 19:56 index.html ./2.4/slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16503 Feb 27 19:56 index.html ./2.4/slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21859 Feb 27 19:56 index.html ./2.4/slides/2021_10_25-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14925 Feb 27 19:56 index.html ./2.4/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg ./2.4/slides/images: total 544 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Feb 27 19:56 wot.png ./3.0: total 18428 drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 13254 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13272 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14335 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13801 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14272 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17551 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17301 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13970 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 91080 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13796 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13994 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26590 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14078 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14915 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14163 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13765 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29473 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13332 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13922 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13852 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14340 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17437 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13885 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15169 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 14000 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16498 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53388 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15731 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14540 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14373 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17731 Feb 27 19:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37368 Feb 27 19:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14164 Feb 27 19:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24410 Feb 27 19:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18305 Feb 27 19:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14440 Feb 27 19:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29306 Feb 27 19:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45091 Feb 27 19:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30467 Feb 27 19:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23233 Feb 27 19:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16773 Feb 27 19:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52049 Feb 27 19:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34275 Feb 27 19:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16604 Feb 27 19:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 18105 Feb 27 19:56 2021-09-29-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 29257 Feb 27 19:56 2021-11-03-oauth2.html -rw-r--r--. 1 jenkins 1001020000 15726 Feb 27 19:56 2021-11-22-release-announcement-220.html -rw-r--r--. 1 jenkins 1001020000 26765 Feb 27 19:56 2021-12-20-http-live-channel.html -rw-r--r--. 1 jenkins 1001020000 24687 Feb 27 19:56 2021-12-22-live-channel-condition.html -rw-r--r--. 1 jenkins 1001020000 17275 Feb 27 19:56 2022-01-21-release-announcement-230.html -rw-r--r--. 1 jenkins 1001020000 32678 Feb 27 19:56 2022-03-03-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 16445 Feb 27 19:56 2022-04-14-release-announcement-240.html -rw-r--r--. 1 jenkins 1001020000 17423 Feb 27 19:56 2022-07-12-reactive-mqtt.html -rw-r--r--. 1 jenkins 1001020000 17588 Feb 27 19:56 2022-09-28-release-announcement-300.html -rw-r--r--. 1 jenkins 1001020000 61666 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 72056 Feb 27 19:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 65045 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 65043 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 63497 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 63406 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 63509 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 64212 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 105361 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 65364 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 66834 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 67725 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 75159 Feb 27 19:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 105151 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 72626 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 67097 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 78897 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 72592 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 111073 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 65785 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 66197 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 91713 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 98545 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 77572 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 74320 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 62483 Feb 27 19:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 63793 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 62188 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 62648 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 62601 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 65272 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 69290 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 183205 Feb 27 19:56 basic-wot-integration-example.html -rw-r--r--. 1 jenkins 1001020000 103319 Feb 27 19:56 basic-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 22788 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 22559 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 96559 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 64989 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 62042 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 63218 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 131185 Feb 27 19:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 79893 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 180942 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 63013 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 74153 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 77720 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 86379 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 87773 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 94902 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 93849 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 70334 Feb 27 19:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 70643 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 62683 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 63687 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 116530 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11652 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 68670 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 64803 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 67313 Feb 27 19:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 80138 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 65918 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 86161 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 16344 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 62391 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 71346 Feb 27 19:56 installation-extending.html -rw-r--r--. 1 jenkins 1001020000 157649 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 64863 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 63928 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 71499 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 65527 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 65556 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 63464 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 63008 Feb 27 19:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 63008 Feb 27 19:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 65928 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 66422 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 65602 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 66686 Feb 27 19:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 65414 Feb 27 19:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 68624 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 68996 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 66602 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 65314 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 65479 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 78627 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 64925 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 64882 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 65037 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 65125 Feb 27 19:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 65104 Feb 27 19:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 64912 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 64854 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 65025 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 65004 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 64906 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 64803 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 124547 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 71336 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 67867 Feb 27 19:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 68133 Feb 27 19:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 68732 Feb 27 19:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 67490 Feb 27 19:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 67604 Feb 27 19:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 69423 Feb 27 19:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 69667 Feb 27 19:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 65721 Feb 27 19:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 68609 Feb 27 19:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 67367 Feb 27 19:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 67131 Feb 27 19:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 71140 Feb 27 19:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 65931 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 66425 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 65605 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 66689 Feb 27 19:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 65417 Feb 27 19:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 68627 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 68999 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 68005 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 66605 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 65317 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 65291 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 76347 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 63441 Feb 27 19:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 65747 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 68176 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 64482 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 64159 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 63778 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 63695 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 63817 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 63798 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 106547 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 68284 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 65747 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 65947 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 64482 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 64815 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 64159 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 64488 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 67259 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 65406 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 67083 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 64481 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 64646 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 64158 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 64319 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 64286 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 64440 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 64149 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 64706 Feb 27 19:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 64054 Feb 27 19:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 65550 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 65719 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 64635 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 63975 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 63951 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 68121 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 67722 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 74506 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 62873 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 64140 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 64855 Feb 27 19:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 63435 Feb 27 19:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 62738 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 73015 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 64101 Feb 27 19:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 80198 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 68814 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 66762 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 75906 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 113233 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 87404 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 67020 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 96844 Feb 27 19:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 86232 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 86658 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 77524 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 72560 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 63972 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 62149 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 65040 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 64521 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 65110 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 64725 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 66369 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 66519 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 66119 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 66053 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 68453 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 64191 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 64502 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 66511 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 65438 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 67228 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 70423 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 62950 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 63918 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 64399 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 63089 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 69046 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 63467 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 70871 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 67636 Feb 27 19:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 71102 Feb 27 19:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 62421 Feb 27 19:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 101471 Feb 27 19:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 64209 Feb 27 19:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 77132 Feb 27 19:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 64911 Feb 27 19:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 64194 Feb 27 19:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 62774 Feb 27 19:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 68223 Feb 27 19:56 release_notes_220.html -rw-r--r--. 1 jenkins 1001020000 63777 Feb 27 19:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 62571 Feb 27 19:56 release_notes_222.html -rw-r--r--. 1 jenkins 1001020000 68939 Feb 27 19:56 release_notes_230.html -rw-r--r--. 1 jenkins 1001020000 64244 Feb 27 19:56 release_notes_231.html -rw-r--r--. 1 jenkins 1001020000 63834 Feb 27 19:56 release_notes_232.html -rw-r--r--. 1 jenkins 1001020000 73808 Feb 27 19:56 release_notes_240.html -rw-r--r--. 1 jenkins 1001020000 63138 Feb 27 19:56 release_notes_241.html -rw-r--r--. 1 jenkins 1001020000 62703 Feb 27 19:56 release_notes_242.html -rw-r--r--. 1 jenkins 1001020000 93683 Feb 27 19:56 release_notes_300.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 67473 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 35848 Feb 27 19:56 search.json drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 69297 Feb 27 19:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 74064 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 96929 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 70296 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 81422 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 72599 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 75126 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 70686 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 74341 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 68747 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 87205 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 79193 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 75013 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 71155 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 71628 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 69276 Feb 27 19:56 tag_troubleshooting.html -rw-r--r--. 1 jenkins 1001020000 70275 Feb 27 19:56 tag_wot.html drwxr-sr-x. 2 jenkins 1001020000 118 Feb 27 19:56 wot ./3.0/css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 24527 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./3.0/docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./3.0/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./3.0/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./3.0/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./3.0/files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./3.0/images: total 724 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rwxr-xr-x. 1 jenkins 1001020000 92637 Feb 27 19:56 ditto-overview-1.png -rw-r--r--. 1 jenkins 1001020000 159156 Feb 27 19:56 ditto-overview-1.svg -rwxr-xr-x. 1 jenkins 1001020000 101022 Feb 27 19:56 ditto-super-1.png -rw-r--r--. 1 jenkins 1001020000 50244 Feb 27 19:56 ditto-super-1.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Feb 27 19:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 pages ./3.0/images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Feb 27 19:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Feb 27 19:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./3.0/images/pages: total 8 drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 advanced drwxr-sr-x. 2 jenkins 1001020000 114 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol ./3.0/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Feb 27 19:56 data-by-pass-architectural-design.jpg ./3.0/images/pages/architecture: total 84 drwxr-sr-x. 2 jenkins 1001020000 114 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png -rwxr-xr-x. 1 jenkins 1001020000 22188 Feb 27 19:56 ditto-architecture-overview-2022.png ./3.0/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./3.0/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 71 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./3.0/js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3315 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./3.0/jsonschema: total 140 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 39603 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1756 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1508 Feb 27 19:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 5335 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Feb 27 19:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 4358 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 3190 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 5180 Feb 27 19:56 thing_v2.json ./3.0/openapi: total 404 drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 387833 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 729 Feb 27 19:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 sources ./3.0/openapi/sources: total 56 drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13142 Feb 27 19:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Feb 27 19:56 package.json -rw-r--r--. 1 jenkins 1001020000 31404 Feb 27 19:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 parameters drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 requests drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 responses drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 schemas drwxr-sr-x. 2 jenkins 1001020000 91 Feb 27 19:56 security ./3.0/openapi/sources/parameters: total 156 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Feb 27 19:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Feb 27 19:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Feb 27 19:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 955 Feb 27 19:56 channelParamPutDescription.yml -rw-r--r--. 1 jenkins 1001020000 842 Feb 27 19:56 channelParam.yml -rw-r--r--. 1 jenkins 1001020000 1421 Feb 27 19:56 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 connectionIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 646 Feb 27 19:56 deleteMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Feb 27 19:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Feb 27 19:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Feb 27 19:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Feb 27 19:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 644 Feb 27 19:56 getMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Feb 27 19:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Feb 27 19:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Feb 27 19:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Feb 27 19:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 837 Feb 27 19:56 liveChannelConditionParam.yml -rw-r--r--. 1 jenkins 1001020000 648 Feb 27 19:56 liveChannelTimeoutStrategyParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Feb 27 19:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Feb 27 19:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Feb 27 19:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 580 Feb 27 19:56 namespaceParameter.yml -rw-r--r--. 1 jenkins 1001020000 716 Feb 27 19:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 policyFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 747 Feb 27 19:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Feb 27 19:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Feb 27 19:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Feb 27 19:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Feb 27 19:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Feb 27 19:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Feb 27 19:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Feb 27 19:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Feb 27 19:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Feb 27 19:56 timeoutParam.yml ./3.0/openapi/sources/paths: total 4 drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 connections drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 messages drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 whoami ./3.0/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Feb 27 19:56 cloudevents.yml ./3.0/openapi/sources/paths/connections: total 32 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2186 Feb 27 19:56 command.yml -rw-r--r--. 1 jenkins 1001020000 5948 Feb 27 19:56 connectionId.yml -rw-r--r--. 1 jenkins 1001020000 5733 Feb 27 19:56 connections.yml -rw-r--r--. 1 jenkins 1001020000 2103 Feb 27 19:56 logs.yml -rw-r--r--. 1 jenkins 1001020000 1823 Feb 27 19:56 metrics.yml -rw-r--r--. 1 jenkins 1001020000 1819 Feb 27 19:56 status.yml ./3.0/openapi/sources/paths/features: total 112 drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12905 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 13707 Feb 27 19:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 13091 Feb 27 19:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 14396 Feb 27 19:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 15729 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 13480 Feb 27 19:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 12845 Feb 27 19:56 property.yml ./3.0/openapi/sources/paths/messages: total 28 drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4004 Feb 27 19:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3885 Feb 27 19:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Feb 27 19:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4421 Feb 27 19:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3746 Feb 27 19:56 outbox-message.yml ./3.0/openapi/sources/paths/policies: total 92 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Feb 27 19:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Feb 27 19:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Feb 27 19:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Feb 27 19:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6125 Feb 27 19:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9960 Feb 27 19:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 11423 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6158 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8476 Feb 27 19:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5758 Feb 27 19:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8541 Feb 27 19:56 subject.yml ./3.0/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Feb 27 19:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Feb 27 19:56 things.yml ./3.0/openapi/sources/paths/things: total 88 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12535 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 12519 Feb 27 19:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 12409 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6898 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 8851 Feb 27 19:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 20079 Feb 27 19:56 thing.yml ./3.0/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Feb 27 19:56 index.yml ./3.0/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 808 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Feb 27 19:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Feb 27 19:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 value.yml ./3.0/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 actions ./3.0/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 875 Feb 27 19:56 activateTokenIntegration.yml ./3.0/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Feb 27 19:56 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 19:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 574 Feb 27 19:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 19:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 preconditionFailed.yml ./3.0/openapi/sources/schemas: total 12 drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 acknowledgements drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 connections drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 whoami -rw-r--r--. 1 jenkins 1001020000 3662 Feb 27 19:56 wot-thingDescription.yml ./3.0/openapi/sources/schemas/acknowledgements: total 8 drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 595 Feb 27 19:56 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Feb 27 19:56 acknowledgement.yml ./3.0/openapi/sources/schemas/connections: total 116 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1130 Feb 27 19:56 connectionLogs.yml -rw-r--r--. 1 jenkins 1001020000 914 Feb 27 19:56 connectionMetrics.yml -rw-r--r--. 1 jenkins 1001020000 1590 Feb 27 19:56 connectionStatus.yml -rw-r--r--. 1 jenkins 1001020000 516 Feb 27 19:56 connectionType.yml -rw-r--r--. 1 jenkins 1001020000 563 Feb 27 19:56 connection.yml -rw-r--r--. 1 jenkins 1001020000 522 Feb 27 19:56 connectivityStatus.yml -rw-r--r--. 1 jenkins 1001020000 1075 Feb 27 19:56 inboundMetrics.yml -rw-r--r--. 1 jenkins 1001020000 526 Feb 27 19:56 logCategory.yml -rw-r--r--. 1 jenkins 1001020000 1297 Feb 27 19:56 logEntry.yml -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 logLevel.yml -rw-r--r--. 1 jenkins 1001020000 610 Feb 27 19:56 logType.yml -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 mappingContext.yml -rw-r--r--. 1 jenkins 1001020000 1545 Feb 27 19:56 newConnection.yml -rw-r--r--. 1 jenkins 1001020000 1313 Feb 27 19:56 outboundMetrics.yml -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 overallConnectionMetrics.yml -rw-r--r--. 1 jenkins 1001020000 624 Feb 27 19:56 payloadMappingDefinitions.yml -rw-r--r--. 1 jenkins 1001020000 3310 Feb 27 19:56 payloadMappingDefinition.yml -rw-r--r--. 1 jenkins 1001020000 1125 Feb 27 19:56 resourceStatus.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 singleMetric.yml -rw-r--r--. 1 jenkins 1001020000 670 Feb 27 19:56 sourceMetrics.yml -rw-r--r--. 1 jenkins 1001020000 556 Feb 27 19:56 sources.yml -rw-r--r--. 1 jenkins 1001020000 6752 Feb 27 19:56 source.yml -rw-r--r--. 1 jenkins 1001020000 2908 Feb 27 19:56 sshTunnel.yml -rw-r--r--. 1 jenkins 1001020000 675 Feb 27 19:56 targetMetrics.yml -rw-r--r--. 1 jenkins 1001020000 546 Feb 27 19:56 targets.yml -rw-r--r--. 1 jenkins 1001020000 3266 Feb 27 19:56 target.yml -rw-r--r--. 1 jenkins 1001020000 784 Feb 27 19:56 typedMetric.yml ./3.0/openapi/sources/schemas/errors: total 8 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Feb 27 19:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Feb 27 19:56 error.yml ./3.0/openapi/sources/schemas/features: total 20 drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Feb 27 19:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Feb 27 19:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 feature.yml ./3.0/openapi/sources/schemas/policies: total 44 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 527 Feb 27 19:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Feb 27 19:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Feb 27 19:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Feb 27 19:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 628 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 2019 Feb 27 19:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Feb 27 19:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Feb 27 19:56 subjects.yml ./3.0/openapi/sources/schemas/search: total 4 drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Feb 27 19:56 searchResultThings.yml ./3.0/openapi/sources/schemas/things: total 20 drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Feb 27 19:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Feb 27 19:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Feb 27 19:56 thing.yml ./3.0/openapi/sources/schemas/whoami: total 8 drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Feb 27 19:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Feb 27 19:56 whoami.yml ./3.0/openapi/sources/security: total 16 drwxr-sr-x. 2 jenkins 1001020000 91 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Feb 27 19:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 488 Feb 27 19:56 devOpsBasic.yml -rw-r--r--. 1 jenkins 1001020000 710 Feb 27 19:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Feb 27 19:56 nginxBasic.yml ./3.0/slides: total 32 drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_10_25-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./3.0/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Feb 27 19:56 index.html ./3.0/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Feb 27 19:56 index.html ./3.0/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Feb 27 19:56 index.html ./3.0/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Feb 27 19:56 index.html ./3.0/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31926 Feb 27 19:56 index.html ./3.0/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Feb 27 19:56 index.html ./3.0/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Feb 27 19:56 index.html ./3.0/slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 30824 Feb 27 19:56 index.html ./3.0/slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16507 Feb 27 19:56 index.html ./3.0/slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21863 Feb 27 19:56 index.html ./3.0/slides/2021_10_25-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14925 Feb 27 19:56 index.html ./3.0/slides/bg-images: total 876 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg ./3.0/slides/images: total 544 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 15 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Feb 27 19:56 wot.png ./3.0/wot: total 36 drwxr-sr-x. 2 jenkins 1001020000 118 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3764 Feb 27 19:56 ditto-extension.html -rw-r--r--. 1 jenkins 1001020000 1503 Feb 27 19:56 ditto-extension.jsonld -rw-r--r--. 1 jenkins 1001020000 2000 Feb 27 19:56 ditto-extension.rdf -rw-r--r--. 1 jenkins 1001020000 1513 Feb 27 19:56 ditto-extension.ttl ./3.1: total 19776 drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 13254 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13272 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14335 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13801 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14272 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17551 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17301 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 13970 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 91080 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13796 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 13994 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26590 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14078 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14915 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14163 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13765 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29473 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13332 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13922 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13852 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14340 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17437 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13885 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15169 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 14000 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16498 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53388 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15731 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14540 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14373 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17731 Feb 27 19:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37368 Feb 27 19:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14164 Feb 27 19:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24410 Feb 27 19:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18305 Feb 27 19:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14440 Feb 27 19:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29306 Feb 27 19:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45091 Feb 27 19:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30467 Feb 27 19:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23233 Feb 27 19:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16773 Feb 27 19:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52049 Feb 27 19:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34275 Feb 27 19:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16604 Feb 27 19:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 18105 Feb 27 19:56 2021-09-29-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 29257 Feb 27 19:56 2021-11-03-oauth2.html -rw-r--r--. 1 jenkins 1001020000 15726 Feb 27 19:56 2021-11-22-release-announcement-220.html -rw-r--r--. 1 jenkins 1001020000 26765 Feb 27 19:56 2021-12-20-http-live-channel.html -rw-r--r--. 1 jenkins 1001020000 24687 Feb 27 19:56 2021-12-22-live-channel-condition.html -rw-r--r--. 1 jenkins 1001020000 17275 Feb 27 19:56 2022-01-21-release-announcement-230.html -rw-r--r--. 1 jenkins 1001020000 32786 Feb 27 19:56 2022-03-03-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 16445 Feb 27 19:56 2022-04-14-release-announcement-240.html -rw-r--r--. 1 jenkins 1001020000 17423 Feb 27 19:56 2022-07-12-reactive-mqtt.html -rw-r--r--. 1 jenkins 1001020000 17588 Feb 27 19:56 2022-09-28-release-announcement-300.html -rw-r--r--. 1 jenkins 1001020000 27357 Feb 27 19:56 2022-11-04-live-message-conditions.html -rw-r--r--. 1 jenkins 1001020000 15661 Feb 27 19:56 2022-12-16-release-announcement-310.html -rw-r--r--. 1 jenkins 1001020000 63930 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 74320 Feb 27 19:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 67309 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 67307 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 65761 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 65670 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 65773 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 66476 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 107625 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 67628 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 69098 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 69989 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 77385 Feb 27 19:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 107415 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 74890 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 69361 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 81161 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 74856 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 113337 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 68049 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 68461 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 93977 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 110456 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 79836 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 76584 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 64747 Feb 27 19:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 66057 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 64452 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 64912 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 64865 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 67536 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 71554 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 185673 Feb 27 19:56 basic-wot-integration-example.html -rw-r--r--. 1 jenkins 1001020000 105583 Feb 27 19:56 basic-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 23211 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 22679 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 98823 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 67253 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 64306 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 65482 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 133449 Feb 27 19:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 83111 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 96818 Feb 27 19:56 connectivity-manage-connections-piggyback.html -rw-r--r--. 1 jenkins 1001020000 183206 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 65410 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 76417 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 81932 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 88643 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 90037 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 97166 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 96113 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 72598 Feb 27 19:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 72907 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 64947 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 65951 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 118794 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11652 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 70934 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 67067 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 69577 Feb 27 19:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 82402 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 68182 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 88425 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 16344 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 64655 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 73610 Feb 27 19:56 installation-extending.html -rw-r--r--. 1 jenkins 1001020000 164338 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 67127 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 66192 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 73763 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 67791 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 68429 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 65728 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 65272 Feb 27 19:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 65272 Feb 27 19:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 68192 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 68686 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 67866 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 68950 Feb 27 19:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 67678 Feb 27 19:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 70888 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 71260 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 68866 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 67578 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 67743 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 80891 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 67189 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 67146 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 67301 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 67389 Feb 27 19:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 67368 Feb 27 19:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 67176 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 67118 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 67289 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 67268 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 67170 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 67067 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 126811 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 73600 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 70131 Feb 27 19:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 70397 Feb 27 19:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 70996 Feb 27 19:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 69754 Feb 27 19:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 69868 Feb 27 19:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 71687 Feb 27 19:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 71931 Feb 27 19:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 67985 Feb 27 19:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 70873 Feb 27 19:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 69631 Feb 27 19:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 69395 Feb 27 19:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 73404 Feb 27 19:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 68195 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 68689 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 67869 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 68953 Feb 27 19:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 67681 Feb 27 19:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 70891 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 71263 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 70269 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 68869 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 67581 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 67555 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 78611 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 65705 Feb 27 19:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 68011 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 70440 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 66746 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 66423 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 66074 Feb 27 19:56 protocol-examples-policies-deleteimport.html -rw-r--r--. 1 jenkins 1001020000 66042 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 65959 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 66081 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 66062 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 108811 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 66534 Feb 27 19:56 protocol-examples-policies-modifyimport.html -rw-r--r--. 1 jenkins 1001020000 67313 Feb 27 19:56 protocol-examples-policies-modifyimports.html -rw-r--r--. 1 jenkins 1001020000 70548 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 68011 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 68211 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 66746 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 67079 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 66423 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 66752 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 66499 Feb 27 19:56 protocol-examples-policies-retrieveimport.html -rw-r--r--. 1 jenkins 1001020000 67312 Feb 27 19:56 protocol-examples-policies-retrieveimports.html -rw-r--r--. 1 jenkins 1001020000 69523 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 67670 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 69347 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 66745 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 66910 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 66422 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 66583 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 66550 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 66704 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 66413 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 66970 Feb 27 19:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 66318 Feb 27 19:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 67814 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 67983 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 66899 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 66239 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 66215 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 70385 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 69986 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 76770 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 65137 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 66404 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 67119 Feb 27 19:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 65699 Feb 27 19:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 65002 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 75279 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 66365 Feb 27 19:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 86826 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 72857 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 69026 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 81983 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 115497 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 89668 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 69284 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 99108 Feb 27 19:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 88496 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 88922 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 79788 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 74824 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 66236 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 64413 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 67304 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 66785 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 67374 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 66989 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 68633 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 68783 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 68383 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 68317 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 70717 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 66455 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 66766 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 68775 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 67702 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 69492 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 72687 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 65214 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 66182 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 66663 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 65353 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 71310 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 65731 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 73135 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 69900 Feb 27 19:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 73366 Feb 27 19:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 64685 Feb 27 19:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 103735 Feb 27 19:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 66473 Feb 27 19:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 79396 Feb 27 19:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 67175 Feb 27 19:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 66458 Feb 27 19:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 65038 Feb 27 19:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 70487 Feb 27 19:56 release_notes_220.html -rw-r--r--. 1 jenkins 1001020000 66041 Feb 27 19:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 64835 Feb 27 19:56 release_notes_222.html -rw-r--r--. 1 jenkins 1001020000 71203 Feb 27 19:56 release_notes_230.html -rw-r--r--. 1 jenkins 1001020000 66508 Feb 27 19:56 release_notes_231.html -rw-r--r--. 1 jenkins 1001020000 66098 Feb 27 19:56 release_notes_232.html -rw-r--r--. 1 jenkins 1001020000 76072 Feb 27 19:56 release_notes_240.html -rw-r--r--. 1 jenkins 1001020000 65402 Feb 27 19:56 release_notes_241.html -rw-r--r--. 1 jenkins 1001020000 64967 Feb 27 19:56 release_notes_242.html -rw-r--r--. 1 jenkins 1001020000 95959 Feb 27 19:56 release_notes_300.html -rw-r--r--. 1 jenkins 1001020000 72033 Feb 27 19:56 release_notes_310.html -rw-r--r--. 1 jenkins 1001020000 65831 Feb 27 19:56 release_notes_311.html -rw-r--r--. 1 jenkins 1001020000 65660 Feb 27 19:56 release_notes_312.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 69472 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 37207 Feb 27 19:56 search.json drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 71852 Feb 27 19:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 76619 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 100612 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 72851 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 84513 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 75811 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 78224 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 73241 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 76896 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 71302 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 90303 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 82483 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 78111 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 73710 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 74183 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 71831 Feb 27 19:56 tag_troubleshooting.html -rw-r--r--. 1 jenkins 1001020000 72830 Feb 27 19:56 tag_wot.html -rw-r--r--. 1 jenkins 1001020000 67513 Feb 27 19:56 user-interface.html drwxr-sr-x. 2 jenkins 1001020000 118 Feb 27 19:56 wot ./3.1/css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 24527 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./3.1/docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./3.1/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./3.1/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./3.1/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./3.1/files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./3.1/images: total 724 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rwxr-xr-x. 1 jenkins 1001020000 92637 Feb 27 19:56 ditto-overview-1.png -rw-r--r--. 1 jenkins 1001020000 159156 Feb 27 19:56 ditto-overview-1.svg -rwxr-xr-x. 1 jenkins 1001020000 101022 Feb 27 19:56 ditto-super-1.png -rw-r--r--. 1 jenkins 1001020000 50244 Feb 27 19:56 ditto-super-1.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Feb 27 19:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 pages ./3.1/images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Feb 27 19:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Feb 27 19:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./3.1/images/pages: total 8 drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 advanced drwxr-sr-x. 2 jenkins 1001020000 114 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol drwxr-sr-x. 2 jenkins 1001020000 120 Feb 27 19:56 ui ./3.1/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Feb 27 19:56 data-by-pass-architectural-design.jpg ./3.1/images/pages/architecture: total 84 drwxr-sr-x. 2 jenkins 1001020000 114 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png -rwxr-xr-x. 1 jenkins 1001020000 22188 Feb 27 19:56 ditto-architecture-overview-2022.png ./3.1/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./3.1/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./3.1/images/pages/ui: total 620 drwxr-sr-x. 2 jenkins 1001020000 120 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 130101 Feb 27 19:56 screenshot_add_environment.png -rw-r--r--. 1 jenkins 1001020000 482983 Feb 27 19:56 screenshot_introduction.png -rw-r--r--. 1 jenkins 1001020000 20244 Feb 27 19:56 screenshot_select_environment.png ./3.1/js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3315 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./3.1/jsonschema: total 140 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 39603 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1756 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1508 Feb 27 19:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 7171 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Feb 27 19:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 4358 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 3190 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 5180 Feb 27 19:56 thing_v2.json ./3.1/openapi: total 424 drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 407775 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 703 Feb 27 19:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 sources ./3.1/openapi/sources: total 56 drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13600 Feb 27 19:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Feb 27 19:56 package.json -rw-r--r--. 1 jenkins 1001020000 31379 Feb 27 19:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 parameters drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 requests drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 responses drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 schemas drwxr-sr-x. 2 jenkins 1001020000 91 Feb 27 19:56 security ./3.1/openapi/sources/parameters: total 160 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Feb 27 19:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Feb 27 19:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Feb 27 19:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 955 Feb 27 19:56 channelParamPutDescription.yml -rw-r--r--. 1 jenkins 1001020000 842 Feb 27 19:56 channelParam.yml -rw-r--r--. 1 jenkins 1001020000 1412 Feb 27 19:56 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 connectionIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 646 Feb 27 19:56 deleteMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Feb 27 19:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Feb 27 19:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Feb 27 19:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Feb 27 19:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 644 Feb 27 19:56 getMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Feb 27 19:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Feb 27 19:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Feb 27 19:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 764 Feb 27 19:56 importedPolicyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Feb 27 19:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 837 Feb 27 19:56 liveChannelConditionParam.yml -rw-r--r--. 1 jenkins 1001020000 648 Feb 27 19:56 liveChannelTimeoutStrategyParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Feb 27 19:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Feb 27 19:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Feb 27 19:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 580 Feb 27 19:56 namespaceParameter.yml -rw-r--r--. 1 jenkins 1001020000 716 Feb 27 19:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 policyFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 747 Feb 27 19:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Feb 27 19:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Feb 27 19:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Feb 27 19:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Feb 27 19:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Feb 27 19:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2226 Feb 27 19:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Feb 27 19:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Feb 27 19:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Feb 27 19:56 timeoutParam.yml ./3.1/openapi/sources/paths: total 4 drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 connections drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 messages drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 whoami ./3.1/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Feb 27 19:56 cloudevents.yml ./3.1/openapi/sources/paths/connections: total 32 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2186 Feb 27 19:56 command.yml -rw-r--r--. 1 jenkins 1001020000 5948 Feb 27 19:56 connectionId.yml -rw-r--r--. 1 jenkins 1001020000 5733 Feb 27 19:56 connections.yml -rw-r--r--. 1 jenkins 1001020000 2103 Feb 27 19:56 logs.yml -rw-r--r--. 1 jenkins 1001020000 1823 Feb 27 19:56 metrics.yml -rw-r--r--. 1 jenkins 1001020000 1819 Feb 27 19:56 status.yml ./3.1/openapi/sources/paths/features: total 112 drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12905 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 13707 Feb 27 19:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 13091 Feb 27 19:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 14396 Feb 27 19:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 15729 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 13480 Feb 27 19:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 12845 Feb 27 19:56 property.yml ./3.1/openapi/sources/paths/messages: total 32 drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4118 Feb 27 19:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3999 Feb 27 19:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Feb 27 19:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4535 Feb 27 19:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3860 Feb 27 19:56 outbox-message.yml ./3.1/openapi/sources/paths/policies: total 112 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Feb 27 19:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Feb 27 19:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Feb 27 19:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Feb 27 19:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6125 Feb 27 19:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9961 Feb 27 19:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 6061 Feb 27 19:56 imports.yml -rw-r--r--. 1 jenkins 1001020000 9592 Feb 27 19:56 import.yml -rw-r--r--. 1 jenkins 1001020000 11615 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6158 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8476 Feb 27 19:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5758 Feb 27 19:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8541 Feb 27 19:56 subject.yml ./3.1/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Feb 27 19:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Feb 27 19:56 things.yml ./3.1/openapi/sources/paths/things: total 88 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12535 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 12519 Feb 27 19:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 12409 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6898 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 8851 Feb 27 19:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 20079 Feb 27 19:56 thing.yml ./3.1/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Feb 27 19:56 index.yml ./3.1/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 808 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Feb 27 19:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Feb 27 19:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 value.yml ./3.1/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 actions ./3.1/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 875 Feb 27 19:56 activateTokenIntegration.yml ./3.1/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Feb 27 19:56 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 19:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 574 Feb 27 19:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 19:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 preconditionFailed.yml ./3.1/openapi/sources/schemas: total 12 drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 acknowledgements drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 connections drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 whoami -rw-r--r--. 1 jenkins 1001020000 3662 Feb 27 19:56 wot-thingDescription.yml ./3.1/openapi/sources/schemas/acknowledgements: total 8 drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 595 Feb 27 19:56 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Feb 27 19:56 acknowledgement.yml ./3.1/openapi/sources/schemas/connections: total 116 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1130 Feb 27 19:56 connectionLogs.yml -rw-r--r--. 1 jenkins 1001020000 914 Feb 27 19:56 connectionMetrics.yml -rw-r--r--. 1 jenkins 1001020000 1590 Feb 27 19:56 connectionStatus.yml -rw-r--r--. 1 jenkins 1001020000 516 Feb 27 19:56 connectionType.yml -rw-r--r--. 1 jenkins 1001020000 563 Feb 27 19:56 connection.yml -rw-r--r--. 1 jenkins 1001020000 522 Feb 27 19:56 connectivityStatus.yml -rw-r--r--. 1 jenkins 1001020000 1075 Feb 27 19:56 inboundMetrics.yml -rw-r--r--. 1 jenkins 1001020000 526 Feb 27 19:56 logCategory.yml -rw-r--r--. 1 jenkins 1001020000 1297 Feb 27 19:56 logEntry.yml -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 logLevel.yml -rw-r--r--. 1 jenkins 1001020000 610 Feb 27 19:56 logType.yml -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 mappingContext.yml -rw-r--r--. 1 jenkins 1001020000 1547 Feb 27 19:56 newConnection.yml -rw-r--r--. 1 jenkins 1001020000 1313 Feb 27 19:56 outboundMetrics.yml -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 overallConnectionMetrics.yml -rw-r--r--. 1 jenkins 1001020000 624 Feb 27 19:56 payloadMappingDefinitions.yml -rw-r--r--. 1 jenkins 1001020000 3310 Feb 27 19:56 payloadMappingDefinition.yml -rw-r--r--. 1 jenkins 1001020000 1125 Feb 27 19:56 resourceStatus.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 singleMetric.yml -rw-r--r--. 1 jenkins 1001020000 670 Feb 27 19:56 sourceMetrics.yml -rw-r--r--. 1 jenkins 1001020000 556 Feb 27 19:56 sources.yml -rw-r--r--. 1 jenkins 1001020000 6752 Feb 27 19:56 source.yml -rw-r--r--. 1 jenkins 1001020000 2908 Feb 27 19:56 sshTunnel.yml -rw-r--r--. 1 jenkins 1001020000 675 Feb 27 19:56 targetMetrics.yml -rw-r--r--. 1 jenkins 1001020000 546 Feb 27 19:56 targets.yml -rw-r--r--. 1 jenkins 1001020000 3266 Feb 27 19:56 target.yml -rw-r--r--. 1 jenkins 1001020000 784 Feb 27 19:56 typedMetric.yml ./3.1/openapi/sources/schemas/errors: total 8 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Feb 27 19:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Feb 27 19:56 error.yml ./3.1/openapi/sources/schemas/features: total 20 drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Feb 27 19:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Feb 27 19:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 feature.yml ./3.1/openapi/sources/schemas/policies: total 56 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1027 Feb 27 19:56 importable.yml -rw-r--r--. 1 jenkins 1001020000 527 Feb 27 19:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Feb 27 19:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Feb 27 19:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 637 Feb 27 19:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 791 Feb 27 19:56 policyImports.yml -rw-r--r--. 1 jenkins 1001020000 981 Feb 27 19:56 policyImport.yml -rw-r--r--. 1 jenkins 1001020000 669 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 2019 Feb 27 19:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Feb 27 19:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Feb 27 19:56 subjects.yml ./3.1/openapi/sources/schemas/search: total 4 drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Feb 27 19:56 searchResultThings.yml ./3.1/openapi/sources/schemas/things: total 20 drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Feb 27 19:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Feb 27 19:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Feb 27 19:56 thing.yml ./3.1/openapi/sources/schemas/whoami: total 8 drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Feb 27 19:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Feb 27 19:56 whoami.yml ./3.1/openapi/sources/security: total 16 drwxr-sr-x. 2 jenkins 1001020000 91 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Feb 27 19:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 488 Feb 27 19:56 devOpsBasic.yml -rw-r--r--. 1 jenkins 1001020000 710 Feb 27 19:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Feb 27 19:56 nginxBasic.yml ./3.1/slides: total 32 drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_10_25-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2022_10_24_eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2022_10_ditto-and-wot drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./3.1/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29031 Feb 27 19:56 index.html ./3.1/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34310 Feb 27 19:56 index.html ./3.1/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14225 Feb 27 19:56 index.html ./3.1/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15017 Feb 27 19:56 index.html ./3.1/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31926 Feb 27 19:56 index.html ./3.1/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15001 Feb 27 19:56 index.html ./3.1/slides/2020_10_19-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16381 Feb 27 19:56 index.html ./3.1/slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 30824 Feb 27 19:56 index.html ./3.1/slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16507 Feb 27 19:56 index.html ./3.1/slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21863 Feb 27 19:56 index.html ./3.1/slides/2021_10_25-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14925 Feb 27 19:56 index.html ./3.1/slides/2022_10_24_eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13908 Feb 27 19:56 index.html ./3.1/slides/2022_10_ditto-and-wot: total 32 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 25639 Feb 27 19:56 index.html ./3.1/slides/bg-images: total 1344 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg -rw-r--r--. 1 jenkins 1001020000 478262 Feb 27 19:56 juan-davila-P8PlK2nGwqA-unsplash.jpg ./3.1/slides/images: total 808 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 17 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 267438 Feb 27 19:56 ditto-ui-screenshot.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Feb 27 19:56 wot.png ./3.1/wot: total 36 drwxr-sr-x. 2 jenkins 1001020000 118 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3764 Feb 27 19:56 ditto-extension.html -rw-r--r--. 1 jenkins 1001020000 1503 Feb 27 19:56 ditto-extension.jsonld -rw-r--r--. 1 jenkins 1001020000 2000 Feb 27 19:56 ditto-extension.rdf -rw-r--r--. 1 jenkins 1001020000 1513 Feb 27 19:56 ditto-extension.ttl ./3.2: total 20540 drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 13321 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13339 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14402 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13880 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14339 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17566 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17380 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 14037 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 91219 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13863 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 14061 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26657 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14145 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14994 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14230 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13832 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29588 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13399 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13989 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13919 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14407 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17504 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13952 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15236 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 14067 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16571 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53461 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15798 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14607 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14440 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17804 Feb 27 19:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37435 Feb 27 19:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14231 Feb 27 19:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24477 Feb 27 19:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18372 Feb 27 19:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14507 Feb 27 19:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29373 Feb 27 19:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45158 Feb 27 19:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30540 Feb 27 19:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23300 Feb 27 19:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16840 Feb 27 19:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52116 Feb 27 19:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34342 Feb 27 19:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16671 Feb 27 19:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 18172 Feb 27 19:56 2021-09-29-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 29324 Feb 27 19:56 2021-11-03-oauth2.html -rw-r--r--. 1 jenkins 1001020000 15793 Feb 27 19:56 2021-11-22-release-announcement-220.html -rw-r--r--. 1 jenkins 1001020000 26832 Feb 27 19:56 2021-12-20-http-live-channel.html -rw-r--r--. 1 jenkins 1001020000 24754 Feb 27 19:56 2021-12-22-live-channel-condition.html -rw-r--r--. 1 jenkins 1001020000 17342 Feb 27 19:56 2022-01-21-release-announcement-230.html -rw-r--r--. 1 jenkins 1001020000 32859 Feb 27 19:56 2022-03-03-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 16512 Feb 27 19:56 2022-04-14-release-announcement-240.html -rw-r--r--. 1 jenkins 1001020000 17490 Feb 27 19:56 2022-07-12-reactive-mqtt.html -rw-r--r--. 1 jenkins 1001020000 17655 Feb 27 19:56 2022-09-28-release-announcement-300.html -rw-r--r--. 1 jenkins 1001020000 27424 Feb 27 19:56 2022-11-04-live-message-conditions.html -rw-r--r--. 1 jenkins 1001020000 15728 Feb 27 19:56 2022-12-16-release-announcement-310.html -rw-r--r--. 1 jenkins 1001020000 16091 Feb 27 19:56 2023-03-08-release-announcement-320.html -rw-r--r--. 1 jenkins 1001020000 65029 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 75419 Feb 27 19:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 68408 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 68424 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 66860 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 66787 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 66890 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 67587 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 108724 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 68727 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 70197 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 71088 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 78484 Feb 27 19:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 108514 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 75989 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 70460 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 82262 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 85005 Feb 27 19:56 basic-history.html -rw-r--r--. 1 jenkins 1001020000 75955 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 114436 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 69166 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 69560 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 95076 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 111555 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 82364 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 77683 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 65846 Feb 27 19:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 67156 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 65551 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 66011 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 65964 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 68636 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 72653 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 186778 Feb 27 19:56 basic-wot-integration-example.html -rw-r--r--. 1 jenkins 1001020000 106695 Feb 27 19:56 basic-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 23561 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 22724 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 99928 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 68376 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 65405 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 66581 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 134566 Feb 27 19:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 84216 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 97917 Feb 27 19:56 connectivity-manage-connections-piggyback.html -rw-r--r--. 1 jenkins 1001020000 185954 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 66509 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 77516 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 83034 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 86719 Feb 27 19:56 connectivity-protocol-bindings-hono.html -rw-r--r--. 1 jenkins 1001020000 89742 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 91142 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 98265 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 97213 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 73697 Feb 27 19:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 74006 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 66058 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 67050 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 119893 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11719 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 72033 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 68166 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 70676 Feb 27 19:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 83501 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 69281 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 89524 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 16417 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 65754 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 74715 Feb 27 19:56 installation-extending.html -rw-r--r--. 1 jenkins 1001020000 170247 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 68232 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 67291 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 74868 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 68890 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 69802 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 66827 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 66371 Feb 27 19:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 66371 Feb 27 19:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 69291 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 69785 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 68965 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 70049 Feb 27 19:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 68777 Feb 27 19:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 71987 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 72359 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 69965 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 68677 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 68842 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 81990 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 68288 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 68245 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 68400 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 68488 Feb 27 19:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 68467 Feb 27 19:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 68275 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 68217 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 68388 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 68367 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 68269 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 68166 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 127910 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 74699 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 71230 Feb 27 19:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 71496 Feb 27 19:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 72095 Feb 27 19:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 70853 Feb 27 19:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 70967 Feb 27 19:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 72786 Feb 27 19:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 73030 Feb 27 19:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 69084 Feb 27 19:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 71972 Feb 27 19:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 70730 Feb 27 19:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 70494 Feb 27 19:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 74503 Feb 27 19:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 69294 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 69788 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 68968 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 70052 Feb 27 19:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 68780 Feb 27 19:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 71990 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 72362 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 71368 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 69968 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 68680 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 68654 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 79710 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 66804 Feb 27 19:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 69110 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 71539 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 67845 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 67522 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 67173 Feb 27 19:56 protocol-examples-policies-deleteimport.html -rw-r--r--. 1 jenkins 1001020000 67141 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 67058 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 67180 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 67161 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 109910 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 67633 Feb 27 19:56 protocol-examples-policies-modifyimport.html -rw-r--r--. 1 jenkins 1001020000 68412 Feb 27 19:56 protocol-examples-policies-modifyimports.html -rw-r--r--. 1 jenkins 1001020000 71647 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 69110 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 69310 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 67845 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 68178 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 67522 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 67851 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 67598 Feb 27 19:56 protocol-examples-policies-retrieveimport.html -rw-r--r--. 1 jenkins 1001020000 68411 Feb 27 19:56 protocol-examples-policies-retrieveimports.html -rw-r--r--. 1 jenkins 1001020000 70622 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 68769 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 70446 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 67844 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 68009 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 67521 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 67682 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 67649 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 67803 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 67512 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 68069 Feb 27 19:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 67417 Feb 27 19:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 68913 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 69082 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 67998 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 67338 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 67314 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 71484 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 71085 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 77869 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 66236 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 67503 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 68218 Feb 27 19:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 66798 Feb 27 19:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 66101 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 77464 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 67464 Feb 27 19:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 87925 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 73956 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 70125 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 83082 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 80620 Feb 27 19:56 protocol-specification-streaming-subscription.html -rw-r--r--. 1 jenkins 1001020000 116596 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 90767 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 70383 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 100207 Feb 27 19:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 89595 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 90021 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 80887 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 75923 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 67335 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 65512 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 68427 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 67908 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 68503 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 68124 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 69744 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 69930 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 69542 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 69452 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 71858 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 67596 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 67919 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 69898 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 68873 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 70645 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 73894 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 66331 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 67317 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 67810 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 66464 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 72475 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 66842 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 74306 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 71077 Feb 27 19:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 74568 Feb 27 19:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 65790 Feb 27 19:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 104990 Feb 27 19:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 67608 Feb 27 19:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 80675 Feb 27 19:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 68322 Feb 27 19:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 67587 Feb 27 19:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 66149 Feb 27 19:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 71658 Feb 27 19:56 release_notes_220.html -rw-r--r--. 1 jenkins 1001020000 67164 Feb 27 19:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 65934 Feb 27 19:56 release_notes_222.html -rw-r--r--. 1 jenkins 1001020000 72362 Feb 27 19:56 release_notes_230.html -rw-r--r--. 1 jenkins 1001020000 67637 Feb 27 19:56 release_notes_231.html -rw-r--r--. 1 jenkins 1001020000 67227 Feb 27 19:56 release_notes_232.html -rw-r--r--. 1 jenkins 1001020000 77267 Feb 27 19:56 release_notes_240.html -rw-r--r--. 1 jenkins 1001020000 66519 Feb 27 19:56 release_notes_241.html -rw-r--r--. 1 jenkins 1001020000 66078 Feb 27 19:56 release_notes_242.html -rw-r--r--. 1 jenkins 1001020000 97346 Feb 27 19:56 release_notes_300.html -rw-r--r--. 1 jenkins 1001020000 73133 Feb 27 19:56 release_notes_310.html -rw-r--r--. 1 jenkins 1001020000 66930 Feb 27 19:56 release_notes_311.html -rw-r--r--. 1 jenkins 1001020000 66759 Feb 27 19:56 release_notes_312.html -rw-r--r--. 1 jenkins 1001020000 74634 Feb 27 19:56 release_notes_320.html -rw-r--r--. 1 jenkins 1001020000 68145 Feb 27 19:56 release_notes_321.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 70571 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 38408 Feb 27 19:56 search.json drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 73131 Feb 27 19:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 77898 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 102425 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 74130 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 86301 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 77090 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 73642 Feb 27 19:56 tag_history.html -rw-r--r--. 1 jenkins 1001020000 79503 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 74520 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 78175 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 72581 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 92155 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 84252 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 79390 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 74989 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 75462 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 73110 Feb 27 19:56 tag_troubleshooting.html -rw-r--r--. 1 jenkins 1001020000 74109 Feb 27 19:56 tag_wot.html -rw-r--r--. 1 jenkins 1001020000 68612 Feb 27 19:56 user-interface.html drwxr-sr-x. 2 jenkins 1001020000 118 Feb 27 19:56 wot ./3.2/css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 24527 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./3.2/docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./3.2/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./3.2/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./3.2/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./3.2/files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./3.2/images: total 724 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rwxr-xr-x. 1 jenkins 1001020000 92637 Feb 27 19:56 ditto-overview-1.png -rw-r--r--. 1 jenkins 1001020000 159156 Feb 27 19:56 ditto-overview-1.svg -rwxr-xr-x. 1 jenkins 1001020000 101022 Feb 27 19:56 ditto-super-1.png -rw-r--r--. 1 jenkins 1001020000 50244 Feb 27 19:56 ditto-super-1.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Feb 27 19:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 pages ./3.2/images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Feb 27 19:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Feb 27 19:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./3.2/images/pages: total 8 drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 advanced drwxr-sr-x. 2 jenkins 1001020000 114 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol drwxr-sr-x. 2 jenkins 1001020000 120 Feb 27 19:56 ui ./3.2/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Feb 27 19:56 data-by-pass-architectural-design.jpg ./3.2/images/pages/architecture: total 84 drwxr-sr-x. 2 jenkins 1001020000 114 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png -rwxr-xr-x. 1 jenkins 1001020000 22188 Feb 27 19:56 ditto-architecture-overview-2022.png ./3.2/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./3.2/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./3.2/images/pages/ui: total 620 drwxr-sr-x. 2 jenkins 1001020000 120 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 130101 Feb 27 19:56 screenshot_add_environment.png -rw-r--r--. 1 jenkins 1001020000 482983 Feb 27 19:56 screenshot_introduction.png -rw-r--r--. 1 jenkins 1001020000 20244 Feb 27 19:56 screenshot_select_environment.png ./3.2/js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3315 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./3.2/jsonschema: total 160 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40261 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1756 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1508 Feb 27 19:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 8140 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Feb 27 19:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 4358 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 3190 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 1259 Feb 27 19:56 protocol-streaming-subscription-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 333 Feb 27 19:56 protocol-streaming-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 453 Feb 27 19:56 protocol-streaming-subscription-next-payload.json -rw-r--r--. 1 jenkins 1001020000 468 Feb 27 19:56 protocol-streaming-subscription-request-payload.json -rw-r--r--. 1 jenkins 1001020000 703 Feb 27 19:56 protocol-streaming-subscription-subscribe-for-persisted-events-payload.json -rw-r--r--. 1 jenkins 1001020000 5180 Feb 27 19:56 thing_v2.json ./3.2/openapi: total 428 drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 409675 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 703 Feb 27 19:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 sources ./3.2/openapi/sources: total 56 drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13750 Feb 27 19:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Feb 27 19:56 package.json -rw-r--r--. 1 jenkins 1001020000 31379 Feb 27 19:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 parameters drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 requests drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 responses drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 schemas drwxr-sr-x. 2 jenkins 1001020000 115 Feb 27 19:56 security ./3.2/openapi/sources/parameters: total 164 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Feb 27 19:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Feb 27 19:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Feb 27 19:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 955 Feb 27 19:56 channelParamPutDescription.yml -rw-r--r--. 1 jenkins 1001020000 842 Feb 27 19:56 channelParam.yml -rw-r--r--. 1 jenkins 1001020000 1412 Feb 27 19:56 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 1408 Feb 27 19:56 connectionFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 connectionIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 646 Feb 27 19:56 deleteMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Feb 27 19:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Feb 27 19:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Feb 27 19:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Feb 27 19:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 644 Feb 27 19:56 getMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Feb 27 19:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Feb 27 19:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Feb 27 19:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 764 Feb 27 19:56 importedPolicyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Feb 27 19:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 837 Feb 27 19:56 liveChannelConditionParam.yml -rw-r--r--. 1 jenkins 1001020000 648 Feb 27 19:56 liveChannelTimeoutStrategyParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Feb 27 19:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Feb 27 19:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Feb 27 19:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 580 Feb 27 19:56 namespaceParameter.yml -rw-r--r--. 1 jenkins 1001020000 716 Feb 27 19:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 policyFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 747 Feb 27 19:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Feb 27 19:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Feb 27 19:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Feb 27 19:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Feb 27 19:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Feb 27 19:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2342 Feb 27 19:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Feb 27 19:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Feb 27 19:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Feb 27 19:56 timeoutParam.yml ./3.2/openapi/sources/paths: total 4 drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 connections drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 messages drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 whoami ./3.2/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Feb 27 19:56 cloudevents.yml ./3.2/openapi/sources/paths/connections: total 32 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2207 Feb 27 19:56 command.yml -rw-r--r--. 1 jenkins 1001020000 5884 Feb 27 19:56 connectionId.yml -rw-r--r--. 1 jenkins 1001020000 5671 Feb 27 19:56 connections.yml -rw-r--r--. 1 jenkins 1001020000 2125 Feb 27 19:56 logs.yml -rw-r--r--. 1 jenkins 1001020000 1845 Feb 27 19:56 metrics.yml -rw-r--r--. 1 jenkins 1001020000 1841 Feb 27 19:56 status.yml ./3.2/openapi/sources/paths/features: total 112 drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12905 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 13707 Feb 27 19:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 13091 Feb 27 19:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 14396 Feb 27 19:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 15729 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 13480 Feb 27 19:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 12845 Feb 27 19:56 property.yml ./3.2/openapi/sources/paths/messages: total 32 drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4118 Feb 27 19:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3999 Feb 27 19:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Feb 27 19:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4535 Feb 27 19:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3860 Feb 27 19:56 outbox-message.yml ./3.2/openapi/sources/paths/policies: total 112 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Feb 27 19:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Feb 27 19:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Feb 27 19:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Feb 27 19:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6125 Feb 27 19:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 9961 Feb 27 19:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 6061 Feb 27 19:56 imports.yml -rw-r--r--. 1 jenkins 1001020000 9592 Feb 27 19:56 import.yml -rw-r--r--. 1 jenkins 1001020000 11615 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6158 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8476 Feb 27 19:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5758 Feb 27 19:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8541 Feb 27 19:56 subject.yml ./3.2/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Feb 27 19:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Feb 27 19:56 things.yml ./3.2/openapi/sources/paths/things: total 88 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12535 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 12519 Feb 27 19:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 12409 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6898 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 8851 Feb 27 19:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 20079 Feb 27 19:56 thing.yml ./3.2/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 134 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Feb 27 19:56 index.yml ./3.2/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 808 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Feb 27 19:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Feb 27 19:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 value.yml ./3.2/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 actions ./3.2/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 875 Feb 27 19:56 activateTokenIntegration.yml ./3.2/openapi/sources/responses: total 20 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Feb 27 19:56 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 19:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 574 Feb 27 19:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 19:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 preconditionFailed.yml ./3.2/openapi/sources/schemas: total 12 drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 acknowledgements drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 connections drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 whoami -rw-r--r--. 1 jenkins 1001020000 3662 Feb 27 19:56 wot-thingDescription.yml ./3.2/openapi/sources/schemas/acknowledgements: total 8 drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 595 Feb 27 19:56 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Feb 27 19:56 acknowledgement.yml ./3.2/openapi/sources/schemas/connections: total 116 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1130 Feb 27 19:56 connectionLogs.yml -rw-r--r--. 1 jenkins 1001020000 914 Feb 27 19:56 connectionMetrics.yml -rw-r--r--. 1 jenkins 1001020000 1590 Feb 27 19:56 connectionStatus.yml -rw-r--r--. 1 jenkins 1001020000 526 Feb 27 19:56 connectionType.yml -rw-r--r--. 1 jenkins 1001020000 563 Feb 27 19:56 connection.yml -rw-r--r--. 1 jenkins 1001020000 522 Feb 27 19:56 connectivityStatus.yml -rw-r--r--. 1 jenkins 1001020000 1075 Feb 27 19:56 inboundMetrics.yml -rw-r--r--. 1 jenkins 1001020000 526 Feb 27 19:56 logCategory.yml -rw-r--r--. 1 jenkins 1001020000 1297 Feb 27 19:56 logEntry.yml -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 logLevel.yml -rw-r--r--. 1 jenkins 1001020000 610 Feb 27 19:56 logType.yml -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 mappingContext.yml -rw-r--r--. 1 jenkins 1001020000 1547 Feb 27 19:56 newConnection.yml -rw-r--r--. 1 jenkins 1001020000 1313 Feb 27 19:56 outboundMetrics.yml -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 overallConnectionMetrics.yml -rw-r--r--. 1 jenkins 1001020000 624 Feb 27 19:56 payloadMappingDefinitions.yml -rw-r--r--. 1 jenkins 1001020000 3310 Feb 27 19:56 payloadMappingDefinition.yml -rw-r--r--. 1 jenkins 1001020000 1125 Feb 27 19:56 resourceStatus.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 singleMetric.yml -rw-r--r--. 1 jenkins 1001020000 670 Feb 27 19:56 sourceMetrics.yml -rw-r--r--. 1 jenkins 1001020000 556 Feb 27 19:56 sources.yml -rw-r--r--. 1 jenkins 1001020000 6935 Feb 27 19:56 source.yml -rw-r--r--. 1 jenkins 1001020000 2908 Feb 27 19:56 sshTunnel.yml -rw-r--r--. 1 jenkins 1001020000 675 Feb 27 19:56 targetMetrics.yml -rw-r--r--. 1 jenkins 1001020000 546 Feb 27 19:56 targets.yml -rw-r--r--. 1 jenkins 1001020000 3329 Feb 27 19:56 target.yml -rw-r--r--. 1 jenkins 1001020000 784 Feb 27 19:56 typedMetric.yml ./3.2/openapi/sources/schemas/errors: total 8 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Feb 27 19:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Feb 27 19:56 error.yml ./3.2/openapi/sources/schemas/features: total 20 drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Feb 27 19:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Feb 27 19:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 feature.yml ./3.2/openapi/sources/schemas/policies: total 56 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1027 Feb 27 19:56 importable.yml -rw-r--r--. 1 jenkins 1001020000 527 Feb 27 19:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Feb 27 19:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Feb 27 19:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 637 Feb 27 19:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 791 Feb 27 19:56 policyImports.yml -rw-r--r--. 1 jenkins 1001020000 981 Feb 27 19:56 policyImport.yml -rw-r--r--. 1 jenkins 1001020000 669 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 2019 Feb 27 19:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Feb 27 19:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Feb 27 19:56 subjects.yml ./3.2/openapi/sources/schemas/search: total 4 drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Feb 27 19:56 searchResultThings.yml ./3.2/openapi/sources/schemas/things: total 20 drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Feb 27 19:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Feb 27 19:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Feb 27 19:56 thing.yml ./3.2/openapi/sources/schemas/whoami: total 8 drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 . drwxr-sr-x. 10 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Feb 27 19:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Feb 27 19:56 whoami.yml ./3.2/openapi/sources/security: total 20 drwxr-sr-x. 2 jenkins 1001020000 115 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Feb 27 19:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 488 Feb 27 19:56 devOpsBasic.yml -rw-r--r--. 1 jenkins 1001020000 554 Feb 27 19:56 devOpsBearer.yml -rw-r--r--. 1 jenkins 1001020000 710 Feb 27 19:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Feb 27 19:56 nginxBasic.yml ./3.2/slides: total 32 drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_10_25-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2022_10_24_eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2022_10_ditto-and-wot drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2023_01_ditto-in-30-min drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./3.2/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29040 Feb 27 19:56 index.html ./3.2/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34156 Feb 27 19:56 index.html ./3.2/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14249 Feb 27 19:56 index.html ./3.2/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15023 Feb 27 19:56 index.html ./3.2/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31939 Feb 27 19:56 index.html ./3.2/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15007 Feb 27 19:56 index.html ./3.2/slides/2020_10_19-eclipse-iot-wg-community-day: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16399 Feb 27 19:56 index.html ./3.2/slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 30836 Feb 27 19:56 index.html ./3.2/slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16519 Feb 27 19:56 index.html ./3.2/slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21875 Feb 27 19:56 index.html ./3.2/slides/2021_10_25-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14949 Feb 27 19:56 index.html ./3.2/slides/2022_10_24_eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13920 Feb 27 19:56 index.html ./3.2/slides/2022_10_ditto-and-wot: total 32 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 25651 Feb 27 19:56 index.html ./3.2/slides/2023_01_ditto-in-30-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 23383 Feb 27 19:56 index.html ./3.2/slides/bg-images: total 1344 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg -rw-r--r--. 1 jenkins 1001020000 478262 Feb 27 19:56 juan-davila-P8PlK2nGwqA-unsplash.jpg ./3.2/slides/images: total 808 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 267438 Feb 27 19:56 ditto-ui-screenshot.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Feb 27 19:56 wot.png ./3.2/wot: total 36 drwxr-sr-x. 2 jenkins 1001020000 118 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3764 Feb 27 19:56 ditto-extension.html -rw-r--r--. 1 jenkins 1001020000 1503 Feb 27 19:56 ditto-extension.jsonld -rw-r--r--. 1 jenkins 1001020000 2000 Feb 27 19:56 ditto-extension.rdf -rw-r--r--. 1 jenkins 1001020000 1513 Feb 27 19:56 ditto-extension.ttl ./3.3: total 21288 drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 13320 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13338 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14401 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13879 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14338 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17565 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17379 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 14036 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 91218 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13862 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 14060 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26656 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14144 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14993 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14229 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13831 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29587 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13398 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13988 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13918 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14406 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17503 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13951 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15235 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 14066 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16570 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53460 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15797 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14606 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14439 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17803 Feb 27 19:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37434 Feb 27 19:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14230 Feb 27 19:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24476 Feb 27 19:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18371 Feb 27 19:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14506 Feb 27 19:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29372 Feb 27 19:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45157 Feb 27 19:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30539 Feb 27 19:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23299 Feb 27 19:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16839 Feb 27 19:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52115 Feb 27 19:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34341 Feb 27 19:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16670 Feb 27 19:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 18171 Feb 27 19:56 2021-09-29-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 29323 Feb 27 19:56 2021-11-03-oauth2.html -rw-r--r--. 1 jenkins 1001020000 15792 Feb 27 19:56 2021-11-22-release-announcement-220.html -rw-r--r--. 1 jenkins 1001020000 26831 Feb 27 19:56 2021-12-20-http-live-channel.html -rw-r--r--. 1 jenkins 1001020000 24753 Feb 27 19:56 2021-12-22-live-channel-condition.html -rw-r--r--. 1 jenkins 1001020000 17341 Feb 27 19:56 2022-01-21-release-announcement-230.html -rw-r--r--. 1 jenkins 1001020000 32858 Feb 27 19:56 2022-03-03-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 16511 Feb 27 19:56 2022-04-14-release-announcement-240.html -rw-r--r--. 1 jenkins 1001020000 17489 Feb 27 19:56 2022-07-12-reactive-mqtt.html -rw-r--r--. 1 jenkins 1001020000 17654 Feb 27 19:56 2022-09-28-release-announcement-300.html -rw-r--r--. 1 jenkins 1001020000 27423 Feb 27 19:56 2022-11-04-live-message-conditions.html -rw-r--r--. 1 jenkins 1001020000 15727 Feb 27 19:56 2022-12-16-release-announcement-310.html -rw-r--r--. 1 jenkins 1001020000 16090 Feb 27 19:56 2023-03-08-release-announcement-320.html -rw-r--r--. 1 jenkins 1001020000 16280 Feb 27 19:56 2023-06-23-release-announcement-330.html -rw-r--r--. 1 jenkins 1001020000 66102 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 76492 Feb 27 19:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 69481 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 69497 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 67933 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 67860 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 67963 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 68660 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 108040 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 69800 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 71270 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 72161 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 79557 Feb 27 19:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 109587 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 77062 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 71533 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 83335 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 86078 Feb 27 19:56 basic-history.html -rw-r--r--. 1 jenkins 1001020000 77028 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 115509 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 70239 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 70633 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 96149 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 112628 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 83437 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 78756 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 66919 Feb 27 19:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 68229 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 66624 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 67084 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 67037 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 69709 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 73726 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 187851 Feb 27 19:56 basic-wot-integration-example.html -rw-r--r--. 1 jenkins 1001020000 107768 Feb 27 19:56 basic-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 23768 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 22688 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 101001 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 69449 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 66478 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 67654 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 135639 Feb 27 19:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 85289 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 98990 Feb 27 19:56 connectivity-manage-connections-piggyback.html -rw-r--r--. 1 jenkins 1001020000 187097 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 67582 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 78589 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 84107 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 87792 Feb 27 19:56 connectivity-protocol-bindings-hono.html -rw-r--r--. 1 jenkins 1001020000 90815 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 92215 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 99338 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 98286 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 74770 Feb 27 19:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 75079 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 67131 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 68123 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 128656 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11718 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 73106 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 69239 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 71749 Feb 27 19:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 84574 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 70354 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 90597 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 16416 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 66827 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 75788 Feb 27 19:56 installation-extending.html -rw-r--r--. 1 jenkins 1001020000 171615 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 69305 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 68364 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 83764 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 69963 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 70875 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 67900 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 67444 Feb 27 19:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 67444 Feb 27 19:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 70364 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 70858 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 70038 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 71122 Feb 27 19:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 69850 Feb 27 19:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 73060 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 73432 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 71038 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 69750 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 69915 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 83063 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 69361 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 69318 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 69473 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 69561 Feb 27 19:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 69540 Feb 27 19:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 69348 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 69290 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 69461 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 69440 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 69342 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 69239 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 128983 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 75772 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 72303 Feb 27 19:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 72569 Feb 27 19:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 73168 Feb 27 19:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 71926 Feb 27 19:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 72040 Feb 27 19:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 73859 Feb 27 19:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 74103 Feb 27 19:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 70157 Feb 27 19:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 73045 Feb 27 19:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 71803 Feb 27 19:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 71567 Feb 27 19:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 75391 Feb 27 19:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 70367 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 70861 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 70041 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 71125 Feb 27 19:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 69853 Feb 27 19:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 73063 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 73435 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 72441 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 71041 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 69753 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 69727 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 80783 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 67877 Feb 27 19:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 70183 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 72612 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 68918 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 68595 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 68246 Feb 27 19:56 protocol-examples-policies-deleteimport.html -rw-r--r--. 1 jenkins 1001020000 68214 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 68131 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 68253 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 68234 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 110983 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 68706 Feb 27 19:56 protocol-examples-policies-modifyimport.html -rw-r--r--. 1 jenkins 1001020000 69485 Feb 27 19:56 protocol-examples-policies-modifyimports.html -rw-r--r--. 1 jenkins 1001020000 72720 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 70183 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 70383 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 68918 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 69251 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 68595 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 68924 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 68671 Feb 27 19:56 protocol-examples-policies-retrieveimport.html -rw-r--r--. 1 jenkins 1001020000 69484 Feb 27 19:56 protocol-examples-policies-retrieveimports.html -rw-r--r--. 1 jenkins 1001020000 71695 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 69842 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 71519 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 68917 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 69082 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 68594 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 68755 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 68722 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 68876 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 68585 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 69142 Feb 27 19:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 68490 Feb 27 19:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 69986 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 70155 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 69071 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 68411 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 68387 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 72557 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 72158 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 78942 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 67309 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 68576 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 69291 Feb 27 19:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 67871 Feb 27 19:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 67174 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 78911 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 68537 Feb 27 19:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 88998 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 75029 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 71198 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 84155 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 81693 Feb 27 19:56 protocol-specification-streaming-subscription.html -rw-r--r--. 1 jenkins 1001020000 118432 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 91840 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 71456 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 102383 Feb 27 19:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 90481 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 91094 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 81960 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 76996 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 68408 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 66585 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 69500 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 68981 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 69576 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 69197 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 70817 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 71003 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 70615 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 70525 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 72931 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 68669 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 68992 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 70971 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 69946 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 71718 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 74967 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 67404 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 68390 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 68883 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 67537 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 73548 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 67915 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 75379 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 72150 Feb 27 19:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 75641 Feb 27 19:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 66863 Feb 27 19:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 106063 Feb 27 19:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 68681 Feb 27 19:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 81748 Feb 27 19:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 69395 Feb 27 19:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 68660 Feb 27 19:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 67222 Feb 27 19:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 72731 Feb 27 19:56 release_notes_220.html -rw-r--r--. 1 jenkins 1001020000 68237 Feb 27 19:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 67007 Feb 27 19:56 release_notes_222.html -rw-r--r--. 1 jenkins 1001020000 73435 Feb 27 19:56 release_notes_230.html -rw-r--r--. 1 jenkins 1001020000 68710 Feb 27 19:56 release_notes_231.html -rw-r--r--. 1 jenkins 1001020000 68300 Feb 27 19:56 release_notes_232.html -rw-r--r--. 1 jenkins 1001020000 78340 Feb 27 19:56 release_notes_240.html -rw-r--r--. 1 jenkins 1001020000 67592 Feb 27 19:56 release_notes_241.html -rw-r--r--. 1 jenkins 1001020000 67151 Feb 27 19:56 release_notes_242.html -rw-r--r--. 1 jenkins 1001020000 98419 Feb 27 19:56 release_notes_300.html -rw-r--r--. 1 jenkins 1001020000 74206 Feb 27 19:56 release_notes_310.html -rw-r--r--. 1 jenkins 1001020000 68003 Feb 27 19:56 release_notes_311.html -rw-r--r--. 1 jenkins 1001020000 67832 Feb 27 19:56 release_notes_312.html -rw-r--r--. 1 jenkins 1001020000 75707 Feb 27 19:56 release_notes_320.html -rw-r--r--. 1 jenkins 1001020000 69218 Feb 27 19:56 release_notes_321.html -rw-r--r--. 1 jenkins 1001020000 76996 Feb 27 19:56 release_notes_330.html -rw-r--r--. 1 jenkins 1001020000 69911 Feb 27 19:56 release_notes_332.html -rw-r--r--. 1 jenkins 1001020000 69433 Feb 27 19:56 release_notes_333.html -rw-r--r--. 1 jenkins 1001020000 68832 Feb 27 19:56 release_notes_334.html -rw-r--r--. 1 jenkins 1001020000 69378 Feb 27 19:56 release_notes_335.html -rw-r--r--. 1 jenkins 1001020000 68740 Feb 27 19:56 release_notes_336.html -rw-r--r--. 1 jenkins 1001020000 69905 Feb 27 19:56 release_notes_337.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 71644 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 40118 Feb 27 19:56 search.json drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 74408 Feb 27 19:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 79175 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 104248 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 75407 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 87578 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 78368 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 74919 Feb 27 19:56 tag_history.html -rw-r--r--. 1 jenkins 1001020000 80780 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 75797 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 79452 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 73858 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 93432 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 87244 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 80667 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 76266 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 76739 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 74387 Feb 27 19:56 tag_troubleshooting.html -rw-r--r--. 1 jenkins 1001020000 75386 Feb 27 19:56 tag_wot.html -rw-r--r--. 1 jenkins 1001020000 69685 Feb 27 19:56 user-interface.html drwxr-sr-x. 2 jenkins 1001020000 118 Feb 27 19:56 wot ./3.3/css: total 84 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 24527 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./3.3/docson: total 80 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./3.3/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./3.3/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./3.3/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./3.3/files: total 32 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./3.3/images: total 724 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rwxr-xr-x. 1 jenkins 1001020000 92637 Feb 27 19:56 ditto-overview-1.png -rw-r--r--. 1 jenkins 1001020000 159156 Feb 27 19:56 ditto-overview-1.svg -rwxr-xr-x. 1 jenkins 1001020000 101022 Feb 27 19:56 ditto-super-1.png -rw-r--r--. 1 jenkins 1001020000 50244 Feb 27 19:56 ditto-super-1.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Feb 27 19:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 pages ./3.3/images/blog: total 576 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Feb 27 19:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Feb 27 19:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png ./3.3/images/pages: total 8 drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 advanced drwxr-sr-x. 2 jenkins 1001020000 114 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol drwxr-sr-x. 2 jenkins 1001020000 120 Feb 27 19:56 ui ./3.3/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Feb 27 19:56 data-by-pass-architectural-design.jpg ./3.3/images/pages/architecture: total 84 drwxr-sr-x. 2 jenkins 1001020000 114 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png -rwxr-xr-x. 1 jenkins 1001020000 22188 Feb 27 19:56 ditto-architecture-overview-2022.png ./3.3/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./3.3/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./3.3/images/pages/ui: total 620 drwxr-sr-x. 2 jenkins 1001020000 120 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 130101 Feb 27 19:56 screenshot_add_environment.png -rw-r--r--. 1 jenkins 1001020000 482983 Feb 27 19:56 screenshot_introduction.png -rw-r--r--. 1 jenkins 1001020000 20244 Feb 27 19:56 screenshot_select_environment.png ./3.3/js: total 28 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3315 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./3.3/jsonschema: total 164 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40424 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1756 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1508 Feb 27 19:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1338 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 9439 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Feb 27 19:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 4778 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 3190 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 1259 Feb 27 19:56 protocol-streaming-subscription-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 333 Feb 27 19:56 protocol-streaming-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 453 Feb 27 19:56 protocol-streaming-subscription-next-payload.json -rw-r--r--. 1 jenkins 1001020000 468 Feb 27 19:56 protocol-streaming-subscription-request-payload.json -rw-r--r--. 1 jenkins 1001020000 703 Feb 27 19:56 protocol-streaming-subscription-subscribe-for-persisted-events-payload.json -rw-r--r--. 1 jenkins 1001020000 5180 Feb 27 19:56 thing_v2.json ./3.3/openapi: total 452 drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 437595 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 703 Feb 27 19:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 sources ./3.3/openapi/sources: total 68 drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16484 Feb 27 19:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Feb 27 19:56 package.json -rw-r--r--. 1 jenkins 1001020000 31379 Feb 27 19:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 parameters drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 requests drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 responses drwxr-sr-x. 13 jenkins 1001020000 4096 Feb 27 19:56 schemas drwxr-sr-x. 2 jenkins 1001020000 115 Feb 27 19:56 security ./3.3/openapi/sources/parameters: total 192 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Feb 27 19:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Feb 27 19:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Feb 27 19:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 955 Feb 27 19:56 channelParamPutDescription.yml -rw-r--r--. 1 jenkins 1001020000 842 Feb 27 19:56 channelParam.yml -rw-r--r--. 1 jenkins 1001020000 1412 Feb 27 19:56 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 1408 Feb 27 19:56 connectionFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 connectionIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 646 Feb 27 19:56 deleteMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Feb 27 19:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Feb 27 19:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Feb 27 19:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Feb 27 19:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 644 Feb 27 19:56 getMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 842 Feb 27 19:56 ifEqualHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Feb 27 19:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Feb 27 19:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Feb 27 19:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 764 Feb 27 19:56 importedPolicyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 507 Feb 27 19:56 instanceIndexParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Feb 27 19:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 837 Feb 27 19:56 liveChannelConditionParam.yml -rw-r--r--. 1 jenkins 1001020000 648 Feb 27 19:56 liveChannelTimeoutStrategyParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Feb 27 19:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 512 Feb 27 19:56 loggingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Feb 27 19:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Feb 27 19:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 508 Feb 27 19:56 moduleNamePathParam.yml -rw-r--r--. 1 jenkins 1001020000 525 Feb 27 19:56 namePodParam.yml -rw-r--r--. 1 jenkins 1001020000 580 Feb 27 19:56 namespaceParameter.yml -rw-r--r--. 1 jenkins 1001020000 716 Feb 27 19:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 599 Feb 27 19:56 pathParam.yml -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 policyFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 747 Feb 27 19:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Feb 27 19:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Feb 27 19:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Feb 27 19:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Feb 27 19:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Feb 27 19:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2342 Feb 27 19:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 19:56 serviceNameParam.yml -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Feb 27 19:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Feb 27 19:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Feb 27 19:56 timeoutParam.yml ./3.3/openapi/sources/paths: total 4 drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 43 Feb 27 19:56 config drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 connections drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 47 Feb 27 19:56 logging drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 messages drwxr-sr-x. 2 jenkins 1001020000 75 Feb 27 19:56 piggyback drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 whoami ./3.3/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Feb 27 19:56 cloudevents.yml ./3.3/openapi/sources/paths/config: total 8 drwxr-sr-x. 2 jenkins 1001020000 43 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1225 Feb 27 19:56 config.yml -rw-r--r--. 1 jenkins 1001020000 3513 Feb 27 19:56 podName.yml ./3.3/openapi/sources/paths/connections: total 32 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2207 Feb 27 19:56 command.yml -rw-r--r--. 1 jenkins 1001020000 5884 Feb 27 19:56 connectionId.yml -rw-r--r--. 1 jenkins 1001020000 5671 Feb 27 19:56 connections.yml -rw-r--r--. 1 jenkins 1001020000 2125 Feb 27 19:56 logs.yml -rw-r--r--. 1 jenkins 1001020000 1845 Feb 27 19:56 metrics.yml -rw-r--r--. 1 jenkins 1001020000 1841 Feb 27 19:56 status.yml ./3.3/openapi/sources/paths/features: total 112 drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13067 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 13815 Feb 27 19:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 13199 Feb 27 19:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 14558 Feb 27 19:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 15779 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 13588 Feb 27 19:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 12953 Feb 27 19:56 property.yml ./3.3/openapi/sources/paths/logging: total 8 drwxr-sr-x. 2 jenkins 1001020000 47 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1918 Feb 27 19:56 logging.yml -rw-r--r--. 1 jenkins 1001020000 2065 Feb 27 19:56 moduleName.yml ./3.3/openapi/sources/paths/messages: total 32 drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4118 Feb 27 19:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3999 Feb 27 19:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Feb 27 19:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4535 Feb 27 19:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3860 Feb 27 19:56 outbox-message.yml ./3.3/openapi/sources/paths/piggyback: total 12 drwxr-sr-x. 2 jenkins 1001020000 75 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2243 Feb 27 19:56 instanceIndex.yml -rw-r--r--. 1 jenkins 1001020000 3792 Feb 27 19:56 piggyback.yml -rw-r--r--. 1 jenkins 1001020000 2617 Feb 27 19:56 serviceName.yml ./3.3/openapi/sources/paths/policies: total 112 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Feb 27 19:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Feb 27 19:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Feb 27 19:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Feb 27 19:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6179 Feb 27 19:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 10015 Feb 27 19:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 6115 Feb 27 19:56 imports.yml -rw-r--r--. 1 jenkins 1001020000 9700 Feb 27 19:56 import.yml -rw-r--r--. 1 jenkins 1001020000 11669 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6212 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8530 Feb 27 19:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5812 Feb 27 19:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8595 Feb 27 19:56 subject.yml ./3.3/openapi/sources/paths/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2217 Feb 27 19:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 4167 Feb 27 19:56 things.yml ./3.3/openapi/sources/paths/things: total 92 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12643 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 12627 Feb 27 19:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 12517 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6898 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 8959 Feb 27 19:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 20949 Feb 27 19:56 thing.yml ./3.3/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Feb 27 19:56 index.yml ./3.3/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 808 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Feb 27 19:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Feb 27 19:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 value.yml ./3.3/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 actions ./3.3/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 875 Feb 27 19:56 activateTokenIntegration.yml ./3.3/openapi/sources/responses: total 32 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Feb 27 19:56 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 19:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 574 Feb 27 19:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 19:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 preconditionFailed.yml -rw-r--r--. 1 jenkins 1001020000 559 Feb 27 19:56 successUpdateLogLevelSinglePod.yml -rw-r--r--. 1 jenkins 1001020000 596 Feb 27 19:56 successUpdateLogLevel.yml ./3.3/openapi/sources/schemas: total 20 drwxr-sr-x. 13 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 acknowledgements drwxr-sr-x. 2 jenkins 1001020000 175 Feb 27 19:56 config drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 connections drwxr-sr-x. 2 jenkins 1001020000 80 Feb 27 19:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 logging drwxr-sr-x. 2 jenkins 1001020000 97 Feb 27 19:56 piggyback drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 whoami -rw-r--r--. 1 jenkins 1001020000 3662 Feb 27 19:56 wot-thingDescription.yml ./3.3/openapi/sources/schemas/acknowledgements: total 12 drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 595 Feb 27 19:56 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Feb 27 19:56 acknowledgement.yml ./3.3/openapi/sources/schemas/config: total 28 drwxr-sr-x. 2 jenkins 1001020000 175 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 486 Feb 27 19:56 moduleConfigService.yml -rw-r--r--. 1 jenkins 1001020000 474 Feb 27 19:56 moduleConfig.yml -rw-r--r--. 1 jenkins 1001020000 1159 Feb 27 19:56 resultConfigService.yml -rw-r--r--. 1 jenkins 1001020000 1025 Feb 27 19:56 resultConfig.yml -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 retrieveConfigService.yml -rw-r--r--. 1 jenkins 1001020000 457 Feb 27 19:56 retrieveConfig.yml ./3.3/openapi/sources/schemas/connections: total 120 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1130 Feb 27 19:56 connectionLogs.yml -rw-r--r--. 1 jenkins 1001020000 914 Feb 27 19:56 connectionMetrics.yml -rw-r--r--. 1 jenkins 1001020000 1590 Feb 27 19:56 connectionStatus.yml -rw-r--r--. 1 jenkins 1001020000 526 Feb 27 19:56 connectionType.yml -rw-r--r--. 1 jenkins 1001020000 563 Feb 27 19:56 connection.yml -rw-r--r--. 1 jenkins 1001020000 522 Feb 27 19:56 connectivityStatus.yml -rw-r--r--. 1 jenkins 1001020000 1075 Feb 27 19:56 inboundMetrics.yml -rw-r--r--. 1 jenkins 1001020000 526 Feb 27 19:56 logCategory.yml -rw-r--r--. 1 jenkins 1001020000 1297 Feb 27 19:56 logEntry.yml -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 logLevel.yml -rw-r--r--. 1 jenkins 1001020000 610 Feb 27 19:56 logType.yml -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 mappingContext.yml -rw-r--r--. 1 jenkins 1001020000 1547 Feb 27 19:56 newConnection.yml -rw-r--r--. 1 jenkins 1001020000 1313 Feb 27 19:56 outboundMetrics.yml -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 overallConnectionMetrics.yml -rw-r--r--. 1 jenkins 1001020000 624 Feb 27 19:56 payloadMappingDefinitions.yml -rw-r--r--. 1 jenkins 1001020000 3310 Feb 27 19:56 payloadMappingDefinition.yml -rw-r--r--. 1 jenkins 1001020000 1125 Feb 27 19:56 resourceStatus.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 singleMetric.yml -rw-r--r--. 1 jenkins 1001020000 670 Feb 27 19:56 sourceMetrics.yml -rw-r--r--. 1 jenkins 1001020000 556 Feb 27 19:56 sources.yml -rw-r--r--. 1 jenkins 1001020000 6935 Feb 27 19:56 source.yml -rw-r--r--. 1 jenkins 1001020000 2908 Feb 27 19:56 sshTunnel.yml -rw-r--r--. 1 jenkins 1001020000 675 Feb 27 19:56 targetMetrics.yml -rw-r--r--. 1 jenkins 1001020000 546 Feb 27 19:56 targets.yml -rw-r--r--. 1 jenkins 1001020000 3329 Feb 27 19:56 target.yml -rw-r--r--. 1 jenkins 1001020000 784 Feb 27 19:56 typedMetric.yml ./3.3/openapi/sources/schemas/errors: total 16 drwxr-sr-x. 2 jenkins 1001020000 80 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Feb 27 19:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Feb 27 19:56 error.yml -rw-r--r--. 1 jenkins 1001020000 453 Feb 27 19:56 textUnauthorizeError.yml ./3.3/openapi/sources/schemas/features: total 24 drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Feb 27 19:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Feb 27 19:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 feature.yml ./3.3/openapi/sources/schemas/logging: total 36 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 loggingUpdateFields.yml -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 moduleUpdatedLogLevel.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 module.yml -rw-r--r--. 1 jenkins 1001020000 890 Feb 27 19:56 resultLoggingConfig.yml -rw-r--r--. 1 jenkins 1001020000 682 Feb 27 19:56 resultUpdateRequest.yml -rw-r--r--. 1 jenkins 1001020000 438 Feb 27 19:56 retrieveLoggingConfig.yml -rw-r--r--. 1 jenkins 1001020000 860 Feb 27 19:56 updatedLogLevel.yml ./3.3/openapi/sources/schemas/piggyback: total 12 drwxr-sr-x. 2 jenkins 1001020000 97 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 701 Feb 27 19:56 basePiggybackCommandRequestSchema.yml -rw-r--r--. 1 jenkins 1001020000 701 Feb 27 19:56 piggybackManagingBackgroundCleanup.yml ./3.3/openapi/sources/schemas/policies: total 60 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1027 Feb 27 19:56 importable.yml -rw-r--r--. 1 jenkins 1001020000 527 Feb 27 19:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Feb 27 19:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Feb 27 19:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 637 Feb 27 19:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 791 Feb 27 19:56 policyImports.yml -rw-r--r--. 1 jenkins 1001020000 981 Feb 27 19:56 policyImport.yml -rw-r--r--. 1 jenkins 1001020000 669 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 2019 Feb 27 19:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Feb 27 19:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Feb 27 19:56 subjects.yml ./3.3/openapi/sources/schemas/search: total 8 drwxr-sr-x. 2 jenkins 1001020000 36 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Feb 27 19:56 searchResultThings.yml ./3.3/openapi/sources/schemas/things: total 24 drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Feb 27 19:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Feb 27 19:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Feb 27 19:56 thing.yml ./3.3/openapi/sources/schemas/whoami: total 12 drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Feb 27 19:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Feb 27 19:56 whoami.yml ./3.3/openapi/sources/security: total 20 drwxr-sr-x. 2 jenkins 1001020000 115 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Feb 27 19:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 488 Feb 27 19:56 devOpsBasic.yml -rw-r--r--. 1 jenkins 1001020000 554 Feb 27 19:56 devOpsBearer.yml -rw-r--r--. 1 jenkins 1001020000 710 Feb 27 19:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Feb 27 19:56 nginxBasic.yml ./3.3/slides: total 32 drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_10_25-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2022_10_24_eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2022_10_ditto-and-wot drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2023_01_ditto-in-30-min drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./3.3/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29040 Feb 27 19:56 index.html ./3.3/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34156 Feb 27 19:56 index.html ./3.3/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14249 Feb 27 19:56 index.html ./3.3/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15023 Feb 27 19:56 index.html ./3.3/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31939 Feb 27 19:56 index.html ./3.3/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15007 Feb 27 19:56 index.html ./3.3/slides/2020_10_19-eclipse-iot-wg-community-day: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16399 Feb 27 19:56 index.html ./3.3/slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 30836 Feb 27 19:56 index.html ./3.3/slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16519 Feb 27 19:56 index.html ./3.3/slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21875 Feb 27 19:56 index.html ./3.3/slides/2021_10_25-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14949 Feb 27 19:56 index.html ./3.3/slides/2022_10_24_eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13920 Feb 27 19:56 index.html ./3.3/slides/2022_10_ditto-and-wot: total 32 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 25651 Feb 27 19:56 index.html ./3.3/slides/2023_01_ditto-in-30-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 23383 Feb 27 19:56 index.html ./3.3/slides/bg-images: total 1344 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg -rw-r--r--. 1 jenkins 1001020000 478262 Feb 27 19:56 juan-davila-P8PlK2nGwqA-unsplash.jpg ./3.3/slides/images: total 808 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 267438 Feb 27 19:56 ditto-ui-screenshot.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Feb 27 19:56 wot.png ./3.3/wot: total 36 drwxr-sr-x. 2 jenkins 1001020000 118 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 16384 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3764 Feb 27 19:56 ditto-extension.html -rw-r--r--. 1 jenkins 1001020000 1503 Feb 27 19:56 ditto-extension.jsonld -rw-r--r--. 1 jenkins 1001020000 2000 Feb 27 19:56 ditto-extension.rdf -rw-r--r--. 1 jenkins 1001020000 1513 Feb 27 19:56 ditto-extension.ttl ./3.4: total 22024 drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 13320 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13338 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14401 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13879 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14338 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17565 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17379 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 14036 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 91218 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13862 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 14060 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26656 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14144 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14993 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14229 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13831 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29587 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13398 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13988 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13918 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14406 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17504 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13951 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15235 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 14066 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16570 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53460 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15797 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14606 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14439 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17803 Feb 27 19:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37434 Feb 27 19:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14230 Feb 27 19:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24476 Feb 27 19:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18371 Feb 27 19:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14506 Feb 27 19:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29372 Feb 27 19:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45157 Feb 27 19:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30539 Feb 27 19:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23299 Feb 27 19:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16840 Feb 27 19:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52115 Feb 27 19:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34341 Feb 27 19:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16670 Feb 27 19:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 18171 Feb 27 19:56 2021-09-29-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 29323 Feb 27 19:56 2021-11-03-oauth2.html -rw-r--r--. 1 jenkins 1001020000 15792 Feb 27 19:56 2021-11-22-release-announcement-220.html -rw-r--r--. 1 jenkins 1001020000 26831 Feb 27 19:56 2021-12-20-http-live-channel.html -rw-r--r--. 1 jenkins 1001020000 24753 Feb 27 19:56 2021-12-22-live-channel-condition.html -rw-r--r--. 1 jenkins 1001020000 17341 Feb 27 19:56 2022-01-21-release-announcement-230.html -rw-r--r--. 1 jenkins 1001020000 32858 Feb 27 19:56 2022-03-03-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 16511 Feb 27 19:56 2022-04-14-release-announcement-240.html -rw-r--r--. 1 jenkins 1001020000 17489 Feb 27 19:56 2022-07-12-reactive-mqtt.html -rw-r--r--. 1 jenkins 1001020000 17654 Feb 27 19:56 2022-09-28-release-announcement-300.html -rw-r--r--. 1 jenkins 1001020000 27423 Feb 27 19:56 2022-11-04-live-message-conditions.html -rw-r--r--. 1 jenkins 1001020000 15727 Feb 27 19:56 2022-12-16-release-announcement-310.html -rw-r--r--. 1 jenkins 1001020000 16090 Feb 27 19:56 2023-03-08-release-announcement-320.html -rw-r--r--. 1 jenkins 1001020000 16280 Feb 27 19:56 2023-06-23-release-announcement-330.html -rw-r--r--. 1 jenkins 1001020000 54413 Feb 27 19:56 2023-10-09-ditto-benchmark.html -rw-r--r--. 1 jenkins 1001020000 17392 Feb 27 19:56 2023-10-17-release-announcement-340.html -rw-r--r--. 1 jenkins 1001020000 66998 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 77388 Feb 27 19:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 70391 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 70400 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 68829 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 68763 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 68866 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 69556 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 108936 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 70696 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 72166 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 73057 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 80453 Feb 27 19:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 110483 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 77958 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 72429 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 84231 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 86974 Feb 27 19:56 basic-history.html -rw-r--r--. 1 jenkins 1001020000 77924 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 116405 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 71135 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 71529 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 99787 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 113524 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 84333 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 79652 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 67815 Feb 27 19:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 69125 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 67520 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 67980 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 67933 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 70605 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 74622 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 188747 Feb 27 19:56 basic-wot-integration-example.html -rw-r--r--. 1 jenkins 1001020000 108664 Feb 27 19:56 basic-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 24160 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 22559 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 102111 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 70345 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 67374 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 68550 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 136535 Feb 27 19:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 86185 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 99886 Feb 27 19:56 connectivity-manage-connections-piggyback.html -rw-r--r--. 1 jenkins 1001020000 188150 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 68478 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 79485 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 85003 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 90230 Feb 27 19:56 connectivity-protocol-bindings-hono.html -rw-r--r--. 1 jenkins 1001020000 91711 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 93111 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 100641 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 99182 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 75666 Feb 27 19:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 75975 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 68027 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 69019 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 19:56 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 130517 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11715 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 74002 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 70135 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 72645 Feb 27 19:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 85470 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 74192 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 93278 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 16416 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 67723 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 76687 Feb 27 19:56 installation-extending.html -rw-r--r--. 1 jenkins 1001020000 172761 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 74655 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 69260 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 84660 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 70859 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 71771 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 68796 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 68340 Feb 27 19:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 68340 Feb 27 19:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 71260 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 71754 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 70934 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 72018 Feb 27 19:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 70746 Feb 27 19:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 73956 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 74328 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 71934 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 70646 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 70811 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 83959 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 70257 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 70214 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 70369 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 70457 Feb 27 19:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 70436 Feb 27 19:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 70244 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 70186 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 70357 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 70336 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 70238 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 70135 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 129879 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 76668 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 73199 Feb 27 19:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 73465 Feb 27 19:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 74064 Feb 27 19:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 72822 Feb 27 19:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 72936 Feb 27 19:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 74755 Feb 27 19:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 74999 Feb 27 19:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 71053 Feb 27 19:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 73941 Feb 27 19:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 72699 Feb 27 19:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 72463 Feb 27 19:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 76287 Feb 27 19:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 71263 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 71757 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 70937 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 72021 Feb 27 19:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 70749 Feb 27 19:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 73959 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 74331 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 73337 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 71937 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 70649 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 70623 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 81679 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 68773 Feb 27 19:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 71079 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 73508 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 69814 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 69491 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 69142 Feb 27 19:56 protocol-examples-policies-deleteimport.html -rw-r--r--. 1 jenkins 1001020000 69110 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 69027 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 69149 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 69130 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 111879 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 69602 Feb 27 19:56 protocol-examples-policies-modifyimport.html -rw-r--r--. 1 jenkins 1001020000 70381 Feb 27 19:56 protocol-examples-policies-modifyimports.html -rw-r--r--. 1 jenkins 1001020000 73616 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 71079 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 71279 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 69814 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 70147 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 69491 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 69820 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 69567 Feb 27 19:56 protocol-examples-policies-retrieveimport.html -rw-r--r--. 1 jenkins 1001020000 70380 Feb 27 19:56 protocol-examples-policies-retrieveimports.html -rw-r--r--. 1 jenkins 1001020000 72591 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 70738 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 72415 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 69813 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 69978 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 69490 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 69651 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 69618 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 69772 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 69481 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 70038 Feb 27 19:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 69386 Feb 27 19:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 70882 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 71051 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 69967 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 69307 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 69283 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 73453 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 73054 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 79838 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 68205 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 69472 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 70187 Feb 27 19:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 68767 Feb 27 19:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 68070 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 79835 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 69433 Feb 27 19:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 89894 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 75925 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 72094 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 85051 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 82589 Feb 27 19:56 protocol-specification-streaming-subscription.html -rw-r--r--. 1 jenkins 1001020000 119328 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 92736 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 72352 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 103279 Feb 27 19:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 91377 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 91990 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 82856 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 77892 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 69304 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 67481 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 70396 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 69877 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 70472 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 70093 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 71713 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 71899 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 71511 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 71421 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 73827 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 69565 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 69888 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 71867 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 70842 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 72614 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 75863 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 68300 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 69286 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 69779 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 68433 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 74444 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 68811 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 76279 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 73046 Feb 27 19:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 76537 Feb 27 19:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 67759 Feb 27 19:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 106960 Feb 27 19:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 69577 Feb 27 19:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 82644 Feb 27 19:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 70291 Feb 27 19:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 69559 Feb 27 19:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 68118 Feb 27 19:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 73627 Feb 27 19:56 release_notes_220.html -rw-r--r--. 1 jenkins 1001020000 69133 Feb 27 19:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 67903 Feb 27 19:56 release_notes_222.html -rw-r--r--. 1 jenkins 1001020000 74333 Feb 27 19:56 release_notes_230.html -rw-r--r--. 1 jenkins 1001020000 69606 Feb 27 19:56 release_notes_231.html -rw-r--r--. 1 jenkins 1001020000 69196 Feb 27 19:56 release_notes_232.html -rw-r--r--. 1 jenkins 1001020000 79236 Feb 27 19:56 release_notes_240.html -rw-r--r--. 1 jenkins 1001020000 68488 Feb 27 19:56 release_notes_241.html -rw-r--r--. 1 jenkins 1001020000 68047 Feb 27 19:56 release_notes_242.html -rw-r--r--. 1 jenkins 1001020000 99315 Feb 27 19:56 release_notes_300.html -rw-r--r--. 1 jenkins 1001020000 75102 Feb 27 19:56 release_notes_310.html -rw-r--r--. 1 jenkins 1001020000 68899 Feb 27 19:56 release_notes_311.html -rw-r--r--. 1 jenkins 1001020000 68728 Feb 27 19:56 release_notes_312.html -rw-r--r--. 1 jenkins 1001020000 76603 Feb 27 19:56 release_notes_320.html -rw-r--r--. 1 jenkins 1001020000 70114 Feb 27 19:56 release_notes_321.html -rw-r--r--. 1 jenkins 1001020000 77892 Feb 27 19:56 release_notes_330.html -rw-r--r--. 1 jenkins 1001020000 70810 Feb 27 19:56 release_notes_332.html -rw-r--r--. 1 jenkins 1001020000 70329 Feb 27 19:56 release_notes_333.html -rw-r--r--. 1 jenkins 1001020000 69728 Feb 27 19:56 release_notes_334.html -rw-r--r--. 1 jenkins 1001020000 70274 Feb 27 19:56 release_notes_335.html -rw-r--r--. 1 jenkins 1001020000 69636 Feb 27 19:56 release_notes_336.html -rw-r--r--. 1 jenkins 1001020000 70857 Feb 27 19:56 release_notes_337.html -rw-r--r--. 1 jenkins 1001020000 87057 Feb 27 19:56 release_notes_340.html -rw-r--r--. 1 jenkins 1001020000 71657 Feb 27 19:56 release_notes_341.html -rw-r--r--. 1 jenkins 1001020000 70939 Feb 27 19:56 release_notes_342.html -rw-r--r--. 1 jenkins 1001020000 68730 Feb 27 19:56 release_notes_343.html -rw-r--r--. 1 jenkins 1001020000 68922 Feb 27 19:56 release_notes_344.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 72540 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 41567 Feb 27 19:56 search.json drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 75496 Feb 27 19:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 80263 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 106340 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 76495 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 88655 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 79457 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 76007 Feb 27 19:56 tag_history.html -rw-r--r--. 1 jenkins 1001020000 81863 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 76886 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 80540 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 74946 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 94520 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 89557 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 81750 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 77349 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 77827 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 75475 Feb 27 19:56 tag_troubleshooting.html -rw-r--r--. 1 jenkins 1001020000 76474 Feb 27 19:56 tag_wot.html -rw-r--r--. 1 jenkins 1001020000 70581 Feb 27 19:56 user-interface.html drwxr-sr-x. 2 jenkins 1001020000 118 Feb 27 19:56 wot ./3.4/css: total 88 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 19:56 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 24527 Feb 27 19:56 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 19:56 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 19:56 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 19:56 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 19:56 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 19:56 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Feb 27 19:56 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 19:56 theme-green.css ./3.4/docson: total 84 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 19:56 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 19:56 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 19:56 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 19:56 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 19:56 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 19:56 widget.js ./3.4/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 19:56 docson.css ./3.4/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 19:56 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 19:56 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 19:56 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 19:56 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 19:56 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 19:56 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 19:56 traverse.js ./3.4/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 19:56 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 19:56 signature.html ./3.4/files: total 36 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 19:56 migration_mongodb_1.0.0.js ./3.4/images: total 728 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 19:56 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 3 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 19:56 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 19:56 ditto_allwhite_textonly.svg -rwxr-xr-x. 1 jenkins 1001020000 92637 Feb 27 19:56 ditto-overview-1.png -rw-r--r--. 1 jenkins 1001020000 159156 Feb 27 19:56 ditto-overview-1.svg -rwxr-xr-x. 1 jenkins 1001020000 101022 Feb 27 19:56 ditto-super-1.png -rw-r--r--. 1 jenkins 1001020000 50244 Feb 27 19:56 ditto-super-1.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 19:56 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 19:56 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 19:56 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 19:56 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 19:56 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 19:56 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 19:56 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Feb 27 19:56 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 19:56 iot_logo.svg drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 pages ./3.4/images/blog: total 576 drwxr-sr-x. 3 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 19:56 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 19:56 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 19:56 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 19:56 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 19:56 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Feb 27 19:56 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Feb 27 19:56 2021-04-06-ssh-tunnel-for-managed-connections-shema.png drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 benchmark ./3.4/images/blog/benchmark: total 4 drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 device-live-messages-scenario drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 modify-things-scenario drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 read-things-scenario drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 search-things-scenario ./3.4/images/blog/benchmark/device-live-messages-scenario: total 0 drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 800 ./3.4/images/blog/benchmark/device-live-messages-scenario/800: total 120 drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 50994 Feb 27 19:56 gateway.png -rw-r--r--. 1 jenkins 1001020000 68708 Feb 27 19:56 gc.png ./3.4/images/blog/benchmark/modify-things-scenario: total 0 drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 26 Feb 27 19:56 800 ./3.4/images/blog/benchmark/modify-things-scenario/800: total 28 drwxr-sr-x. 2 jenkins 1001020000 26 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 26101 Feb 27 19:56 outbound.png ./3.4/images/blog/benchmark/read-things-scenario: total 0 drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 3000 ./3.4/images/blog/benchmark/read-things-scenario/3000: total 108 drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 65994 Feb 27 19:56 gateway.png -rw-r--r--. 1 jenkins 1001020000 40135 Feb 27 19:56 gc.png ./3.4/images/blog/benchmark/search-things-scenario: total 0 drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 1800 ./3.4/images/blog/benchmark/search-things-scenario/1800: total 124 drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 59170 Feb 27 19:56 gateway.png -rw-r--r--. 1 jenkins 1001020000 64539 Feb 27 19:56 gc.png ./3.4/images/pages: total 8 drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 advanced drwxr-sr-x. 2 jenkins 1001020000 114 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol drwxr-sr-x. 2 jenkins 1001020000 120 Feb 27 19:56 ui ./3.4/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Feb 27 19:56 data-by-pass-architectural-design.jpg ./3.4/images/pages/architecture: total 84 drwxr-sr-x. 2 jenkins 1001020000 114 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 19:56 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 19:56 context-overview.png -rwxr-xr-x. 1 jenkins 1001020000 22188 Feb 27 19:56 ditto-architecture-overview-2022.png ./3.4/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 19:56 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 19:56 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 19:56 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 19:56 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 19:56 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 19:56 policy-example.png ./3.4/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 19:56 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 19:56 ditto-twin-channel.png ./3.4/images/pages/ui: total 620 drwxr-sr-x. 2 jenkins 1001020000 120 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 130101 Feb 27 19:56 screenshot_add_environment.png -rw-r--r--. 1 jenkins 1001020000 482983 Feb 27 19:56 screenshot_introduction.png -rw-r--r--. 1 jenkins 1001020000 20244 Feb 27 19:56 screenshot_select_environment.png ./3.4/js: total 32 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3315 Feb 27 19:56 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 19:56 toc.js ./3.4/jsonschema: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40425 Feb 27 19:56 connection.json -rw-r--r--. 1 jenkins 1001020000 1756 Feb 27 19:56 error.json -rw-r--r--. 1 jenkins 1001020000 1508 Feb 27 19:56 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1339 Feb 27 19:56 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 9439 Feb 27 19:56 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 19:56 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 19:56 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Feb 27 19:56 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 5092 Feb 27 19:56 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 3190 Feb 27 19:56 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 19:56 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 19:56 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 19:56 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 19:56 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 1259 Feb 27 19:56 protocol-streaming-subscription-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 333 Feb 27 19:56 protocol-streaming-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 453 Feb 27 19:56 protocol-streaming-subscription-next-payload.json -rw-r--r--. 1 jenkins 1001020000 468 Feb 27 19:56 protocol-streaming-subscription-request-payload.json -rw-r--r--. 1 jenkins 1001020000 703 Feb 27 19:56 protocol-streaming-subscription-subscribe-for-persisted-events-payload.json -rw-r--r--. 1 jenkins 1001020000 5180 Feb 27 19:56 thing_v2.json ./3.4/openapi: total 472 drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 452336 Feb 27 19:56 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 703 Feb 27 19:56 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 sources ./3.4/openapi/sources: total 68 drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16484 Feb 27 19:56 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Feb 27 19:56 package.json -rw-r--r--. 1 jenkins 1001020000 31379 Feb 27 19:56 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 parameters drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 requests drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 responses drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 schemas drwxr-sr-x. 2 jenkins 1001020000 115 Feb 27 19:56 security ./3.4/openapi/sources/parameters: total 192 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Feb 27 19:56 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Feb 27 19:56 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Feb 27 19:56 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 955 Feb 27 19:56 channelParamPutDescription.yml -rw-r--r--. 1 jenkins 1001020000 842 Feb 27 19:56 channelParam.yml -rw-r--r--. 1 jenkins 1001020000 1412 Feb 27 19:56 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 1408 Feb 27 19:56 connectionFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 connectionIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 646 Feb 27 19:56 deleteMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Feb 27 19:56 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Feb 27 19:56 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Feb 27 19:56 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Feb 27 19:56 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 644 Feb 27 19:56 getMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 1216 Feb 27 19:56 ifEqualHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Feb 27 19:56 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Feb 27 19:56 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Feb 27 19:56 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 764 Feb 27 19:56 importedPolicyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 507 Feb 27 19:56 instanceIndexParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Feb 27 19:56 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 837 Feb 27 19:56 liveChannelConditionParam.yml -rw-r--r--. 1 jenkins 1001020000 648 Feb 27 19:56 liveChannelTimeoutStrategyParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Feb 27 19:56 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 512 Feb 27 19:56 loggingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Feb 27 19:56 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Feb 27 19:56 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 508 Feb 27 19:56 moduleNamePathParam.yml -rw-r--r--. 1 jenkins 1001020000 525 Feb 27 19:56 namePodParam.yml -rw-r--r--. 1 jenkins 1001020000 580 Feb 27 19:56 namespaceParameter.yml -rw-r--r--. 1 jenkins 1001020000 716 Feb 27 19:56 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 599 Feb 27 19:56 pathParam.yml -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 19:56 policyFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 747 Feb 27 19:56 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Feb 27 19:56 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 19:56 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Feb 27 19:56 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Feb 27 19:56 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Feb 27 19:56 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Feb 27 19:56 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2342 Feb 27 19:56 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 19:56 serviceNameParam.yml -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Feb 27 19:56 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Feb 27 19:56 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Feb 27 19:56 timeoutParam.yml ./3.4/openapi/sources/paths: total 4 drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 43 Feb 27 19:56 config drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 connections drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 47 Feb 27 19:56 logging drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 messages drwxr-sr-x. 2 jenkins 1001020000 75 Feb 27 19:56 piggyback drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 whoami ./3.4/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Feb 27 19:56 cloudevents.yml ./3.4/openapi/sources/paths/config: total 8 drwxr-sr-x. 2 jenkins 1001020000 43 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1225 Feb 27 19:56 config.yml -rw-r--r--. 1 jenkins 1001020000 3513 Feb 27 19:56 podName.yml ./3.4/openapi/sources/paths/connections: total 32 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2207 Feb 27 19:56 command.yml -rw-r--r--. 1 jenkins 1001020000 5884 Feb 27 19:56 connectionId.yml -rw-r--r--. 1 jenkins 1001020000 5671 Feb 27 19:56 connections.yml -rw-r--r--. 1 jenkins 1001020000 2125 Feb 27 19:56 logs.yml -rw-r--r--. 1 jenkins 1001020000 1845 Feb 27 19:56 metrics.yml -rw-r--r--. 1 jenkins 1001020000 1841 Feb 27 19:56 status.yml ./3.4/openapi/sources/paths/features: total 112 drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13067 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 13815 Feb 27 19:56 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 13199 Feb 27 19:56 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 14558 Feb 27 19:56 feature.yml -rw-r--r--. 1 jenkins 1001020000 15779 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 13588 Feb 27 19:56 properties.yml -rw-r--r--. 1 jenkins 1001020000 12953 Feb 27 19:56 property.yml ./3.4/openapi/sources/paths/logging: total 8 drwxr-sr-x. 2 jenkins 1001020000 47 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1930 Feb 27 19:56 logging.yml -rw-r--r--. 1 jenkins 1001020000 2077 Feb 27 19:56 moduleName.yml ./3.4/openapi/sources/paths/messages: total 32 drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4118 Feb 27 19:56 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3999 Feb 27 19:56 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Feb 27 19:56 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4535 Feb 27 19:56 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3860 Feb 27 19:56 outbox-message.yml ./3.4/openapi/sources/paths/piggyback: total 12 drwxr-sr-x. 2 jenkins 1001020000 75 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2243 Feb 27 19:56 instanceIndex.yml -rw-r--r--. 1 jenkins 1001020000 3793 Feb 27 19:56 piggyback.yml -rw-r--r--. 1 jenkins 1001020000 2617 Feb 27 19:56 serviceName.yml ./3.4/openapi/sources/paths/policies: total 112 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Feb 27 19:56 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Feb 27 19:56 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Feb 27 19:56 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Feb 27 19:56 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6179 Feb 27 19:56 entries.yml -rw-r--r--. 1 jenkins 1001020000 10015 Feb 27 19:56 entry.yml -rw-r--r--. 1 jenkins 1001020000 6115 Feb 27 19:56 imports.yml -rw-r--r--. 1 jenkins 1001020000 9700 Feb 27 19:56 import.yml -rw-r--r--. 1 jenkins 1001020000 11669 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 6212 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 8530 Feb 27 19:56 resource.yml -rw-r--r--. 1 jenkins 1001020000 5812 Feb 27 19:56 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8595 Feb 27 19:56 subject.yml ./3.4/openapi/sources/paths/search: total 16 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4474 Feb 27 19:56 things-count.yml -rw-r--r--. 1 jenkins 1001020000 7201 Feb 27 19:56 things.yml ./3.4/openapi/sources/paths/things: total 92 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12643 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 12627 Feb 27 19:56 attribute.yml -rw-r--r--. 1 jenkins 1001020000 12517 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 6898 Feb 27 19:56 index.yml -rw-r--r--. 1 jenkins 1001020000 8959 Feb 27 19:56 policyId.yml -rw-r--r--. 1 jenkins 1001020000 20949 Feb 27 19:56 thing.yml ./3.4/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Feb 27 19:56 index.yml ./3.4/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 808 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Feb 27 19:56 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Feb 27 19:56 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 19:56 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 value.yml ./3.4/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 actions ./3.4/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 875 Feb 27 19:56 activateTokenIntegration.yml ./3.4/openapi/sources/responses: total 32 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Feb 27 19:56 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 19:56 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 574 Feb 27 19:56 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 19:56 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 preconditionFailed.yml -rw-r--r--. 1 jenkins 1001020000 559 Feb 27 19:56 successUpdateLogLevelSinglePod.yml -rw-r--r--. 1 jenkins 1001020000 596 Feb 27 19:56 successUpdateLogLevel.yml ./3.4/openapi/sources/schemas: total 20 drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 acknowledgements drwxr-sr-x. 2 jenkins 1001020000 175 Feb 27 19:56 config drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 connections drwxr-sr-x. 2 jenkins 1001020000 80 Feb 27 19:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 logging drwxr-sr-x. 2 jenkins 1001020000 97 Feb 27 19:56 piggyback drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 160 Feb 27 19:56 properties drwxr-sr-x. 2 jenkins 1001020000 64 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 whoami -rw-r--r--. 1 jenkins 1001020000 3662 Feb 27 19:56 wot-thingDescription.yml ./3.4/openapi/sources/schemas/acknowledgements: total 12 drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 595 Feb 27 19:56 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Feb 27 19:56 acknowledgement.yml ./3.4/openapi/sources/schemas/config: total 28 drwxr-sr-x. 2 jenkins 1001020000 175 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 486 Feb 27 19:56 moduleConfigService.yml -rw-r--r--. 1 jenkins 1001020000 474 Feb 27 19:56 moduleConfig.yml -rw-r--r--. 1 jenkins 1001020000 1159 Feb 27 19:56 resultConfigService.yml -rw-r--r--. 1 jenkins 1001020000 1025 Feb 27 19:56 resultConfig.yml -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 19:56 retrieveConfigService.yml -rw-r--r--. 1 jenkins 1001020000 457 Feb 27 19:56 retrieveConfig.yml ./3.4/openapi/sources/schemas/connections: total 120 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1130 Feb 27 19:56 connectionLogs.yml -rw-r--r--. 1 jenkins 1001020000 914 Feb 27 19:56 connectionMetrics.yml -rw-r--r--. 1 jenkins 1001020000 1590 Feb 27 19:56 connectionStatus.yml -rw-r--r--. 1 jenkins 1001020000 526 Feb 27 19:56 connectionType.yml -rw-r--r--. 1 jenkins 1001020000 563 Feb 27 19:56 connection.yml -rw-r--r--. 1 jenkins 1001020000 522 Feb 27 19:56 connectivityStatus.yml -rw-r--r--. 1 jenkins 1001020000 1075 Feb 27 19:56 inboundMetrics.yml -rw-r--r--. 1 jenkins 1001020000 526 Feb 27 19:56 logCategory.yml -rw-r--r--. 1 jenkins 1001020000 1297 Feb 27 19:56 logEntry.yml -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 logLevel.yml -rw-r--r--. 1 jenkins 1001020000 610 Feb 27 19:56 logType.yml -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 19:56 mappingContext.yml -rw-r--r--. 1 jenkins 1001020000 1547 Feb 27 19:56 newConnection.yml -rw-r--r--. 1 jenkins 1001020000 1313 Feb 27 19:56 outboundMetrics.yml -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 19:56 overallConnectionMetrics.yml -rw-r--r--. 1 jenkins 1001020000 624 Feb 27 19:56 payloadMappingDefinitions.yml -rw-r--r--. 1 jenkins 1001020000 3310 Feb 27 19:56 payloadMappingDefinition.yml -rw-r--r--. 1 jenkins 1001020000 1125 Feb 27 19:56 resourceStatus.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 19:56 singleMetric.yml -rw-r--r--. 1 jenkins 1001020000 670 Feb 27 19:56 sourceMetrics.yml -rw-r--r--. 1 jenkins 1001020000 556 Feb 27 19:56 sources.yml -rw-r--r--. 1 jenkins 1001020000 6935 Feb 27 19:56 source.yml -rw-r--r--. 1 jenkins 1001020000 2908 Feb 27 19:56 sshTunnel.yml -rw-r--r--. 1 jenkins 1001020000 675 Feb 27 19:56 targetMetrics.yml -rw-r--r--. 1 jenkins 1001020000 546 Feb 27 19:56 targets.yml -rw-r--r--. 1 jenkins 1001020000 3329 Feb 27 19:56 target.yml -rw-r--r--. 1 jenkins 1001020000 784 Feb 27 19:56 typedMetric.yml ./3.4/openapi/sources/schemas/errors: total 16 drwxr-sr-x. 2 jenkins 1001020000 80 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Feb 27 19:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Feb 27 19:56 error.yml -rw-r--r--. 1 jenkins 1001020000 453 Feb 27 19:56 textUnauthorizeError.yml ./3.4/openapi/sources/schemas/features: total 24 drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Feb 27 19:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Feb 27 19:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 feature.yml ./3.4/openapi/sources/schemas/logging: total 36 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 19:56 loggingUpdateFields.yml -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 19:56 moduleUpdatedLogLevel.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 module.yml -rw-r--r--. 1 jenkins 1001020000 890 Feb 27 19:56 resultLoggingConfig.yml -rw-r--r--. 1 jenkins 1001020000 682 Feb 27 19:56 resultUpdateRequest.yml -rw-r--r--. 1 jenkins 1001020000 438 Feb 27 19:56 retrieveLoggingConfig.yml -rw-r--r--. 1 jenkins 1001020000 860 Feb 27 19:56 updatedLogLevel.yml ./3.4/openapi/sources/schemas/piggyback: total 12 drwxr-sr-x. 2 jenkins 1001020000 97 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 701 Feb 27 19:56 basePiggybackCommandRequestSchema.yml -rw-r--r--. 1 jenkins 1001020000 701 Feb 27 19:56 piggybackManagingBackgroundCleanup.yml ./3.4/openapi/sources/schemas/policies: total 60 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1027 Feb 27 19:56 importable.yml -rw-r--r--. 1 jenkins 1001020000 527 Feb 27 19:56 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Feb 27 19:56 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Feb 27 19:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 637 Feb 27 19:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 791 Feb 27 19:56 policyImports.yml -rw-r--r--. 1 jenkins 1001020000 981 Feb 27 19:56 policyImport.yml -rw-r--r--. 1 jenkins 1001020000 669 Feb 27 19:56 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Feb 27 19:56 resources.yml -rw-r--r--. 1 jenkins 1001020000 2019 Feb 27 19:56 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Feb 27 19:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Feb 27 19:56 subjects.yml ./3.4/openapi/sources/schemas/properties: total 24 drwxr-sr-x. 2 jenkins 1001020000 160 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 694 Feb 27 19:56 namespacesProperty.yml -rw-r--r--. 1 jenkins 1001020000 1806 Feb 27 19:56 optionProperty.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 19:56 searchConditionProperty.yml -rw-r--r--. 1 jenkins 1001020000 2426 Feb 27 19:56 searchFilterProperty.yml -rw-r--r--. 1 jenkins 1001020000 3080 Feb 27 19:56 thingFieldsProperty.yml ./3.4/openapi/sources/schemas/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 64 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Feb 27 19:56 searchResultThings.yml -rw-r--r--. 1 jenkins 1001020000 742 Feb 27 19:56 searchThingsForm.yml ./3.4/openapi/sources/schemas/things: total 24 drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Feb 27 19:56 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Feb 27 19:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Feb 27 19:56 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Feb 27 19:56 thing.yml ./3.4/openapi/sources/schemas/whoami: total 12 drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Feb 27 19:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Feb 27 19:56 whoami.yml ./3.4/openapi/sources/security: total 20 drwxr-sr-x. 2 jenkins 1001020000 115 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Feb 27 19:56 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 488 Feb 27 19:56 devOpsBasic.yml -rw-r--r--. 1 jenkins 1001020000 554 Feb 27 19:56 devOpsBearer.yml -rw-r--r--. 1 jenkins 1001020000 710 Feb 27 19:56 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Feb 27 19:56 nginxBasic.yml ./3.4/slides: total 36 drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_10_25-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2022_10_24_eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2022_10_ditto-and-wot drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2023_01_ditto-in-30-min drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./3.4/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29040 Feb 27 19:56 index.html ./3.4/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34156 Feb 27 19:56 index.html ./3.4/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14249 Feb 27 19:56 index.html ./3.4/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15023 Feb 27 19:56 index.html ./3.4/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31939 Feb 27 19:56 index.html ./3.4/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15007 Feb 27 19:56 index.html ./3.4/slides/2020_10_19-eclipse-iot-wg-community-day: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16399 Feb 27 19:56 index.html ./3.4/slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 30836 Feb 27 19:56 index.html ./3.4/slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16519 Feb 27 19:56 index.html ./3.4/slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21875 Feb 27 19:56 index.html ./3.4/slides/2021_10_25-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14949 Feb 27 19:56 index.html ./3.4/slides/2022_10_24_eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13923 Feb 27 19:56 index.html ./3.4/slides/2022_10_ditto-and-wot: total 32 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 25651 Feb 27 19:56 index.html ./3.4/slides/2023_01_ditto-in-30-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 23383 Feb 27 19:56 index.html ./3.4/slides/bg-images: total 1344 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 19:56 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 19:56 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 19:56 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 19:56 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 19:56 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 19:56 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 19:56 background-twin-small.jpg -rw-r--r--. 1 jenkins 1001020000 478262 Feb 27 19:56 juan-davila-P8PlK2nGwqA-unsplash.jpg ./3.4/slides/images: total 808 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 19:56 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 19:56 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 19:56 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 19:56 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 19:56 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 19:56 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 19:56 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 267438 Feb 27 19:56 ditto-ui-screenshot.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 19:56 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 19:56 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 19:56 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 19:56 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 19:56 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 19:56 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 19:56 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Feb 27 19:56 wot.png ./3.4/wot: total 40 drwxr-sr-x. 2 jenkins 1001020000 118 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3764 Feb 27 19:56 ditto-extension.html -rw-r--r--. 1 jenkins 1001020000 1503 Feb 27 19:56 ditto-extension.jsonld -rw-r--r--. 1 jenkins 1001020000 2000 Feb 27 19:56 ditto-extension.rdf -rw-r--r--. 1 jenkins 1001020000 1513 Feb 27 19:56 ditto-extension.ttl ./3.5: total 22620 drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:57 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 13321 Feb 27 19:56 2017-11-10-welcome-to-ditto.html -rw-r--r--. 1 jenkins 1001020000 13339 Feb 27 19:56 2017-12-18-milestone-announcement-010-M1.html -rw-r--r--. 1 jenkins 1001020000 14402 Feb 27 19:56 2018-01-12-milestone-announcement-010-M3.html -rw-r--r--. 1 jenkins 1001020000 13880 Feb 27 19:56 2018-01-15-example-demonstrating-rest-to-websocket.html -rw-r--r--. 1 jenkins 1001020000 14339 Feb 27 19:56 2018-02-07-milestone-announcement-020-M1.html -rw-r--r--. 1 jenkins 1001020000 17566 Feb 27 19:56 2018-02-08-feature-definition.html -rw-r--r--. 1 jenkins 1001020000 17380 Feb 27 19:56 2018-04-25-connectivity-service.html -rw-r--r--. 1 jenkins 1001020000 14037 Feb 27 19:56 2018-04-26-milestone-announcement-030-M1.html -rw-r--r--. 1 jenkins 1001020000 91219 Feb 27 19:56 2018-05-02-connecting-ditto-hono.html -rw-r--r--. 1 jenkins 1001020000 13863 Feb 27 19:56 2018-06-15-milestone-announcement-030-M2.html -rw-r--r--. 1 jenkins 1001020000 14061 Feb 27 19:56 2018-08-14-milestone-announcement-080-M1.html -rw-r--r--. 1 jenkins 1001020000 26657 Feb 27 19:56 2018-09-21-selective-push-notifications.html -rw-r--r--. 1 jenkins 1001020000 14145 Feb 27 19:56 2018-09-27-milestone-announcement-080-M2.html -rw-r--r--. 1 jenkins 1001020000 14994 Feb 27 19:56 2018-10-16-example-mqtt-bidirectional.html -rw-r--r--. 1 jenkins 1001020000 14230 Feb 27 19:56 2018-11-14-milestone-announcement-080-M3.html -rw-r--r--. 1 jenkins 1001020000 13832 Feb 27 19:56 2018-11-28-release-announcement-080.html -rw-r--r--. 1 jenkins 1001020000 29588 Feb 27 19:56 2018-12-05-example-command-and-control.html -rw-r--r--. 1 jenkins 1001020000 13399 Feb 27 19:56 2019-03-13-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 13989 Feb 27 19:56 2019-03-28-milestone-announcement-090-M1.html -rw-r--r--. 1 jenkins 1001020000 13919 Feb 27 19:56 2019-04-29-milestone-announcement-090-M2.html -rw-r--r--. 1 jenkins 1001020000 14407 Feb 27 19:56 2019-07-10-release-announcement-090.html -rw-r--r--. 1 jenkins 1001020000 17505 Feb 27 19:56 2019-08-28-openid-connect.html -rw-r--r--. 1 jenkins 1001020000 13952 Feb 27 19:56 2019-09-17-milestone-announcement-100-M1a.html -rw-r--r--. 1 jenkins 1001020000 15236 Feb 27 19:56 2019-10-17-http-connectivity.html -rw-r--r--. 1 jenkins 1001020000 14067 Feb 27 19:56 2019-11-04-milestone-announcement-100-M2.html -rw-r--r--. 1 jenkins 1001020000 16571 Feb 27 19:56 2019-12-12-release-announcement-100.html -rw-r--r--. 1 jenkins 1001020000 53461 Feb 27 19:56 2020-04-16-connecting-to-ttn-via-mqtt.html -rw-r--r--. 1 jenkins 1001020000 15798 Feb 27 19:56 2020-04-29-release-announcement-110.html -rw-r--r--. 1 jenkins 1001020000 14607 Feb 27 19:56 2020-08-31-release-announcement-120.html -rw-r--r--. 1 jenkins 1001020000 14440 Feb 27 19:56 2020-09-30-release-announcement-130.html -rw-r--r--. 1 jenkins 1001020000 17804 Feb 27 19:56 2020-10-08-asynchronous-client-creation.html -rw-r--r--. 1 jenkins 1001020000 37435 Feb 27 19:56 2020-10-23-end-2-end-acknowledgment.html -rw-r--r--. 1 jenkins 1001020000 14231 Feb 27 19:56 2020-10-28-release-announcement-140.html -rw-r--r--. 1 jenkins 1001020000 24477 Feb 27 19:56 2020-11-11-desired-properties.html -rw-r--r--. 1 jenkins 1001020000 18372 Feb 27 19:56 2020-11-16-weak-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 14507 Feb 27 19:56 2020-12-10-release-announcement-150.html -rw-r--r--. 1 jenkins 1001020000 29373 Feb 27 19:56 2021-01-22-policy-subject-activate-token-integration.html -rw-r--r--. 1 jenkins 1001020000 45158 Feb 27 19:56 2021-02-04-merge-feature.html -rw-r--r--. 1 jenkins 1001020000 30540 Feb 27 19:56 2021-03-22-azure-iot-hub-integration.html -rw-r--r--. 1 jenkins 1001020000 23300 Feb 27 19:56 2021-03-31-ssh-tunneling-for-managed-connections.html -rw-r--r--. 1 jenkins 1001020000 16841 Feb 27 19:56 2021-05-06-release-announcement-200.html -rw-r--r--. 1 jenkins 1001020000 52116 Feb 27 19:56 2021-06-17-hmac-credentials.html -rw-r--r--. 1 jenkins 1001020000 34342 Feb 27 19:56 2021-09-23-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 16671 Feb 27 19:56 2021-09-27-release-announcement-210.html -rw-r--r--. 1 jenkins 1001020000 18172 Feb 27 19:56 2021-09-29-kafka-connectivity.html -rw-r--r--. 1 jenkins 1001020000 29324 Feb 27 19:56 2021-11-03-oauth2.html -rw-r--r--. 1 jenkins 1001020000 15793 Feb 27 19:56 2021-11-22-release-announcement-220.html -rw-r--r--. 1 jenkins 1001020000 26832 Feb 27 19:56 2021-12-20-http-live-channel.html -rw-r--r--. 1 jenkins 1001020000 24754 Feb 27 19:56 2021-12-22-live-channel-condition.html -rw-r--r--. 1 jenkins 1001020000 17342 Feb 27 19:56 2022-01-21-release-announcement-230.html -rw-r--r--. 1 jenkins 1001020000 32859 Feb 27 19:56 2022-03-03-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 16512 Feb 27 19:56 2022-04-14-release-announcement-240.html -rw-r--r--. 1 jenkins 1001020000 17490 Feb 27 19:56 2022-07-12-reactive-mqtt.html -rw-r--r--. 1 jenkins 1001020000 17655 Feb 27 19:56 2022-09-28-release-announcement-300.html -rw-r--r--. 1 jenkins 1001020000 27424 Feb 27 19:56 2022-11-04-live-message-conditions.html -rw-r--r--. 1 jenkins 1001020000 15728 Feb 27 19:56 2022-12-16-release-announcement-310.html -rw-r--r--. 1 jenkins 1001020000 16091 Feb 27 19:56 2023-03-08-release-announcement-320.html -rw-r--r--. 1 jenkins 1001020000 16281 Feb 27 19:56 2023-06-23-release-announcement-330.html -rw-r--r--. 1 jenkins 1001020000 54414 Feb 27 19:56 2023-10-09-ditto-benchmark.html -rw-r--r--. 1 jenkins 1001020000 17393 Feb 27 19:56 2023-10-17-release-announcement-340.html -rw-r--r--. 1 jenkins 1001020000 17569 Feb 27 19:56 2024-01-26-release-announcement-350.html -rw-r--r--. 1 jenkins 1001020000 67904 Feb 27 19:56 404.html -rw-r--r--. 1 jenkins 1001020000 78294 Feb 27 19:56 advanced-data-by-pass.html -rw-r--r--. 1 jenkins 1001020000 71297 Feb 27 19:56 architecture-overview.html -rw-r--r--. 1 jenkins 1001020000 71306 Feb 27 19:56 architecture-services-connectivity.html -rw-r--r--. 1 jenkins 1001020000 69735 Feb 27 19:56 architecture-services-gateway.html -rw-r--r--. 1 jenkins 1001020000 69669 Feb 27 19:56 architecture-services-policies.html -rw-r--r--. 1 jenkins 1001020000 69772 Feb 27 19:56 architecture-services-things.html -rw-r--r--. 1 jenkins 1001020000 70462 Feb 27 19:56 architecture-services-things-search.html -rw-r--r--. 1 jenkins 1001020000 109842 Feb 27 19:56 basic-acknowledgements.html -rw-r--r--. 1 jenkins 1001020000 71602 Feb 27 19:56 basic-apis.html -rw-r--r--. 1 jenkins 1001020000 73072 Feb 27 19:56 basic-auth.html -rw-r--r--. 1 jenkins 1001020000 73963 Feb 27 19:56 basic-changenotifications.html -rw-r--r--. 1 jenkins 1001020000 81359 Feb 27 19:56 basic-conditional-requests.html -rw-r--r--. 1 jenkins 1001020000 111389 Feb 27 19:56 basic-connections.html -rw-r--r--. 1 jenkins 1001020000 78864 Feb 27 19:56 basic-enrichment.html -rw-r--r--. 1 jenkins 1001020000 73335 Feb 27 19:56 basic-errors.html -rw-r--r--. 1 jenkins 1001020000 85137 Feb 27 19:56 basic-feature.html -rw-r--r--. 1 jenkins 1001020000 92494 Feb 27 19:56 basic-history.html -rw-r--r--. 1 jenkins 1001020000 78830 Feb 27 19:56 basic-messages.html -rw-r--r--. 1 jenkins 1001020000 117311 Feb 27 19:56 basic-metadata.html -rw-r--r--. 1 jenkins 1001020000 72041 Feb 27 19:56 basic-namespaces-and-names.html -rw-r--r--. 1 jenkins 1001020000 72435 Feb 27 19:56 basic-overview.html -rw-r--r--. 1 jenkins 1001020000 104224 Feb 27 19:56 basic-placeholders.html -rw-r--r--. 1 jenkins 1001020000 114430 Feb 27 19:56 basic-policy.html -rw-r--r--. 1 jenkins 1001020000 85239 Feb 27 19:56 basic-rql.html -rw-r--r--. 1 jenkins 1001020000 80558 Feb 27 19:56 basic-search.html -rw-r--r--. 1 jenkins 1001020000 68721 Feb 27 19:56 basic-signals-announcement.html -rw-r--r--. 1 jenkins 1001020000 70031 Feb 27 19:56 basic-signals-command.html -rw-r--r--. 1 jenkins 1001020000 68426 Feb 27 19:56 basic-signals-commandresponse.html -rw-r--r--. 1 jenkins 1001020000 68886 Feb 27 19:56 basic-signals-errorresponse.html -rw-r--r--. 1 jenkins 1001020000 68839 Feb 27 19:56 basic-signals-event.html -rw-r--r--. 1 jenkins 1001020000 71511 Feb 27 19:56 basic-signals.html -rw-r--r--. 1 jenkins 1001020000 75528 Feb 27 19:56 basic-thing.html -rw-r--r--. 1 jenkins 1001020000 189653 Feb 27 19:56 basic-wot-integration-example.html -rw-r--r--. 1 jenkins 1001020000 109570 Feb 27 19:56 basic-wot-integration.html -rw-r--r--. 1 jenkins 1001020000 24444 Feb 27 19:56 blog_archive.html -rw-r--r--. 1 jenkins 1001020000 22398 Feb 27 19:56 blog.html -rw-r--r--. 1 jenkins 1001020000 103017 Feb 27 19:56 client-sdk-java.html -rw-r--r--. 1 jenkins 1001020000 71251 Feb 27 19:56 client-sdk-javascript.html -rw-r--r--. 1 jenkins 1001020000 68280 Feb 27 19:56 client-sdk-overview.html -rw-r--r--. 1 jenkins 1001020000 69456 Feb 27 19:56 connectivity-header-mapping.html -rw-r--r--. 1 jenkins 1001020000 137441 Feb 27 19:56 connectivity-hmac-signing.html -rw-r--r--. 1 jenkins 1001020000 87091 Feb 27 19:56 connectivity-manage-connections.html -rw-r--r--. 1 jenkins 1001020000 100792 Feb 27 19:56 connectivity-manage-connections-piggyback.html -rw-r--r--. 1 jenkins 1001020000 189056 Feb 27 19:56 connectivity-mapping.html -rw-r--r--. 1 jenkins 1001020000 69384 Feb 27 19:56 connectivity-overview.html -rw-r--r--. 1 jenkins 1001020000 80391 Feb 27 19:56 connectivity-protocol-bindings-amqp091.html -rw-r--r--. 1 jenkins 1001020000 85909 Feb 27 19:56 connectivity-protocol-bindings-amqp10.html -rw-r--r--. 1 jenkins 1001020000 91136 Feb 27 19:56 connectivity-protocol-bindings-hono.html -rw-r--r--. 1 jenkins 1001020000 92617 Feb 27 19:56 connectivity-protocol-bindings-http.html -rw-r--r--. 1 jenkins 1001020000 94017 Feb 27 19:56 connectivity-protocol-bindings-kafka2.html -rw-r--r--. 1 jenkins 1001020000 101547 Feb 27 19:56 connectivity-protocol-bindings-mqtt5.html -rw-r--r--. 1 jenkins 1001020000 100088 Feb 27 19:56 connectivity-protocol-bindings-mqtt.html -rw-r--r--. 1 jenkins 1001020000 76572 Feb 27 19:56 connectivity-ssh-tunneling.html -rw-r--r--. 1 jenkins 1001020000 76881 Feb 27 19:56 connectivity-tls-certificates.html drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 css drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 docson -rw-r--r--. 1 jenkins 1001020000 68933 Feb 27 19:56 feedback.html drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 files -rw-r--r--. 1 jenkins 1001020000 69925 Feb 27 19:56 glossary.html -rw-r--r--. 1 jenkins 1001020000 54 Feb 27 15:41 google459c4cca88b3ce46.html -rw-r--r--. 1 jenkins 1001020000 131423 Feb 27 19:56 httpapi-concepts.html -rw-r--r--. 1 jenkins 1001020000 11716 Feb 27 19:56 http-api-doc.html -rw-r--r--. 1 jenkins 1001020000 74908 Feb 27 19:56 httpapi-messages.html -rw-r--r--. 1 jenkins 1001020000 71041 Feb 27 19:56 httpapi-overview.html -rw-r--r--. 1 jenkins 1001020000 73551 Feb 27 19:56 httpapi-protocol-bindings-cloudevents.html -rw-r--r--. 1 jenkins 1001020000 86376 Feb 27 19:56 httpapi-protocol-bindings-websocket.html -rw-r--r--. 1 jenkins 1001020000 75098 Feb 27 19:56 httpapi-search.html -rw-r--r--. 1 jenkins 1001020000 94184 Feb 27 19:56 httpapi-sse.html drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 images -rw-r--r--. 1 jenkins 1001020000 16417 Feb 27 19:56 index.html -rw-r--r--. 1 jenkins 1001020000 68629 Feb 27 19:56 installation-building.html -rw-r--r--. 1 jenkins 1001020000 77593 Feb 27 19:56 installation-extending.html -rw-r--r--. 1 jenkins 1001020000 180346 Feb 27 19:56 installation-operating.html -rw-r--r--. 1 jenkins 1001020000 75584 Feb 27 19:56 installation-running.html -rw-r--r--. 1 jenkins 1001020000 70166 Feb 27 19:56 intro-digitaltwins.html -rw-r--r--. 1 jenkins 1001020000 85566 Feb 27 19:56 intro-hello-world.html -rw-r--r--. 1 jenkins 1001020000 71765 Feb 27 19:56 intro-overview.html drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 js drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 jsonschema drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 openapi -rw-r--r--. 1 jenkins 1001020000 72677 Feb 27 19:56 presentations.html -rw-r--r--. 1 jenkins 1001020000 69702 Feb 27 19:56 protocol-bindings.html -rw-r--r--. 1 jenkins 1001020000 69246 Feb 27 19:56 protocol-examples-connections-announcement-closed.html -rw-r--r--. 1 jenkins 1001020000 69246 Feb 27 19:56 protocol-examples-connections-announcement-opened.html -rw-r--r--. 1 jenkins 1001020000 72166 Feb 27 19:56 protocol-examples-createattribute.html -rw-r--r--. 1 jenkins 1001020000 72660 Feb 27 19:56 protocol-examples-createattributes.html -rw-r--r--. 1 jenkins 1001020000 71840 Feb 27 19:56 protocol-examples-createdefinition.html -rw-r--r--. 1 jenkins 1001020000 72924 Feb 27 19:56 protocol-examples-createdesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 71652 Feb 27 19:56 protocol-examples-createdesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 74862 Feb 27 19:56 protocol-examples-createfeature.html -rw-r--r--. 1 jenkins 1001020000 75234 Feb 27 19:56 protocol-examples-createfeatures.html -rw-r--r--. 1 jenkins 1001020000 72840 Feb 27 19:56 protocol-examples-createproperties.html -rw-r--r--. 1 jenkins 1001020000 71552 Feb 27 19:56 protocol-examples-createproperty.html -rw-r--r--. 1 jenkins 1001020000 71717 Feb 27 19:56 protocol-examples-createthingdefinition.html -rw-r--r--. 1 jenkins 1001020000 84865 Feb 27 19:56 protocol-examples-creatething.html -rw-r--r--. 1 jenkins 1001020000 71163 Feb 27 19:56 protocol-examples-deleteattribute.html -rw-r--r--. 1 jenkins 1001020000 71120 Feb 27 19:56 protocol-examples-deleteattributes.html -rw-r--r--. 1 jenkins 1001020000 71275 Feb 27 19:56 protocol-examples-deletedefinition.html -rw-r--r--. 1 jenkins 1001020000 71363 Feb 27 19:56 protocol-examples-deletedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 71342 Feb 27 19:56 protocol-examples-deletedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 71150 Feb 27 19:56 protocol-examples-deletefeature.html -rw-r--r--. 1 jenkins 1001020000 71092 Feb 27 19:56 protocol-examples-deletefeatures.html -rw-r--r--. 1 jenkins 1001020000 71263 Feb 27 19:56 protocol-examples-deleteproperties.html -rw-r--r--. 1 jenkins 1001020000 71242 Feb 27 19:56 protocol-examples-deleteproperty.html -rw-r--r--. 1 jenkins 1001020000 71144 Feb 27 19:56 protocol-examples-deletethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 71041 Feb 27 19:56 protocol-examples-deletething.html -rw-r--r--. 1 jenkins 1001020000 130785 Feb 27 19:56 protocol-examples-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 77574 Feb 27 19:56 protocol-examples.html -rw-r--r--. 1 jenkins 1001020000 74105 Feb 27 19:56 protocol-examples-mergeattribute.html -rw-r--r--. 1 jenkins 1001020000 74371 Feb 27 19:56 protocol-examples-mergeattributes.html -rw-r--r--. 1 jenkins 1001020000 74970 Feb 27 19:56 protocol-examples-mergedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 73728 Feb 27 19:56 protocol-examples-mergedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 73842 Feb 27 19:56 protocol-examples-mergefeaturedefinition.html -rw-r--r--. 1 jenkins 1001020000 75661 Feb 27 19:56 protocol-examples-mergefeature.html -rw-r--r--. 1 jenkins 1001020000 75905 Feb 27 19:56 protocol-examples-mergefeatures.html -rw-r--r--. 1 jenkins 1001020000 71959 Feb 27 19:56 protocol-examples-mergepolicyid.html -rw-r--r--. 1 jenkins 1001020000 74847 Feb 27 19:56 protocol-examples-mergeproperties.html -rw-r--r--. 1 jenkins 1001020000 73605 Feb 27 19:56 protocol-examples-mergeproperty.html -rw-r--r--. 1 jenkins 1001020000 73369 Feb 27 19:56 protocol-examples-mergethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 77193 Feb 27 19:56 protocol-examples-mergething.html -rw-r--r--. 1 jenkins 1001020000 72169 Feb 27 19:56 protocol-examples-modifyattribute.html -rw-r--r--. 1 jenkins 1001020000 72663 Feb 27 19:56 protocol-examples-modifyattributes.html -rw-r--r--. 1 jenkins 1001020000 71843 Feb 27 19:56 protocol-examples-modifydefinition.html -rw-r--r--. 1 jenkins 1001020000 72927 Feb 27 19:56 protocol-examples-modifydesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 71655 Feb 27 19:56 protocol-examples-modifydesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 74865 Feb 27 19:56 protocol-examples-modifyfeature.html -rw-r--r--. 1 jenkins 1001020000 75237 Feb 27 19:56 protocol-examples-modifyfeatures.html -rw-r--r--. 1 jenkins 1001020000 74243 Feb 27 19:56 protocol-examples-modifypolicyid.html -rw-r--r--. 1 jenkins 1001020000 72843 Feb 27 19:56 protocol-examples-modifyproperties.html -rw-r--r--. 1 jenkins 1001020000 71555 Feb 27 19:56 protocol-examples-modifyproperty.html -rw-r--r--. 1 jenkins 1001020000 71529 Feb 27 19:56 protocol-examples-modifythingdefinition.html -rw-r--r--. 1 jenkins 1001020000 82585 Feb 27 19:56 protocol-examples-modifything.html -rw-r--r--. 1 jenkins 1001020000 69679 Feb 27 19:56 protocol-examples-policies-announcement-subjectDeletion.html -rw-r--r--. 1 jenkins 1001020000 71985 Feb 27 19:56 protocol-examples-policies-createpolicyentry.html -rw-r--r--. 1 jenkins 1001020000 74414 Feb 27 19:56 protocol-examples-policies-createpolicy.html -rw-r--r--. 1 jenkins 1001020000 70720 Feb 27 19:56 protocol-examples-policies-createresource.html -rw-r--r--. 1 jenkins 1001020000 70397 Feb 27 19:56 protocol-examples-policies-createsubject.html -rw-r--r--. 1 jenkins 1001020000 70048 Feb 27 19:56 protocol-examples-policies-deleteimport.html -rw-r--r--. 1 jenkins 1001020000 70016 Feb 27 19:56 protocol-examples-policies-deletepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 69933 Feb 27 19:56 protocol-examples-policies-deletepolicy.html -rw-r--r--. 1 jenkins 1001020000 70055 Feb 27 19:56 protocol-examples-policies-deleteresource.html -rw-r--r--. 1 jenkins 1001020000 70036 Feb 27 19:56 protocol-examples-policies-deletesubject.html -rw-r--r--. 1 jenkins 1001020000 112785 Feb 27 19:56 protocol-examples-policies-errorresponses.html -rw-r--r--. 1 jenkins 1001020000 70508 Feb 27 19:56 protocol-examples-policies-modifyimport.html -rw-r--r--. 1 jenkins 1001020000 71287 Feb 27 19:56 protocol-examples-policies-modifyimports.html -rw-r--r--. 1 jenkins 1001020000 74522 Feb 27 19:56 protocol-examples-policies-modifypolicyentries.html -rw-r--r--. 1 jenkins 1001020000 71985 Feb 27 19:56 protocol-examples-policies-modifypolicyentry.html -rw-r--r--. 1 jenkins 1001020000 72185 Feb 27 19:56 protocol-examples-policies-modifypolicy.html -rw-r--r--. 1 jenkins 1001020000 70720 Feb 27 19:56 protocol-examples-policies-modifyresource.html -rw-r--r--. 1 jenkins 1001020000 71053 Feb 27 19:56 protocol-examples-policies-modifyresources.html -rw-r--r--. 1 jenkins 1001020000 70397 Feb 27 19:56 protocol-examples-policies-modifysubject.html -rw-r--r--. 1 jenkins 1001020000 70726 Feb 27 19:56 protocol-examples-policies-modifysubjects.html -rw-r--r--. 1 jenkins 1001020000 70473 Feb 27 19:56 protocol-examples-policies-retrieveimport.html -rw-r--r--. 1 jenkins 1001020000 71286 Feb 27 19:56 protocol-examples-policies-retrieveimports.html -rw-r--r--. 1 jenkins 1001020000 73497 Feb 27 19:56 protocol-examples-policies-retrievepolicyentries.html -rw-r--r--. 1 jenkins 1001020000 71644 Feb 27 19:56 protocol-examples-policies-retrievepolicyentry.html -rw-r--r--. 1 jenkins 1001020000 73321 Feb 27 19:56 protocol-examples-policies-retrievepolicy.html -rw-r--r--. 1 jenkins 1001020000 70719 Feb 27 19:56 protocol-examples-policies-retrieveresource.html -rw-r--r--. 1 jenkins 1001020000 70884 Feb 27 19:56 protocol-examples-policies-retrieveresources.html -rw-r--r--. 1 jenkins 1001020000 70396 Feb 27 19:56 protocol-examples-policies-retrievesubject.html -rw-r--r--. 1 jenkins 1001020000 70557 Feb 27 19:56 protocol-examples-policies-retrievesubjects.html -rw-r--r--. 1 jenkins 1001020000 70524 Feb 27 19:56 protocol-examples-retrieveattribute.html -rw-r--r--. 1 jenkins 1001020000 70678 Feb 27 19:56 protocol-examples-retrieveattributes.html -rw-r--r--. 1 jenkins 1001020000 70387 Feb 27 19:56 protocol-examples-retrievedefinition.html -rw-r--r--. 1 jenkins 1001020000 70944 Feb 27 19:56 protocol-examples-retrievedesiredproperties.html -rw-r--r--. 1 jenkins 1001020000 70292 Feb 27 19:56 protocol-examples-retrievedesiredproperty.html -rw-r--r--. 1 jenkins 1001020000 71788 Feb 27 19:56 protocol-examples-retrievefeature.html -rw-r--r--. 1 jenkins 1001020000 71957 Feb 27 19:56 protocol-examples-retrievefeatures.html -rw-r--r--. 1 jenkins 1001020000 70873 Feb 27 19:56 protocol-examples-retrieveproperties.html -rw-r--r--. 1 jenkins 1001020000 70213 Feb 27 19:56 protocol-examples-retrieveproperty.html -rw-r--r--. 1 jenkins 1001020000 70189 Feb 27 19:56 protocol-examples-retrievethingdefinition.html -rw-r--r--. 1 jenkins 1001020000 74359 Feb 27 19:56 protocol-examples-retrievething.html -rw-r--r--. 1 jenkins 1001020000 73960 Feb 27 19:56 protocol-examples-retrievethings.html -rw-r--r--. 1 jenkins 1001020000 80744 Feb 27 19:56 protocol-examples-search.html -rw-r--r--. 1 jenkins 1001020000 69111 Feb 27 19:56 protocol-overview.html -rw-r--r--. 1 jenkins 1001020000 70378 Feb 27 19:56 protocol-specification-acks.html -rw-r--r--. 1 jenkins 1001020000 71093 Feb 27 19:56 protocol-specification-connections-announcement.html -rw-r--r--. 1 jenkins 1001020000 69673 Feb 27 19:56 protocol-specification-connections.html -rw-r--r--. 1 jenkins 1001020000 68976 Feb 27 19:56 protocol-specification-errors.html -rw-r--r--. 1 jenkins 1001020000 80741 Feb 27 19:56 protocol-specification.html -rw-r--r--. 1 jenkins 1001020000 70339 Feb 27 19:56 protocol-specification-policies-announcement.html -rw-r--r--. 1 jenkins 1001020000 90800 Feb 27 19:56 protocol-specification-policies-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 76831 Feb 27 19:56 protocol-specification-policies-delete.html -rw-r--r--. 1 jenkins 1001020000 73000 Feb 27 19:56 protocol-specification-policies.html -rw-r--r--. 1 jenkins 1001020000 85957 Feb 27 19:56 protocol-specification-policies-retrieve.html -rw-r--r--. 1 jenkins 1001020000 83495 Feb 27 19:56 protocol-specification-streaming-subscription.html -rw-r--r--. 1 jenkins 1001020000 120234 Feb 27 19:56 protocol-specification-things-create-or-modify.html -rw-r--r--. 1 jenkins 1001020000 93642 Feb 27 19:56 protocol-specification-things-delete.html -rw-r--r--. 1 jenkins 1001020000 73258 Feb 27 19:56 protocol-specification-things.html -rw-r--r--. 1 jenkins 1001020000 104185 Feb 27 19:56 protocol-specification-things-merge.html -rw-r--r--. 1 jenkins 1001020000 92283 Feb 27 19:56 protocol-specification-things-messages.html -rw-r--r--. 1 jenkins 1001020000 92896 Feb 27 19:56 protocol-specification-things-retrieve.html -rw-r--r--. 1 jenkins 1001020000 83762 Feb 27 19:56 protocol-specification-things-search.html -rw-r--r--. 1 jenkins 1001020000 78798 Feb 27 19:56 protocol-specification-topic.html -rw-r--r--. 1 jenkins 1001020000 70210 Feb 27 19:56 protocol-twinlive.html -rw-r--r--. 1 jenkins 1001020000 68387 Feb 27 19:56 release_notes_010-M1.html -rw-r--r--. 1 jenkins 1001020000 71302 Feb 27 19:56 release_notes_010-M3.html -rw-r--r--. 1 jenkins 1001020000 70783 Feb 27 19:56 release_notes_020-M1.html -rw-r--r--. 1 jenkins 1001020000 71378 Feb 27 19:56 release_notes_030-M1.html -rw-r--r--. 1 jenkins 1001020000 70999 Feb 27 19:56 release_notes_030-M2.html -rw-r--r--. 1 jenkins 1001020000 72619 Feb 27 19:56 release_notes_080.html -rw-r--r--. 1 jenkins 1001020000 72805 Feb 27 19:56 release_notes_080-M1.html -rw-r--r--. 1 jenkins 1001020000 72417 Feb 27 19:56 release_notes_080-M2.html -rw-r--r--. 1 jenkins 1001020000 72327 Feb 27 19:56 release_notes_080-M3.html -rw-r--r--. 1 jenkins 1001020000 74733 Feb 27 19:56 release_notes_090.html -rw-r--r--. 1 jenkins 1001020000 70471 Feb 27 19:56 release_notes_090-M1.html -rw-r--r--. 1 jenkins 1001020000 70794 Feb 27 19:56 release_notes_090-M2.html -rw-r--r--. 1 jenkins 1001020000 72773 Feb 27 19:56 release_notes_100.html -rw-r--r--. 1 jenkins 1001020000 71748 Feb 27 19:56 release_notes_100-M1a.html -rw-r--r--. 1 jenkins 1001020000 73520 Feb 27 19:56 release_notes_100-M2.html -rw-r--r--. 1 jenkins 1001020000 76769 Feb 27 19:56 release_notes_110.html -rw-r--r--. 1 jenkins 1001020000 69206 Feb 27 19:56 release_notes_111.html -rw-r--r--. 1 jenkins 1001020000 70192 Feb 27 19:56 release_notes_112.html -rw-r--r--. 1 jenkins 1001020000 70685 Feb 27 19:56 release_notes_113.html -rw-r--r--. 1 jenkins 1001020000 69339 Feb 27 19:56 release_notes_115.html -rw-r--r--. 1 jenkins 1001020000 75350 Feb 27 19:56 release_notes_120.html -rw-r--r--. 1 jenkins 1001020000 69717 Feb 27 19:56 release_notes_121.html -rw-r--r--. 1 jenkins 1001020000 77185 Feb 27 19:56 release_notes_130.html -rw-r--r--. 1 jenkins 1001020000 73952 Feb 27 19:56 release_notes_140.html -rw-r--r--. 1 jenkins 1001020000 77443 Feb 27 19:56 release_notes_150.html -rw-r--r--. 1 jenkins 1001020000 68665 Feb 27 19:56 release_notes_151.html -rw-r--r--. 1 jenkins 1001020000 107866 Feb 27 19:56 release_notes_200.html -rw-r--r--. 1 jenkins 1001020000 70483 Feb 27 19:56 release_notes_201.html -rw-r--r--. 1 jenkins 1001020000 83550 Feb 27 19:56 release_notes_210.html -rw-r--r--. 1 jenkins 1001020000 71197 Feb 27 19:56 release_notes_211.html -rw-r--r--. 1 jenkins 1001020000 70465 Feb 27 19:56 release_notes_212.html -rw-r--r--. 1 jenkins 1001020000 69024 Feb 27 19:56 release_notes_213.html -rw-r--r--. 1 jenkins 1001020000 74533 Feb 27 19:56 release_notes_220.html -rw-r--r--. 1 jenkins 1001020000 70039 Feb 27 19:56 release_notes_221.html -rw-r--r--. 1 jenkins 1001020000 68809 Feb 27 19:56 release_notes_222.html -rw-r--r--. 1 jenkins 1001020000 75239 Feb 27 19:56 release_notes_230.html -rw-r--r--. 1 jenkins 1001020000 70512 Feb 27 19:56 release_notes_231.html -rw-r--r--. 1 jenkins 1001020000 70102 Feb 27 19:56 release_notes_232.html -rw-r--r--. 1 jenkins 1001020000 80142 Feb 27 19:56 release_notes_240.html -rw-r--r--. 1 jenkins 1001020000 69394 Feb 27 19:56 release_notes_241.html -rw-r--r--. 1 jenkins 1001020000 68953 Feb 27 19:56 release_notes_242.html -rw-r--r--. 1 jenkins 1001020000 100221 Feb 27 19:56 release_notes_300.html -rw-r--r--. 1 jenkins 1001020000 76008 Feb 27 19:56 release_notes_310.html -rw-r--r--. 1 jenkins 1001020000 69805 Feb 27 19:56 release_notes_311.html -rw-r--r--. 1 jenkins 1001020000 69634 Feb 27 19:56 release_notes_312.html -rw-r--r--. 1 jenkins 1001020000 77509 Feb 27 19:56 release_notes_320.html -rw-r--r--. 1 jenkins 1001020000 71020 Feb 27 19:56 release_notes_321.html -rw-r--r--. 1 jenkins 1001020000 78798 Feb 27 19:56 release_notes_330.html -rw-r--r--. 1 jenkins 1001020000 71716 Feb 27 19:56 release_notes_332.html -rw-r--r--. 1 jenkins 1001020000 71235 Feb 27 19:56 release_notes_333.html -rw-r--r--. 1 jenkins 1001020000 70634 Feb 27 19:56 release_notes_334.html -rw-r--r--. 1 jenkins 1001020000 71180 Feb 27 19:56 release_notes_335.html -rw-r--r--. 1 jenkins 1001020000 70542 Feb 27 19:56 release_notes_336.html -rw-r--r--. 1 jenkins 1001020000 71763 Feb 27 19:56 release_notes_337.html -rw-r--r--. 1 jenkins 1001020000 87963 Feb 27 19:56 release_notes_340.html -rw-r--r--. 1 jenkins 1001020000 72563 Feb 27 19:56 release_notes_341.html -rw-r--r--. 1 jenkins 1001020000 71845 Feb 27 19:56 release_notes_342.html -rw-r--r--. 1 jenkins 1001020000 69636 Feb 27 19:56 release_notes_343.html -rw-r--r--. 1 jenkins 1001020000 69828 Feb 27 19:56 release_notes_344.html -rw-r--r--. 1 jenkins 1001020000 83133 Feb 27 19:56 release_notes_350.html -rw-r--r--. 1 jenkins 1001020000 70702 Feb 27 19:56 release_notes_351.html -rw-r--r--. 1 jenkins 1001020000 71679 Feb 27 19:56 release_notes_352.html -rw-r--r--. 1 jenkins 1001020000 71966 Feb 27 19:56 release_notes_353.html -rw-r--r--. 1 jenkins 1001020000 51 Feb 27 19:56 robots.txt -rw-r--r--. 1 jenkins 1001020000 73446 Feb 27 19:56 sandbox.html -rw-r--r--. 1 jenkins 1001020000 42629 Feb 27 19:56 search.json drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 slides -rw-r--r--. 1 jenkins 1001020000 76534 Feb 27 19:56 tag_advanced.html -rw-r--r--. 1 jenkins 1001020000 81301 Feb 27 19:56 tag_architecture.html -rw-r--r--. 1 jenkins 1001020000 107888 Feb 27 19:56 tag_blog.html -rw-r--r--. 1 jenkins 1001020000 77533 Feb 27 19:56 tag_client_sdk.html -rw-r--r--. 1 jenkins 1001020000 89693 Feb 27 19:56 tag_connectivity.html -rw-r--r--. 1 jenkins 1001020000 80495 Feb 27 19:56 tag_getting_started.html -rw-r--r--. 1 jenkins 1001020000 77045 Feb 27 19:56 tag_history.html -rw-r--r--. 1 jenkins 1001020000 82901 Feb 27 19:56 tag_http.html -rw-r--r--. 1 jenkins 1001020000 77924 Feb 27 19:56 tag_installation.html -rw-r--r--. 1 jenkins 1001020000 81578 Feb 27 19:56 tag_model.html -rw-r--r--. 1 jenkins 1001020000 75984 Feb 27 19:56 tag_news.html -rw-r--r--. 1 jenkins 1001020000 95558 Feb 27 19:56 tag_protocol.html -rw-r--r--. 1 jenkins 1001020000 91575 Feb 27 19:56 tag_release_notes.html -rw-r--r--. 1 jenkins 1001020000 82788 Feb 27 19:56 tag_rql.html -rw-r--r--. 1 jenkins 1001020000 78387 Feb 27 19:56 tag_search.html -rw-r--r--. 1 jenkins 1001020000 78865 Feb 27 19:56 tag_signal.html -rw-r--r--. 1 jenkins 1001020000 76513 Feb 27 19:56 tag_troubleshooting.html -rw-r--r--. 1 jenkins 1001020000 77512 Feb 27 19:56 tag_wot.html -rw-r--r--. 1 jenkins 1001020000 71487 Feb 27 19:56 user-interface.html drwxr-sr-x. 2 jenkins 1001020000 118 Feb 27 19:56 wot ./3.5/css: total 88 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 15:41 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 24527 Feb 27 15:41 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 15:41 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 15:41 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 15:41 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 15:41 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 15:41 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Feb 27 15:41 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 15:41 theme-green.css ./3.5/docson: total 84 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 15:41 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 15:41 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 15:41 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 15:41 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 15:41 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 15:41 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 15:41 widget.js ./3.5/docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 15:41 docson.css ./3.5/docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 15:41 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 15:41 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 15:41 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 15:41 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 15:41 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 15:41 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 15:41 traverse.js ./3.5/docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 15:41 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 15:41 signature.html ./3.5/files: total 36 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 15:41 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 15:41 migration_mongodb_1.0.0.js ./3.5/images: total 728 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:57 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 15:41 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 3 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 15:41 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 15:41 ditto_allwhite_textonly.svg -rwxr-xr-x. 1 jenkins 1001020000 92637 Feb 27 15:41 ditto-overview-1.png -rw-r--r--. 1 jenkins 1001020000 159156 Feb 27 15:41 ditto-overview-1.svg -rwxr-xr-x. 1 jenkins 1001020000 101022 Feb 27 15:41 ditto-super-1.png -rw-r--r--. 1 jenkins 1001020000 50244 Feb 27 15:41 ditto-super-1.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 15:41 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 15:41 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 15:41 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 15:41 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 15:41 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 15:41 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 15:41 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Feb 27 15:41 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 15:41 iot_logo.svg drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 pages ./3.5/images/blog: total 576 drwxr-sr-x. 3 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 15:41 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 15:41 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 15:41 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 15:41 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 15:41 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Feb 27 15:41 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Feb 27 15:41 2021-04-06-ssh-tunnel-for-managed-connections-shema.png drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 benchmark ./3.5/images/blog/benchmark: total 4 drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 device-live-messages-scenario drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 modify-things-scenario drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 read-things-scenario drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 search-things-scenario ./3.5/images/blog/benchmark/device-live-messages-scenario: total 0 drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 800 ./3.5/images/blog/benchmark/device-live-messages-scenario/800: total 120 drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 50994 Feb 27 15:41 gateway.png -rw-r--r--. 1 jenkins 1001020000 68708 Feb 27 15:41 gc.png ./3.5/images/blog/benchmark/modify-things-scenario: total 0 drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 26 Feb 27 19:56 800 ./3.5/images/blog/benchmark/modify-things-scenario/800: total 28 drwxr-sr-x. 2 jenkins 1001020000 26 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 26101 Feb 27 15:41 outbound.png ./3.5/images/blog/benchmark/read-things-scenario: total 0 drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 3000 ./3.5/images/blog/benchmark/read-things-scenario/3000: total 108 drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 65994 Feb 27 15:41 gateway.png -rw-r--r--. 1 jenkins 1001020000 40135 Feb 27 15:41 gc.png ./3.5/images/blog/benchmark/search-things-scenario: total 0 drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 1800 ./3.5/images/blog/benchmark/search-things-scenario/1800: total 124 drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 59170 Feb 27 15:41 gateway.png -rw-r--r--. 1 jenkins 1001020000 64539 Feb 27 15:41 gc.png ./3.5/images/pages: total 8 drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 advanced drwxr-sr-x. 2 jenkins 1001020000 114 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol drwxr-sr-x. 2 jenkins 1001020000 120 Feb 27 19:56 ui ./3.5/images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Feb 27 15:41 data-by-pass-architectural-design.jpg ./3.5/images/pages/architecture: total 84 drwxr-sr-x. 2 jenkins 1001020000 114 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 15:41 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 15:41 context-overview.png -rwxr-xr-x. 1 jenkins 1001020000 22188 Feb 27 15:41 ditto-architecture-overview-2022.png ./3.5/images/pages/basic: total 124 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 15:41 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 15:41 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 15:41 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 15:41 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 15:41 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 15:41 policy-example.png ./3.5/images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 15:41 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 15:41 ditto-twin-channel.png ./3.5/images/pages/ui: total 620 drwxr-sr-x. 2 jenkins 1001020000 120 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 130101 Feb 27 15:41 screenshot_add_environment.png -rw-r--r--. 1 jenkins 1001020000 482983 Feb 27 15:41 screenshot_introduction.png -rw-r--r--. 1 jenkins 1001020000 20244 Feb 27 15:41 screenshot_select_environment.png ./3.5/js: total 32 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 3315 Feb 27 15:41 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 15:41 toc.js ./3.5/jsonschema: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 40425 Feb 27 15:41 connection.json -rw-r--r--. 1 jenkins 1001020000 1756 Feb 27 15:41 error.json -rw-r--r--. 1 jenkins 1001020000 1508 Feb 27 15:41 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1339 Feb 27 15:41 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 9439 Feb 27 15:41 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 15:41 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 15:41 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Feb 27 15:41 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 5092 Feb 27 15:41 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 3190 Feb 27 15:41 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 15:41 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 15:41 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 15:41 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 15:41 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 15:41 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 15:41 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 1259 Feb 27 15:41 protocol-streaming-subscription-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 333 Feb 27 15:41 protocol-streaming-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 453 Feb 27 15:41 protocol-streaming-subscription-next-payload.json -rw-r--r--. 1 jenkins 1001020000 468 Feb 27 15:41 protocol-streaming-subscription-request-payload.json -rw-r--r--. 1 jenkins 1001020000 1092 Feb 27 15:41 protocol-streaming-subscription-subscribe-for-persisted-events-payload.json -rw-r--r--. 1 jenkins 1001020000 5180 Feb 27 15:41 thing_v2.json ./3.5/openapi: total 472 drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 452336 Feb 27 15:41 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 703 Feb 27 15:41 README.md drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 sources ./3.5/openapi/sources: total 68 drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 61 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16484 Feb 27 15:41 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Feb 27 15:41 package.json -rw-r--r--. 1 jenkins 1001020000 31379 Feb 27 15:41 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 parameters drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 requests drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 responses drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 schemas drwxr-sr-x. 2 jenkins 1001020000 115 Feb 27 19:56 security ./3.5/openapi/sources/parameters: total 192 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Feb 27 15:41 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Feb 27 15:41 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Feb 27 15:41 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 955 Feb 27 15:41 channelParamPutDescription.yml -rw-r--r--. 1 jenkins 1001020000 842 Feb 27 15:41 channelParam.yml -rw-r--r--. 1 jenkins 1001020000 1412 Feb 27 15:41 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 1408 Feb 27 15:41 connectionFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 15:41 connectionIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 646 Feb 27 15:41 deleteMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Feb 27 15:41 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Feb 27 15:41 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Feb 27 15:41 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Feb 27 15:41 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 644 Feb 27 15:41 getMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 1216 Feb 27 15:41 ifEqualHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Feb 27 15:41 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Feb 27 15:41 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Feb 27 15:41 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 764 Feb 27 15:41 importedPolicyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 507 Feb 27 15:41 instanceIndexParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Feb 27 15:41 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 837 Feb 27 15:41 liveChannelConditionParam.yml -rw-r--r--. 1 jenkins 1001020000 648 Feb 27 15:41 liveChannelTimeoutStrategyParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Feb 27 15:41 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 512 Feb 27 15:41 loggingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Feb 27 15:41 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Feb 27 15:41 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 15:41 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 508 Feb 27 15:41 moduleNamePathParam.yml -rw-r--r--. 1 jenkins 1001020000 525 Feb 27 15:41 namePodParam.yml -rw-r--r--. 1 jenkins 1001020000 580 Feb 27 15:41 namespaceParameter.yml -rw-r--r--. 1 jenkins 1001020000 716 Feb 27 15:41 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 599 Feb 27 15:41 pathParam.yml -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 15:41 policyFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 747 Feb 27 15:41 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Feb 27 15:41 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 15:41 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Feb 27 15:41 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Feb 27 15:41 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Feb 27 15:41 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Feb 27 15:41 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2342 Feb 27 15:41 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 15:41 serviceNameParam.yml -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 15:41 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Feb 27 15:41 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Feb 27 15:41 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Feb 27 15:41 timeoutParam.yml ./3.5/openapi/sources/paths: total 4 drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 43 Feb 27 19:56 config drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 connections drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 47 Feb 27 19:56 logging drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 messages drwxr-sr-x. 2 jenkins 1001020000 75 Feb 27 19:56 piggyback drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 whoami ./3.5/openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Feb 27 15:41 cloudevents.yml ./3.5/openapi/sources/paths/config: total 8 drwxr-sr-x. 2 jenkins 1001020000 43 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1225 Feb 27 15:41 config.yml -rw-r--r--. 1 jenkins 1001020000 3513 Feb 27 15:41 podName.yml ./3.5/openapi/sources/paths/connections: total 32 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2207 Feb 27 15:41 command.yml -rw-r--r--. 1 jenkins 1001020000 5884 Feb 27 15:41 connectionId.yml -rw-r--r--. 1 jenkins 1001020000 5671 Feb 27 15:41 connections.yml -rw-r--r--. 1 jenkins 1001020000 2125 Feb 27 15:41 logs.yml -rw-r--r--. 1 jenkins 1001020000 1845 Feb 27 15:41 metrics.yml -rw-r--r--. 1 jenkins 1001020000 1841 Feb 27 15:41 status.yml ./3.5/openapi/sources/paths/features: total 112 drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13067 Feb 27 15:41 definition.yml -rw-r--r--. 1 jenkins 1001020000 13815 Feb 27 15:41 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 13199 Feb 27 15:41 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 14558 Feb 27 15:41 feature.yml -rw-r--r--. 1 jenkins 1001020000 15779 Feb 27 15:41 index.yml -rw-r--r--. 1 jenkins 1001020000 13588 Feb 27 15:41 properties.yml -rw-r--r--. 1 jenkins 1001020000 12953 Feb 27 15:41 property.yml ./3.5/openapi/sources/paths/logging: total 8 drwxr-sr-x. 2 jenkins 1001020000 47 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1930 Feb 27 15:41 logging.yml -rw-r--r--. 1 jenkins 1001020000 2077 Feb 27 15:41 moduleName.yml ./3.5/openapi/sources/paths/messages: total 32 drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4118 Feb 27 15:41 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3999 Feb 27 15:41 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Feb 27 15:41 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4535 Feb 27 15:41 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3860 Feb 27 15:41 outbox-message.yml ./3.5/openapi/sources/paths/piggyback: total 12 drwxr-sr-x. 2 jenkins 1001020000 75 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2243 Feb 27 15:41 instanceIndex.yml -rw-r--r--. 1 jenkins 1001020000 3793 Feb 27 15:41 piggyback.yml -rw-r--r--. 1 jenkins 1001020000 2617 Feb 27 15:41 serviceName.yml ./3.5/openapi/sources/paths/policies: total 112 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Feb 27 15:41 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Feb 27 15:41 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Feb 27 15:41 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Feb 27 15:41 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6179 Feb 27 15:41 entries.yml -rw-r--r--. 1 jenkins 1001020000 10015 Feb 27 15:41 entry.yml -rw-r--r--. 1 jenkins 1001020000 6115 Feb 27 15:41 imports.yml -rw-r--r--. 1 jenkins 1001020000 9700 Feb 27 15:41 import.yml -rw-r--r--. 1 jenkins 1001020000 11669 Feb 27 15:41 policy.yml -rw-r--r--. 1 jenkins 1001020000 6212 Feb 27 15:41 resources.yml -rw-r--r--. 1 jenkins 1001020000 8530 Feb 27 15:41 resource.yml -rw-r--r--. 1 jenkins 1001020000 5812 Feb 27 15:41 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8595 Feb 27 15:41 subject.yml ./3.5/openapi/sources/paths/search: total 16 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4474 Feb 27 15:41 things-count.yml -rw-r--r--. 1 jenkins 1001020000 7201 Feb 27 15:41 things.yml ./3.5/openapi/sources/paths/things: total 92 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12643 Feb 27 15:41 attributes.yml -rw-r--r--. 1 jenkins 1001020000 12627 Feb 27 15:41 attribute.yml -rw-r--r--. 1 jenkins 1001020000 12517 Feb 27 15:41 definition.yml -rw-r--r--. 1 jenkins 1001020000 6898 Feb 27 15:41 index.yml -rw-r--r--. 1 jenkins 1001020000 8959 Feb 27 15:41 policyId.yml -rw-r--r--. 1 jenkins 1001020000 20949 Feb 27 15:41 thing.yml ./3.5/openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Feb 27 15:41 index.yml ./3.5/openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Feb 27 15:41 attributes.yml -rw-r--r--. 1 jenkins 1001020000 808 Feb 27 15:41 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Feb 27 15:41 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Feb 27 15:41 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 15:41 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 15:41 value.yml ./3.5/openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 actions ./3.5/openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 875 Feb 27 15:41 activateTokenIntegration.yml ./3.5/openapi/sources/responses: total 32 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Feb 27 15:41 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 15:41 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 574 Feb 27 15:41 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 15:41 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 15:41 preconditionFailed.yml -rw-r--r--. 1 jenkins 1001020000 559 Feb 27 15:41 successUpdateLogLevelSinglePod.yml -rw-r--r--. 1 jenkins 1001020000 596 Feb 27 15:41 successUpdateLogLevel.yml ./3.5/openapi/sources/schemas: total 20 drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 acknowledgements drwxr-sr-x. 2 jenkins 1001020000 175 Feb 27 19:56 config drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 connections drwxr-sr-x. 2 jenkins 1001020000 80 Feb 27 19:56 errors drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 logging drwxr-sr-x. 2 jenkins 1001020000 97 Feb 27 19:56 piggyback drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 160 Feb 27 19:56 properties drwxr-sr-x. 2 jenkins 1001020000 64 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 whoami -rw-r--r--. 1 jenkins 1001020000 3662 Feb 27 15:41 wot-thingDescription.yml ./3.5/openapi/sources/schemas/acknowledgements: total 12 drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 595 Feb 27 15:41 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Feb 27 15:41 acknowledgement.yml ./3.5/openapi/sources/schemas/config: total 28 drwxr-sr-x. 2 jenkins 1001020000 175 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 486 Feb 27 15:41 moduleConfigService.yml -rw-r--r--. 1 jenkins 1001020000 474 Feb 27 15:41 moduleConfig.yml -rw-r--r--. 1 jenkins 1001020000 1159 Feb 27 15:41 resultConfigService.yml -rw-r--r--. 1 jenkins 1001020000 1025 Feb 27 15:41 resultConfig.yml -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 15:41 retrieveConfigService.yml -rw-r--r--. 1 jenkins 1001020000 457 Feb 27 15:41 retrieveConfig.yml ./3.5/openapi/sources/schemas/connections: total 120 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1130 Feb 27 15:41 connectionLogs.yml -rw-r--r--. 1 jenkins 1001020000 914 Feb 27 15:41 connectionMetrics.yml -rw-r--r--. 1 jenkins 1001020000 1590 Feb 27 15:41 connectionStatus.yml -rw-r--r--. 1 jenkins 1001020000 526 Feb 27 15:41 connectionType.yml -rw-r--r--. 1 jenkins 1001020000 563 Feb 27 15:41 connection.yml -rw-r--r--. 1 jenkins 1001020000 522 Feb 27 15:41 connectivityStatus.yml -rw-r--r--. 1 jenkins 1001020000 1075 Feb 27 15:41 inboundMetrics.yml -rw-r--r--. 1 jenkins 1001020000 526 Feb 27 15:41 logCategory.yml -rw-r--r--. 1 jenkins 1001020000 1297 Feb 27 15:41 logEntry.yml -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 15:41 logLevel.yml -rw-r--r--. 1 jenkins 1001020000 610 Feb 27 15:41 logType.yml -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 15:41 mappingContext.yml -rw-r--r--. 1 jenkins 1001020000 1547 Feb 27 15:41 newConnection.yml -rw-r--r--. 1 jenkins 1001020000 1313 Feb 27 15:41 outboundMetrics.yml -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 15:41 overallConnectionMetrics.yml -rw-r--r--. 1 jenkins 1001020000 624 Feb 27 15:41 payloadMappingDefinitions.yml -rw-r--r--. 1 jenkins 1001020000 3310 Feb 27 15:41 payloadMappingDefinition.yml -rw-r--r--. 1 jenkins 1001020000 1125 Feb 27 15:41 resourceStatus.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 15:41 singleMetric.yml -rw-r--r--. 1 jenkins 1001020000 670 Feb 27 15:41 sourceMetrics.yml -rw-r--r--. 1 jenkins 1001020000 556 Feb 27 15:41 sources.yml -rw-r--r--. 1 jenkins 1001020000 6935 Feb 27 15:41 source.yml -rw-r--r--. 1 jenkins 1001020000 2908 Feb 27 15:41 sshTunnel.yml -rw-r--r--. 1 jenkins 1001020000 675 Feb 27 15:41 targetMetrics.yml -rw-r--r--. 1 jenkins 1001020000 546 Feb 27 15:41 targets.yml -rw-r--r--. 1 jenkins 1001020000 3329 Feb 27 15:41 target.yml -rw-r--r--. 1 jenkins 1001020000 784 Feb 27 15:41 typedMetric.yml ./3.5/openapi/sources/schemas/errors: total 16 drwxr-sr-x. 2 jenkins 1001020000 80 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Feb 27 15:41 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Feb 27 15:41 error.yml -rw-r--r--. 1 jenkins 1001020000 453 Feb 27 15:41 textUnauthorizeError.yml ./3.5/openapi/sources/schemas/features: total 24 drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Feb 27 15:41 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 15:41 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 15:41 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Feb 27 15:41 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 15:41 feature.yml ./3.5/openapi/sources/schemas/logging: total 36 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 15:41 loggingUpdateFields.yml -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 15:41 moduleUpdatedLogLevel.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 15:41 module.yml -rw-r--r--. 1 jenkins 1001020000 890 Feb 27 15:41 resultLoggingConfig.yml -rw-r--r--. 1 jenkins 1001020000 682 Feb 27 15:41 resultUpdateRequest.yml -rw-r--r--. 1 jenkins 1001020000 438 Feb 27 15:41 retrieveLoggingConfig.yml -rw-r--r--. 1 jenkins 1001020000 860 Feb 27 15:41 updatedLogLevel.yml ./3.5/openapi/sources/schemas/piggyback: total 12 drwxr-sr-x. 2 jenkins 1001020000 97 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 701 Feb 27 15:41 basePiggybackCommandRequestSchema.yml -rw-r--r--. 1 jenkins 1001020000 701 Feb 27 15:41 piggybackManagingBackgroundCleanup.yml ./3.5/openapi/sources/schemas/policies: total 60 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1027 Feb 27 15:41 importable.yml -rw-r--r--. 1 jenkins 1001020000 527 Feb 27 15:41 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Feb 27 15:41 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Feb 27 15:41 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 637 Feb 27 15:41 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 791 Feb 27 15:41 policyImports.yml -rw-r--r--. 1 jenkins 1001020000 981 Feb 27 15:41 policyImport.yml -rw-r--r--. 1 jenkins 1001020000 669 Feb 27 15:41 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 15:41 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Feb 27 15:41 resources.yml -rw-r--r--. 1 jenkins 1001020000 2019 Feb 27 15:41 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Feb 27 15:41 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Feb 27 15:41 subjects.yml ./3.5/openapi/sources/schemas/properties: total 24 drwxr-sr-x. 2 jenkins 1001020000 160 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 694 Feb 27 15:41 namespacesProperty.yml -rw-r--r--. 1 jenkins 1001020000 1806 Feb 27 15:41 optionProperty.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 15:41 searchConditionProperty.yml -rw-r--r--. 1 jenkins 1001020000 2426 Feb 27 15:41 searchFilterProperty.yml -rw-r--r--. 1 jenkins 1001020000 3080 Feb 27 15:41 thingFieldsProperty.yml ./3.5/openapi/sources/schemas/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 64 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Feb 27 15:41 searchResultThings.yml -rw-r--r--. 1 jenkins 1001020000 742 Feb 27 15:41 searchThingsForm.yml ./3.5/openapi/sources/schemas/things: total 24 drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 15:41 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Feb 27 15:41 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Feb 27 15:41 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Feb 27 15:41 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Feb 27 15:41 thing.yml ./3.5/openapi/sources/schemas/whoami: total 12 drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Feb 27 15:41 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Feb 27 15:41 whoami.yml ./3.5/openapi/sources/security: total 20 drwxr-sr-x. 2 jenkins 1001020000 115 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 169 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Feb 27 15:41 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 488 Feb 27 15:41 devOpsBasic.yml -rw-r--r--. 1 jenkins 1001020000 554 Feb 27 15:41 devOpsBearer.yml -rw-r--r--. 1 jenkins 1001020000 710 Feb 27 15:41 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Feb 27 15:41 nginxBasic.yml ./3.5/slides: total 36 drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:57 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_10_25-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2022_10_24_eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2022_10_ditto-and-wot drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2023_01_ditto-in-30-min drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./3.5/slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29040 Feb 27 15:41 index.html ./3.5/slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34156 Feb 27 15:41 index.html ./3.5/slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14249 Feb 27 15:41 index.html ./3.5/slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15023 Feb 27 15:41 index.html ./3.5/slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31939 Feb 27 15:41 index.html ./3.5/slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15007 Feb 27 15:41 index.html ./3.5/slides/2020_10_19-eclipse-iot-wg-community-day: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16399 Feb 27 15:41 index.html ./3.5/slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 30836 Feb 27 15:41 index.html ./3.5/slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16519 Feb 27 15:41 index.html ./3.5/slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21875 Feb 27 15:41 index.html ./3.5/slides/2021_10_25-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14949 Feb 27 15:41 index.html ./3.5/slides/2022_10_24_eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13923 Feb 27 15:41 index.html ./3.5/slides/2022_10_ditto-and-wot: total 32 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 25651 Feb 27 15:41 index.html ./3.5/slides/2023_01_ditto-in-30-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 23383 Feb 27 15:41 index.html ./3.5/slides/bg-images: total 1344 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 15:41 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 15:41 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 15:41 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 15:41 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 15:41 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 15:41 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 15:41 background-twin-small.jpg -rw-r--r--. 1 jenkins 1001020000 478262 Feb 27 15:41 juan-davila-P8PlK2nGwqA-unsplash.jpg ./3.5/slides/images: total 808 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 18 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 15:41 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 15:41 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 15:41 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 15:41 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 15:41 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 15:41 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 15:41 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 267438 Feb 27 15:41 ditto-ui-screenshot.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 15:41 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 15:41 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 15:41 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 15:41 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 15:41 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 15:41 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 15:41 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Feb 27 15:41 wot.png ./3.5/wot: total 40 drwxr-sr-x. 2 jenkins 1001020000 118 Feb 27 19:56 . drwxr-sr-x. 11 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 3764 Feb 27 15:41 ditto-extension.html -rw-r--r--. 1 jenkins 1001020000 1503 Feb 27 15:41 ditto-extension.jsonld -rw-r--r--. 1 jenkins 1001020000 2000 Feb 27 15:41 ditto-extension.rdf -rw-r--r--. 1 jenkins 1001020000 1513 Feb 27 15:41 ditto-extension.ttl ./css: total 88 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 475 Feb 27 15:41 boxshadowproperties.css -rw-r--r--. 1 jenkins 1001020000 24527 Feb 27 15:41 customstyles.css -rw-r--r--. 1 jenkins 1001020000 1246 Feb 27 15:41 modern-business.css -rw-r--r--. 1 jenkins 1001020000 2806 Feb 27 15:41 printstyles.css -rw-r--r--. 1 jenkins 1001020000 1174 Feb 27 15:41 swagger.css -rw-r--r--. 1 jenkins 1001020000 3768 Feb 27 15:41 syntax.css -rw-r--r--. 1 jenkins 1001020000 2650 Feb 27 15:41 theme-blue.css -rw-r--r--. 1 jenkins 1001020000 4371 Feb 27 15:41 theme-ditto.css -rw-r--r--. 1 jenkins 1001020000 2377 Feb 27 15:41 theme-green.css ./docson: total 84 drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 480 Feb 27 15:41 bower.json drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 css -rw-r--r--. 1 jenkins 1001020000 19086 Feb 27 15:41 docson.js -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 15:41 docson-swagger.js -rw-r--r--. 1 jenkins 1001020000 6585 Feb 27 15:41 index.html drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 lib -rw-r--r--. 1 jenkins 1001020000 11325 Feb 27 15:41 LICENSE -rw-r--r--. 1 jenkins 1001020000 4977 Feb 27 15:41 README.md drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 templates -rw-r--r--. 1 jenkins 1001020000 1912 Feb 27 15:41 widget.js ./docson/css: total 12 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 9309 Feb 27 15:41 docson.css ./docson/lib: total 264 drwxr-sr-x. 2 jenkins 1001020000 140 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 84693 Feb 27 15:41 handlebars.js -rw-r--r--. 1 jenkins 1001020000 10682 Feb 27 15:41 highlight.js -rw-r--r--. 1 jenkins 1001020000 93107 Feb 27 15:41 jquery.js -rw-r--r--. 1 jenkins 1001020000 9747 Feb 27 15:41 jsonpointer.js -rw-r--r--. 1 jenkins 1001020000 33817 Feb 27 15:41 marked.js -rw-r--r--. 1 jenkins 1001020000 15106 Feb 27 15:41 require.js -rw-r--r--. 1 jenkins 1001020000 11008 Feb 27 15:41 traverse.js ./docson/templates: total 12 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 172 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 6043 Feb 27 15:41 box.html -rw-r--r--. 1 jenkins 1001020000 3423 Feb 27 15:41 signature.html ./files: total 36 drwxr-sr-x. 2 jenkins 1001020000 86 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 15:41 migration_mongodb_0.8.0-M2_0.8.0-M3.js -rw-r--r--. 1 jenkins 1001020000 7001 Feb 27 15:41 migration_mongodb_1.0.0.js ./.git: total 1016 drwxr-sr-x. 8 jenkins 1001020000 163 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:57 .. drwxr-sr-x. 2 jenkins 1001020000 6 Feb 27 19:56 branches -rw-r--r--. 1 jenkins 1001020000 329 Feb 27 19:56 config -rw-r--r--. 1 jenkins 1001020000 73 Feb 27 19:56 description -rw-r--r--. 1 jenkins 1001020000 23 Feb 27 19:56 HEAD drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 hooks -rw-r--r--. 1 jenkins 1001020000 994623 Feb 27 19:56 index drwxr-sr-x. 2 jenkins 1001020000 21 Feb 27 19:56 info drwxr-sr-x. 3 jenkins 1001020000 30 Feb 27 19:56 logs drwxr-sr-x. 4 jenkins 1001020000 30 Feb 27 19:56 objects -rw-r--r--. 1 jenkins 1001020000 114 Feb 27 19:56 packed-refs drwxr-sr-x. 5 jenkins 1001020000 46 Feb 27 19:56 refs ./.git/branches: total 0 drwxr-sr-x. 2 jenkins 1001020000 6 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 163 Feb 27 19:56 .. ./.git/hooks: total 52 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 163 Feb 27 19:56 .. -rwxr-xr-x. 1 jenkins 1001020000 478 Feb 27 19:56 applypatch-msg.sample -rwxr-xr-x. 1 jenkins 1001020000 896 Feb 27 19:56 commit-msg.sample -rwxr-xr-x. 1 jenkins 1001020000 3327 Feb 27 19:56 fsmonitor-watchman.sample -rwxr-xr-x. 1 jenkins 1001020000 189 Feb 27 19:56 post-update.sample -rwxr-xr-x. 1 jenkins 1001020000 424 Feb 27 19:56 pre-applypatch.sample -rwxr-xr-x. 1 jenkins 1001020000 1638 Feb 27 19:56 pre-commit.sample -rwxr-xr-x. 1 jenkins 1001020000 1492 Feb 27 19:56 prepare-commit-msg.sample -rwxr-xr-x. 1 jenkins 1001020000 1348 Feb 27 19:56 pre-push.sample -rwxr-xr-x. 1 jenkins 1001020000 4898 Feb 27 19:56 pre-rebase.sample -rwxr-xr-x. 1 jenkins 1001020000 544 Feb 27 19:56 pre-receive.sample -rwxr-xr-x. 1 jenkins 1001020000 3610 Feb 27 19:56 update.sample ./.git/info: total 4 drwxr-sr-x. 2 jenkins 1001020000 21 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 163 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 240 Feb 27 19:56 exclude ./.git/logs: total 4 drwxr-sr-x. 3 jenkins 1001020000 30 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 163 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 194 Feb 27 19:56 HEAD drwxr-sr-x. 4 jenkins 1001020000 34 Feb 27 19:56 refs ./.git/logs/refs: total 0 drwxr-sr-x. 4 jenkins 1001020000 34 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 30 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 20 Feb 27 19:56 heads drwxr-sr-x. 3 jenkins 1001020000 20 Feb 27 19:56 remotes ./.git/logs/refs/heads: total 4 drwxr-sr-x. 2 jenkins 1001020000 20 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 34 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 194 Feb 27 19:56 master ./.git/logs/refs/remotes: total 0 drwxr-sr-x. 3 jenkins 1001020000 20 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 34 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 18 Feb 27 19:56 origin ./.git/logs/refs/remotes/origin: total 4 drwxr-sr-x. 2 jenkins 1001020000 18 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 20 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 194 Feb 27 19:56 HEAD ./.git/objects: total 0 drwxr-sr-x. 4 jenkins 1001020000 30 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 163 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 6 Feb 27 19:56 info drwxr-sr-x. 2 jenkins 1001020000 121 Feb 27 19:56 pack ./.git/objects/info: total 0 drwxr-sr-x. 2 jenkins 1001020000 6 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 30 Feb 27 19:56 .. ./.git/objects/pack: total 22724 drwxr-sr-x. 2 jenkins 1001020000 121 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 30 Feb 27 19:56 .. -r--r--r--. 1 jenkins 1001020000 2463980 Feb 27 19:56 pack-2248ed81b0675c4e23dcaa8484915decba27125f.idx -r--r--r--. 1 jenkins 1001020000 20800766 Feb 27 19:56 pack-2248ed81b0675c4e23dcaa8484915decba27125f.pack ./.git/refs: total 0 drwxr-sr-x. 5 jenkins 1001020000 46 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 163 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 20 Feb 27 19:56 heads drwxr-sr-x. 3 jenkins 1001020000 20 Feb 27 19:56 remotes drwxr-sr-x. 2 jenkins 1001020000 6 Feb 27 19:56 tags ./.git/refs/heads: total 4 drwxr-sr-x. 2 jenkins 1001020000 20 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 46 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 41 Feb 27 19:56 master ./.git/refs/remotes: total 0 drwxr-sr-x. 3 jenkins 1001020000 20 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 46 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 18 Feb 27 19:56 origin ./.git/refs/remotes/origin: total 4 drwxr-sr-x. 2 jenkins 1001020000 18 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 20 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 32 Feb 27 19:56 HEAD ./.git/refs/tags: total 0 drwxr-sr-x. 2 jenkins 1001020000 6 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 46 Feb 27 19:56 .. ./images: total 736 drwxr-sr-x. 5 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:57 .. -rwxr-xr-x. 1 jenkins 1001020000 211445 Feb 27 15:41 2020-04-16-Logo_TTVC_color.png drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 blog -rw-r--r--. 1 jenkins 1001020000 9257 Feb 27 15:41 ditto_allwhite_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4235 Feb 27 15:41 ditto_allwhite_textonly.svg -rwxr-xr-x. 1 jenkins 1001020000 92637 Feb 27 15:41 ditto-overview-1.png -rw-r--r--. 1 jenkins 1001020000 159156 Feb 27 15:41 ditto-overview-1.svg -rwxr-xr-x. 1 jenkins 1001020000 101022 Feb 27 15:41 ditto-super-1.png -rw-r--r--. 1 jenkins 1001020000 50244 Feb 27 15:41 ditto-super-1.svg -rw-r--r--. 1 jenkins 1001020000 12553 Feb 27 15:41 ditto.svg -rw-r--r--. 1 jenkins 1001020000 9774 Feb 27 15:41 ditto_symbolonly.svg -rw-r--r--. 1 jenkins 1001020000 4677 Feb 27 15:41 ditto_textonly.svg -rw-r--r--. 1 jenkins 1001020000 3731 Feb 27 15:41 eclipse_foundation_logo.svg -rw-r--r--. 1 jenkins 1001020000 5012 Feb 27 19:56 eclipse_incubation_vertical_png-02.png -rw-r--r--. 1 jenkins 1001020000 3082 Feb 27 15:41 favicon-16x16.png -rw-r--r--. 1 jenkins 1001020000 3455 Feb 27 15:41 favicon-32x32.png -rw-r--r--. 1 jenkins 1001020000 5612 Feb 27 15:41 favicon-96x96.png -rwxr-xr-x. 1 jenkins 1001020000 1571 Feb 27 15:41 GitHub-Mark-Light-32px.png -rwxr-xr-x. 1 jenkins 1001020000 4187 Feb 27 15:41 iot_logo.svg drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 pages drwxr-sr-x. 2 jenkins 1001020000 78 Feb 27 19:56 user-logos ./images/blog: total 580 drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 40902 Feb 27 15:41 2018-05-02-ditto-hono-digital-twin.png -rw-r--r--. 1 jenkins 1001020000 54681 Feb 27 15:41 2018-09-21-selective-push-notifications-example-setup.png -rw-r--r--. 1 jenkins 1001020000 62650 Feb 27 15:41 2018-09-21-selective-push-notifications-visual-comparison.png -rw-r--r--. 1 jenkins 1001020000 92992 Feb 27 15:41 2018-09-21-selective-push-notifications-websocket_org.png -rw-r--r--. 1 jenkins 1001020000 67605 Feb 27 15:41 2018-12-14-command-and-control.png -rwxr-xr-x. 1 jenkins 1001020000 236938 Feb 27 15:41 2021-03-22-azure-iot-hub-integration-overview.png -rw-r--r--. 1 jenkins 1001020000 14173 Feb 27 15:41 2021-04-06-ssh-tunnel-for-managed-connections-shema.png drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 15:44 2024-02-15-integrating-ditto-ass-basyx drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 benchmark ./images/blog/2024-02-15-integrating-ditto-ass-basyx: total 232 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 15:44 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 164875 Feb 27 15:41 AASDashboard.png -rw-r--r--. 1 jenkins 1001020000 7758 Feb 27 15:41 aas-interaction.svg -rw-r--r--. 1 jenkins 1001020000 8389 Feb 27 15:41 aas-sequenz.svg -rw-r--r--. 1 jenkins 1001020000 3050 Feb 27 15:41 basic-interaction.svg -rw-r--r--. 1 jenkins 1001020000 7493 Feb 27 15:41 pullBridge.svg -rw-r--r--. 1 jenkins 1001020000 5727 Feb 27 15:41 pullWrapper.svg -rw-r--r--. 1 jenkins 1001020000 10674 Feb 27 15:41 push-pull-overview.svg -rw-r--r--. 1 jenkins 1001020000 5692 Feb 27 15:41 push.svg ./images/blog/benchmark: total 4 drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 . drwxr-sr-x. 4 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 device-live-messages-scenario drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 modify-things-scenario drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 read-things-scenario drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 search-things-scenario ./images/blog/benchmark/device-live-messages-scenario: total 0 drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 800 ./images/blog/benchmark/device-live-messages-scenario/800: total 120 drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 50994 Feb 27 15:41 gateway.png -rw-r--r--. 1 jenkins 1001020000 68708 Feb 27 15:41 gc.png ./images/blog/benchmark/modify-things-scenario: total 0 drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 26 Feb 27 19:56 800 ./images/blog/benchmark/modify-things-scenario/800: total 28 drwxr-sr-x. 2 jenkins 1001020000 26 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 17 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 26101 Feb 27 15:41 outbound.png ./images/blog/benchmark/read-things-scenario: total 0 drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 3000 ./images/blog/benchmark/read-things-scenario/3000: total 108 drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 65994 Feb 27 15:41 gateway.png -rw-r--r--. 1 jenkins 1001020000 40135 Feb 27 15:41 gc.png ./images/blog/benchmark/search-things-scenario: total 0 drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 . drwxr-sr-x. 6 jenkins 1001020000 131 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 1800 ./images/blog/benchmark/search-things-scenario/1800: total 124 drwxr-sr-x. 2 jenkins 1001020000 39 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 18 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 59170 Feb 27 15:41 gateway.png -rw-r--r--. 1 jenkins 1001020000 64539 Feb 27 15:41 gc.png ./images/pages: total 8 drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 4096 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 advanced drwxr-sr-x. 2 jenkins 1001020000 114 Feb 27 19:56 architecture drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 basic drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 protocol drwxr-sr-x. 2 jenkins 1001020000 120 Feb 27 19:56 ui ./images/pages/advanced: total 32 drwxr-sr-x. 2 jenkins 1001020000 51 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29163 Feb 27 15:41 data-by-pass-architectural-design.jpg ./images/pages/architecture: total 84 drwxr-sr-x. 2 jenkins 1001020000 114 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21402 Feb 27 15:41 context-overview-initial.png -rwxr-xr-x. 1 jenkins 1001020000 33913 Feb 27 15:41 context-overview.png -rwxr-xr-x. 1 jenkins 1001020000 22188 Feb 27 15:41 ditto-architecture-overview-2022.png ./images/pages/basic: total 168 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16882 Feb 27 19:56 ditto-class-diagram-v1.png -rw-r--r--. 1 jenkins 1001020000 23249 Feb 27 19:56 ditto-class-diagram-v1.svg -rwxr-xr-x. 1 jenkins 1001020000 4115 Feb 27 15:41 ditto-class-diagram-v2.png -rw-r--r--. 1 jenkins 1001020000 27777 Feb 27 15:41 ditto-messages.png -rw-r--r--. 1 jenkins 1001020000 17835 Feb 27 15:41 ditto-thing-feature-definition-model.png -rw-r--r--. 1 jenkins 1001020000 6847 Feb 27 15:41 ditto-thing-feature.png -rw-r--r--. 1 jenkins 1001020000 28705 Feb 27 15:41 policy-example-2.png -rw-r--r--. 1 jenkins 1001020000 23471 Feb 27 15:41 policy-example.png ./images/pages/protocol: total 68 drwxr-sr-x. 2 jenkins 1001020000 66 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29398 Feb 27 15:41 ditto-live-channel.png -rw-r--r--. 1 jenkins 1001020000 34320 Feb 27 15:41 ditto-twin-channel.png ./images/pages/ui: total 620 drwxr-sr-x. 2 jenkins 1001020000 120 Feb 27 19:56 . drwxr-sr-x. 7 jenkins 1001020000 81 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 130101 Feb 27 15:41 screenshot_add_environment.png -rw-r--r--. 1 jenkins 1001020000 482983 Feb 27 15:41 screenshot_introduction.png -rw-r--r--. 1 jenkins 1001020000 20244 Feb 27 15:41 screenshot_select_environment.png ./images/user-logos: total 24 drwxr-sr-x. 2 jenkins 1001020000 78 Feb 27 19:56 . drwxr-sr-x. 5 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2600 Feb 27 19:56 aloxy-word-white.svg -rw-r--r--. 1 jenkins 1001020000 9846 Feb 27 19:56 bosch-en-white.svg -rw-r--r--. 1 jenkins 1001020000 253 Feb 27 19:56 LICENSE.md ./js: total 32 drwxr-sr-x. 2 jenkins 1001020000 44 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 3315 Feb 27 15:41 customscripts.js -rw-r--r--. 1 jenkins 1001020000 3110 Feb 27 15:41 toc.js ./jsonschema: total 180 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 40425 Feb 27 15:41 connection.json -rw-r--r--. 1 jenkins 1001020000 1756 Feb 27 15:41 error.json -rw-r--r--. 1 jenkins 1001020000 1129 Feb 27 19:56 feature.json -rw-r--r--. 1 jenkins 1001020000 1508 Feb 27 15:41 feature_v2.json -rw-r--r--. 1 jenkins 1001020000 1339 Feb 27 15:41 piggyback-command.json -rw-r--r--. 1 jenkins 1001020000 9439 Feb 27 15:41 policy.json -rw-r--r--. 1 jenkins 1001020000 1539 Feb 27 15:41 protocol-ack.json -rw-r--r--. 1 jenkins 1001020000 1766 Feb 27 15:41 protocol-acks.json -rw-r--r--. 1 jenkins 1001020000 825 Feb 27 15:41 protocol-announcement.json -rw-r--r--. 1 jenkins 1001020000 5092 Feb 27 15:41 protocol-envelope.json -rw-r--r--. 1 jenkins 1001020000 3190 Feb 27 15:41 protocol-error_response.json -rw-r--r--. 1 jenkins 1001020000 1673 Feb 27 15:41 protocol-response.json -rw-r--r--. 1 jenkins 1001020000 1311 Feb 27 15:41 protocol-search-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 15:41 protocol-search-next-payload.json -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 15:41 protocol-search-request-payload.json -rw-r--r--. 1 jenkins 1001020000 887 Feb 27 15:41 protocol-search-subscribe-payload.json -rw-r--r--. 1 jenkins 1001020000 330 Feb 27 15:41 protocol-search-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 1259 Feb 27 15:41 protocol-streaming-subscription-failed-payload.json -rw-r--r--. 1 jenkins 1001020000 333 Feb 27 15:41 protocol-streaming-subscriptionid.json -rw-r--r--. 1 jenkins 1001020000 453 Feb 27 15:41 protocol-streaming-subscription-next-payload.json -rw-r--r--. 1 jenkins 1001020000 468 Feb 27 15:41 protocol-streaming-subscription-request-payload.json -rw-r--r--. 1 jenkins 1001020000 1092 Feb 27 15:41 protocol-streaming-subscription-subscribe-for-persisted-events-payload.json -rw-r--r--. 1 jenkins 1001020000 4833 Feb 27 19:56 thing_v1.json -rw-r--r--. 1 jenkins 1001020000 5180 Feb 27 15:41 thing_v2.json ./openapi: total 604 drwxr-sr-x. 3 jenkins 1001020000 84 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 131973 Feb 27 19:56 ditto-api-1.yml -rw-r--r--. 1 jenkins 1001020000 452336 Feb 27 15:41 ditto-api-2.yml -rw-r--r--. 1 jenkins 1001020000 703 Feb 27 15:41 README.md drwxr-sr-x. 8 jenkins 1001020000 192 Feb 27 19:56 sources ./openapi/sources: total 200 drwxr-sr-x. 8 jenkins 1001020000 192 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 84 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 132425 Feb 27 19:56 api-1-index.yml -rw-r--r--. 1 jenkins 1001020000 16484 Feb 27 15:41 api-2-index.yml -rw-r--r--. 1 jenkins 1001020000 203 Feb 27 15:41 package.json -rw-r--r--. 1 jenkins 1001020000 31379 Feb 27 15:41 package-lock.json drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 parameters drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 paths drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 requests drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 responses drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 schemas drwxr-sr-x. 2 jenkins 1001020000 115 Feb 27 19:56 security ./openapi/sources/parameters: total 192 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 192 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 661 Feb 27 15:41 allowPolicyLockoutParam.yml -rw-r--r--. 1 jenkins 1001020000 524 Feb 27 15:41 attributePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1629 Feb 27 15:41 attributesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 955 Feb 27 15:41 channelParamPutDescription.yml -rw-r--r--. 1 jenkins 1001020000 842 Feb 27 15:41 channelParam.yml -rw-r--r--. 1 jenkins 1001020000 1412 Feb 27 15:41 conditionParam.yml -rw-r--r--. 1 jenkins 1001020000 1408 Feb 27 15:41 connectionFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 15:41 connectionIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 646 Feb 27 15:41 deleteMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 1765 Feb 27 15:41 desiredPropertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 1731 Feb 27 15:41 featureFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 523 Feb 27 15:41 featureIdPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 2165 Feb 27 15:41 featuresFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 644 Feb 27 15:41 getMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 1216 Feb 27 15:41 ifEqualHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 772 Feb 27 15:41 ifMatchHeaderParamHash.yml -rw-r--r--. 1 jenkins 1001020000 767 Feb 27 15:41 ifMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 697 Feb 27 15:41 ifNoneMatchHeaderParam.yml -rw-r--r--. 1 jenkins 1001020000 764 Feb 27 15:41 importedPolicyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 507 Feb 27 15:41 instanceIndexParam.yml -rw-r--r--. 1 jenkins 1001020000 490 Feb 27 15:41 labelPathParam.yml -rw-r--r--. 1 jenkins 1001020000 837 Feb 27 15:41 liveChannelConditionParam.yml -rw-r--r--. 1 jenkins 1001020000 648 Feb 27 15:41 liveChannelTimeoutStrategyParam.yml -rw-r--r--. 1 jenkins 1001020000 872 Feb 27 15:41 liveMessageRequestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 512 Feb 27 15:41 loggingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 739 Feb 27 15:41 messageClaimTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 533 Feb 27 15:41 messageSubjectPathParam.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 15:41 messageTimeoutParam.yml -rw-r--r--. 1 jenkins 1001020000 508 Feb 27 15:41 moduleNamePathParam.yml -rw-r--r--. 1 jenkins 1001020000 525 Feb 27 15:41 namePodParam.yml -rw-r--r--. 1 jenkins 1001020000 580 Feb 27 15:41 namespaceParameter.yml -rw-r--r--. 1 jenkins 1001020000 716 Feb 27 15:41 namespacesFilter.yml -rw-r--r--. 1 jenkins 1001020000 599 Feb 27 15:41 pathParam.yml -rw-r--r--. 1 jenkins 1001020000 2739 Feb 27 15:41 policyFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 747 Feb 27 15:41 policyIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1681 Feb 27 15:41 propertiesFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 494 Feb 27 15:41 propertyPathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 1078 Feb 27 15:41 putMetadataParam.yml -rw-r--r--. 1 jenkins 1001020000 869 Feb 27 15:41 requestedAcksParam.yml -rw-r--r--. 1 jenkins 1001020000 509 Feb 27 15:41 resourcePathPathParam.yml -rw-r--r--. 1 jenkins 1001020000 691 Feb 27 15:41 responseRequiredParam.yml -rw-r--r--. 1 jenkins 1001020000 2342 Feb 27 15:41 searchFilter.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 15:41 serviceNameParam.yml -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 15:41 subjectIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 3129 Feb 27 15:41 thingFieldsQueryParam.yml -rw-r--r--. 1 jenkins 1001020000 668 Feb 27 15:41 thingIdPathParam.yml -rw-r--r--. 1 jenkins 1001020000 928 Feb 27 15:41 timeoutParam.yml ./openapi/sources/paths: total 4 drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 192 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 cloudevents drwxr-sr-x. 2 jenkins 1001020000 43 Feb 27 19:56 config drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 connections drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 features drwxr-sr-x. 2 jenkins 1001020000 47 Feb 27 19:56 logging drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 messages drwxr-sr-x. 2 jenkins 1001020000 75 Feb 27 19:56 piggyback drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 search drwxr-sr-x. 2 jenkins 1001020000 145 Feb 27 19:56 things drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 whoami ./openapi/sources/paths/cloudevents: total 8 drwxr-sr-x. 2 jenkins 1001020000 29 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4119 Feb 27 15:41 cloudevents.yml ./openapi/sources/paths/config: total 8 drwxr-sr-x. 2 jenkins 1001020000 43 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1225 Feb 27 15:41 config.yml -rw-r--r--. 1 jenkins 1001020000 3513 Feb 27 15:41 podName.yml ./openapi/sources/paths/connections: total 32 drwxr-sr-x. 2 jenkins 1001020000 125 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2207 Feb 27 15:41 command.yml -rw-r--r--. 1 jenkins 1001020000 5884 Feb 27 15:41 connectionId.yml -rw-r--r--. 1 jenkins 1001020000 5671 Feb 27 15:41 connections.yml -rw-r--r--. 1 jenkins 1001020000 2125 Feb 27 15:41 logs.yml -rw-r--r--. 1 jenkins 1001020000 1845 Feb 27 15:41 metrics.yml -rw-r--r--. 1 jenkins 1001020000 1841 Feb 27 15:41 status.yml ./openapi/sources/paths/features: total 112 drwxr-sr-x. 2 jenkins 1001020000 162 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13067 Feb 27 15:41 definition.yml -rw-r--r--. 1 jenkins 1001020000 13815 Feb 27 15:41 desiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 13199 Feb 27 15:41 desiredProperty.yml -rw-r--r--. 1 jenkins 1001020000 14558 Feb 27 15:41 feature.yml -rw-r--r--. 1 jenkins 1001020000 15779 Feb 27 15:41 index.yml -rw-r--r--. 1 jenkins 1001020000 13588 Feb 27 15:41 properties.yml -rw-r--r--. 1 jenkins 1001020000 12953 Feb 27 15:41 property.yml ./openapi/sources/paths/logging: total 8 drwxr-sr-x. 2 jenkins 1001020000 47 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1930 Feb 27 15:41 logging.yml -rw-r--r--. 1 jenkins 1001020000 2077 Feb 27 15:41 moduleName.yml ./openapi/sources/paths/messages: total 32 drwxr-sr-x. 2 jenkins 1001020000 147 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4118 Feb 27 15:41 feature-inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3999 Feb 27 15:41 feature-outbox-message.yml -rw-r--r--. 1 jenkins 1001020000 4717 Feb 27 15:41 inbox-claim.yml -rw-r--r--. 1 jenkins 1001020000 4535 Feb 27 15:41 inbox-message.yml -rw-r--r--. 1 jenkins 1001020000 3860 Feb 27 15:41 outbox-message.yml ./openapi/sources/paths/piggyback: total 12 drwxr-sr-x. 2 jenkins 1001020000 75 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 2243 Feb 27 15:41 instanceIndex.yml -rw-r--r--. 1 jenkins 1001020000 3793 Feb 27 15:41 piggyback.yml -rw-r--r--. 1 jenkins 1001020000 2617 Feb 27 15:41 serviceName.yml ./openapi/sources/paths/policies: total 112 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 3008 Feb 27 15:41 activateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2953 Feb 27 15:41 activateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 2744 Feb 27 15:41 deactivateTokenIntegrationForEntry.yml -rw-r--r--. 1 jenkins 1001020000 2710 Feb 27 15:41 deactivateTokenIntegration.yml -rw-r--r--. 1 jenkins 1001020000 6179 Feb 27 15:41 entries.yml -rw-r--r--. 1 jenkins 1001020000 10015 Feb 27 15:41 entry.yml -rw-r--r--. 1 jenkins 1001020000 6115 Feb 27 15:41 imports.yml -rw-r--r--. 1 jenkins 1001020000 9700 Feb 27 15:41 import.yml -rw-r--r--. 1 jenkins 1001020000 11669 Feb 27 15:41 policy.yml -rw-r--r--. 1 jenkins 1001020000 6212 Feb 27 15:41 resources.yml -rw-r--r--. 1 jenkins 1001020000 8530 Feb 27 15:41 resource.yml -rw-r--r--. 1 jenkins 1001020000 5812 Feb 27 15:41 subjects.yml -rw-r--r--. 1 jenkins 1001020000 8595 Feb 27 15:41 subject.yml ./openapi/sources/paths/search: total 16 drwxr-sr-x. 2 jenkins 1001020000 48 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 4474 Feb 27 15:41 things-count.yml -rw-r--r--. 1 jenkins 1001020000 7201 Feb 27 15:41 things.yml ./openapi/sources/paths/things: total 100 drwxr-sr-x. 2 jenkins 1001020000 145 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 12643 Feb 27 15:41 attributes.yml -rw-r--r--. 1 jenkins 1001020000 12627 Feb 27 15:41 attribute.yml -rw-r--r--. 1 jenkins 1001020000 12517 Feb 27 15:41 definition.yml -rw-r--r--. 1 jenkins 1001020000 6898 Feb 27 15:41 index.yml -rw-r--r--. 1 jenkins 1001020000 5727 Feb 27 19:56 policyid.yml -rw-r--r--. 1 jenkins 1001020000 8959 Feb 27 15:41 policyId.yml -rw-r--r--. 1 jenkins 1001020000 20949 Feb 27 15:41 thing.yml ./openapi/sources/paths/whoami: total 4 drwxr-sr-x. 2 jenkins 1001020000 23 Feb 27 19:56 . drwxr-sr-x. 13 jenkins 1001020000 180 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1040 Feb 27 15:41 index.yml ./openapi/sources/requests: total 24 drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 192 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1253 Feb 27 15:41 attributes.yml -rw-r--r--. 1 jenkins 1001020000 808 Feb 27 15:41 definition.yml -rw-r--r--. 1 jenkins 1001020000 2096 Feb 27 15:41 dittoProtocol.yml -rw-r--r--. 1 jenkins 1001020000 1276 Feb 27 15:41 patchValue.yml -rw-r--r--. 1 jenkins 1001020000 740 Feb 27 15:41 payload.yml drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 policies -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 15:41 value.yml ./openapi/sources/requests/policies: total 0 drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 149 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 actions ./openapi/sources/requests/policies/actions: total 4 drwxr-sr-x. 2 jenkins 1001020000 42 Feb 27 19:56 . drwxr-sr-x. 3 jenkins 1001020000 21 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 875 Feb 27 15:41 activateTokenIntegration.yml ./openapi/sources/responses: total 36 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 192 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 606 Feb 27 15:41 dependencyFailed.yml -rw-r--r--. 1 jenkins 1001020000 575 Feb 27 15:41 entityTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 586 Feb 27 19:56 messageTimeout.yml -rw-r--r--. 1 jenkins 1001020000 574 Feb 27 15:41 messageTooLarge.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 15:41 notModified.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 15:41 preconditionFailed.yml -rw-r--r--. 1 jenkins 1001020000 559 Feb 27 15:41 successUpdateLogLevelSinglePod.yml -rw-r--r--. 1 jenkins 1001020000 596 Feb 27 15:41 successUpdateLogLevel.yml ./openapi/sources/schemas: total 112 drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 192 Feb 27 19:56 .. drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 acknowledgements -rw-r--r--. 1 jenkins 1001020000 897 Feb 27 19:56 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 19:56 attributes.yml drwxr-sr-x. 2 jenkins 1001020000 175 Feb 27 19:56 config drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 connections -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 definition.yml drwxr-sr-x. 2 jenkins 1001020000 80 Feb 27 19:56 errors -rw-r--r--. 1 jenkins 1001020000 803 Feb 27 19:56 error.yml -rw-r--r--. 1 jenkins 1001020000 649 Feb 27 19:56 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 19:56 featureProperties.yml drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 features -rw-r--r--. 1 jenkins 1001020000 590 Feb 27 19:56 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 19:56 feature.yml drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 logging -rw-r--r--. 1 jenkins 1001020000 2283 Feb 27 19:56 newThing.yml -rw-r--r--. 1 jenkins 1001020000 491 Feb 27 19:56 permission.yml drwxr-sr-x. 2 jenkins 1001020000 97 Feb 27 19:56 piggyback drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 policies -rw-r--r--. 1 jenkins 1001020000 578 Feb 27 19:56 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 596 Feb 27 19:56 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 505 Feb 27 19:56 policy.yml drwxr-sr-x. 2 jenkins 1001020000 160 Feb 27 19:56 properties -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntryRestricted.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 19:56 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 785 Feb 27 19:56 resources.yml drwxr-sr-x. 2 jenkins 1001020000 64 Feb 27 19:56 search -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 19:56 searchResultThings.yml -rw-r--r--. 1 jenkins 1001020000 731 Feb 27 19:56 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Feb 27 19:56 subjects.yml drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 things -rw-r--r--. 1 jenkins 1001020000 1768 Feb 27 19:56 thing.yml drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 whoami -rw-r--r--. 1 jenkins 1001020000 519 Feb 27 19:56 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Feb 27 19:56 whoami.yml -rw-r--r--. 1 jenkins 1001020000 3662 Feb 27 15:41 wot-thingDescription.yml ./openapi/sources/schemas/acknowledgements: total 12 drwxr-sr-x. 2 jenkins 1001020000 61 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 595 Feb 27 15:41 acknowledgements.yml -rw-r--r--. 1 jenkins 1001020000 736 Feb 27 15:41 acknowledgement.yml ./openapi/sources/schemas/config: total 28 drwxr-sr-x. 2 jenkins 1001020000 175 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 486 Feb 27 15:41 moduleConfigService.yml -rw-r--r--. 1 jenkins 1001020000 474 Feb 27 15:41 moduleConfig.yml -rw-r--r--. 1 jenkins 1001020000 1159 Feb 27 15:41 resultConfigService.yml -rw-r--r--. 1 jenkins 1001020000 1025 Feb 27 15:41 resultConfig.yml -rw-r--r--. 1 jenkins 1001020000 465 Feb 27 15:41 retrieveConfigService.yml -rw-r--r--. 1 jenkins 1001020000 457 Feb 27 15:41 retrieveConfig.yml ./openapi/sources/schemas/connections: total 120 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1130 Feb 27 15:41 connectionLogs.yml -rw-r--r--. 1 jenkins 1001020000 914 Feb 27 15:41 connectionMetrics.yml -rw-r--r--. 1 jenkins 1001020000 1590 Feb 27 15:41 connectionStatus.yml -rw-r--r--. 1 jenkins 1001020000 526 Feb 27 15:41 connectionType.yml -rw-r--r--. 1 jenkins 1001020000 563 Feb 27 15:41 connection.yml -rw-r--r--. 1 jenkins 1001020000 522 Feb 27 15:41 connectivityStatus.yml -rw-r--r--. 1 jenkins 1001020000 1075 Feb 27 15:41 inboundMetrics.yml -rw-r--r--. 1 jenkins 1001020000 526 Feb 27 15:41 logCategory.yml -rw-r--r--. 1 jenkins 1001020000 1297 Feb 27 15:41 logEntry.yml -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 15:41 logLevel.yml -rw-r--r--. 1 jenkins 1001020000 610 Feb 27 15:41 logType.yml -rw-r--r--. 1 jenkins 1001020000 1149 Feb 27 15:41 mappingContext.yml -rw-r--r--. 1 jenkins 1001020000 1547 Feb 27 15:41 newConnection.yml -rw-r--r--. 1 jenkins 1001020000 1313 Feb 27 15:41 outboundMetrics.yml -rw-r--r--. 1 jenkins 1001020000 588 Feb 27 15:41 overallConnectionMetrics.yml -rw-r--r--. 1 jenkins 1001020000 624 Feb 27 15:41 payloadMappingDefinitions.yml -rw-r--r--. 1 jenkins 1001020000 3310 Feb 27 15:41 payloadMappingDefinition.yml -rw-r--r--. 1 jenkins 1001020000 1125 Feb 27 15:41 resourceStatus.yml -rw-r--r--. 1 jenkins 1001020000 1180 Feb 27 15:41 singleMetric.yml -rw-r--r--. 1 jenkins 1001020000 670 Feb 27 15:41 sourceMetrics.yml -rw-r--r--. 1 jenkins 1001020000 556 Feb 27 15:41 sources.yml -rw-r--r--. 1 jenkins 1001020000 6935 Feb 27 15:41 source.yml -rw-r--r--. 1 jenkins 1001020000 2908 Feb 27 15:41 sshTunnel.yml -rw-r--r--. 1 jenkins 1001020000 675 Feb 27 15:41 targetMetrics.yml -rw-r--r--. 1 jenkins 1001020000 546 Feb 27 15:41 targets.yml -rw-r--r--. 1 jenkins 1001020000 3329 Feb 27 15:41 target.yml -rw-r--r--. 1 jenkins 1001020000 784 Feb 27 15:41 typedMetric.yml ./openapi/sources/schemas/errors: total 16 drwxr-sr-x. 2 jenkins 1001020000 80 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 897 Feb 27 15:41 advancedError.yml -rw-r--r--. 1 jenkins 1001020000 803 Feb 27 15:41 error.yml -rw-r--r--. 1 jenkins 1001020000 453 Feb 27 15:41 textUnauthorizeError.yml ./openapi/sources/schemas/features: total 24 drwxr-sr-x. 2 jenkins 1001020000 139 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 678 Feb 27 15:41 featureDefinition.yml -rw-r--r--. 1 jenkins 1001020000 489 Feb 27 15:41 featureDesiredProperties.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 15:41 featureProperties.yml -rw-r--r--. 1 jenkins 1001020000 590 Feb 27 15:41 features.yml -rw-r--r--. 1 jenkins 1001020000 573 Feb 27 15:41 feature.yml ./openapi/sources/schemas/logging: total 36 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 503 Feb 27 15:41 loggingUpdateFields.yml -rw-r--r--. 1 jenkins 1001020000 498 Feb 27 15:41 moduleUpdatedLogLevel.yml -rw-r--r--. 1 jenkins 1001020000 481 Feb 27 15:41 module.yml -rw-r--r--. 1 jenkins 1001020000 890 Feb 27 15:41 resultLoggingConfig.yml -rw-r--r--. 1 jenkins 1001020000 682 Feb 27 15:41 resultUpdateRequest.yml -rw-r--r--. 1 jenkins 1001020000 438 Feb 27 15:41 retrieveLoggingConfig.yml -rw-r--r--. 1 jenkins 1001020000 860 Feb 27 15:41 updatedLogLevel.yml ./openapi/sources/schemas/piggyback: total 12 drwxr-sr-x. 2 jenkins 1001020000 97 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 701 Feb 27 15:41 basePiggybackCommandRequestSchema.yml -rw-r--r--. 1 jenkins 1001020000 701 Feb 27 15:41 piggybackManagingBackgroundCleanup.yml ./openapi/sources/schemas/policies: total 60 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 1027 Feb 27 15:41 importable.yml -rw-r--r--. 1 jenkins 1001020000 527 Feb 27 15:41 newPolicy.yml -rw-r--r--. 1 jenkins 1001020000 491 Feb 27 15:41 permission.yml -rw-r--r--. 1 jenkins 1001020000 578 Feb 27 15:41 policyEntries.yml -rw-r--r--. 1 jenkins 1001020000 637 Feb 27 15:41 policyEntry.yml -rw-r--r--. 1 jenkins 1001020000 791 Feb 27 15:41 policyImports.yml -rw-r--r--. 1 jenkins 1001020000 981 Feb 27 15:41 policyImport.yml -rw-r--r--. 1 jenkins 1001020000 669 Feb 27 15:41 policy.yml -rw-r--r--. 1 jenkins 1001020000 679 Feb 27 15:41 resourceEntry.yml -rw-r--r--. 1 jenkins 1001020000 888 Feb 27 15:41 resources.yml -rw-r--r--. 1 jenkins 1001020000 2019 Feb 27 15:41 subjectAnnouncement.yml -rw-r--r--. 1 jenkins 1001020000 1190 Feb 27 15:41 subjectEntry.yml -rw-r--r--. 1 jenkins 1001020000 576 Feb 27 15:41 subjects.yml ./openapi/sources/schemas/properties: total 24 drwxr-sr-x. 2 jenkins 1001020000 160 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 694 Feb 27 15:41 namespacesProperty.yml -rw-r--r--. 1 jenkins 1001020000 1806 Feb 27 15:41 optionProperty.yml -rw-r--r--. 1 jenkins 1001020000 822 Feb 27 15:41 searchConditionProperty.yml -rw-r--r--. 1 jenkins 1001020000 2426 Feb 27 15:41 searchFilterProperty.yml -rw-r--r--. 1 jenkins 1001020000 3080 Feb 27 15:41 thingFieldsProperty.yml ./openapi/sources/schemas/search: total 12 drwxr-sr-x. 2 jenkins 1001020000 64 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 499 Feb 27 15:41 searchResultThings.yml -rw-r--r--. 1 jenkins 1001020000 742 Feb 27 15:41 searchThingsForm.yml ./openapi/sources/schemas/things: total 24 drwxr-sr-x. 2 jenkins 1001020000 109 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 479 Feb 27 15:41 attributes.yml -rw-r--r--. 1 jenkins 1001020000 602 Feb 27 15:41 definition.yml -rw-r--r--. 1 jenkins 1001020000 2328 Feb 27 15:41 newThing.yml -rw-r--r--. 1 jenkins 1001020000 833 Feb 27 15:41 patchThing.yml -rw-r--r--. 1 jenkins 1001020000 1737 Feb 27 15:41 thing.yml ./openapi/sources/schemas/whoami: total 12 drwxr-sr-x. 2 jenkins 1001020000 49 Feb 27 19:56 . drwxr-sr-x. 14 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 519 Feb 27 15:41 whoamiSubject.yml -rw-r--r--. 1 jenkins 1001020000 657 Feb 27 15:41 whoami.yml ./openapi/sources/security: total 20 drwxr-sr-x. 2 jenkins 1001020000 115 Feb 27 19:56 . drwxr-sr-x. 8 jenkins 1001020000 192 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 520 Feb 27 15:41 bearerAuth.yml -rw-r--r--. 1 jenkins 1001020000 488 Feb 27 15:41 devOpsBasic.yml -rw-r--r--. 1 jenkins 1001020000 554 Feb 27 15:41 devOpsBearer.yml -rw-r--r--. 1 jenkins 1001020000 710 Feb 27 15:41 google.yml -rw-r--r--. 1 jenkins 1001020000 501 Feb 27 15:41 nginxBasic.yml ./slides: total 36 drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:57 .. drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_02_07-virtualiot-meetup drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_05_23-meetup-iot-hessen drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2018_10_22-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2019_10_21-eclipse-iot-wg-f2f-ludwigsburg drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_04_16-ttn-virtual-conference drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_07_28-iot-wg-status-update drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2020_10_19-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_05_ditto-introduction-deck drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-20-overview drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_06_ditto-in-20-min drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2021_10_25-eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2022_10_24_eclipse-iot-wg-community-day drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2022_10_ditto-and-wot drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 2023_01_ditto-in-30-min drwxr-sr-x. 2 jenkins 1001020000 110 Feb 27 19:56 2024_02_27_eclipse-iot-wg-update drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 bg-images drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 images ./slides/2018_02_07-virtualiot-meetup: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 29040 Feb 27 15:41 index.html ./slides/2018_05_23-meetup-iot-hessen: total 40 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 34156 Feb 27 15:41 index.html ./slides/2018_10_22-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14249 Feb 27 15:41 index.html ./slides/2019_10_21-eclipse-iot-wg-f2f-ludwigsburg: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15023 Feb 27 15:41 index.html ./slides/2020_04_16-ttn-virtual-conference: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 31939 Feb 27 15:41 index.html ./slides/2020_07_28-iot-wg-status-update: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 15007 Feb 27 15:41 index.html ./slides/2020_10_19-eclipse-iot-wg-community-day: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16399 Feb 27 15:41 index.html ./slides/2021_05_ditto-introduction-deck: total 36 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 30836 Feb 27 15:41 index.html ./slides/2021_06_ditto-20-overview: total 24 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 16519 Feb 27 15:41 index.html ./slides/2021_06_ditto-in-20-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 21875 Feb 27 15:41 index.html ./slides/2021_10_25-eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 14949 Feb 27 15:41 index.html ./slides/2022_10_24_eclipse-iot-wg-community-day: total 20 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 13920 Feb 27 15:41 index.html ./slides/2022_10_ditto-and-wot: total 32 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 25651 Feb 27 15:41 index.html ./slides/2023_01_ditto-in-30-min: total 28 drwxr-sr-x. 2 jenkins 1001020000 24 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 23383 Feb 27 15:41 index.html ./slides/2024_02_27_eclipse-iot-wg-update: total 376 drwxr-sr-x. 2 jenkins 1001020000 110 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 66606 Feb 27 15:41 ditto-commits-per-month-2024.png -rw-r--r--. 1 jenkins 1001020000 72261 Feb 27 15:41 ditto-last-12m.png -rw-r--r--. 1 jenkins 1001020000 213161 Feb 27 15:41 ditto-ui.png -rw-r--r--. 1 jenkins 1001020000 20260 Feb 27 15:41 index.html ./slides/bg-images: total 1344 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 48663 Feb 27 15:41 background-cloud-small.jpg -rw-r--r--. 1 jenkins 1001020000 182246 Feb 27 15:41 background-conclusion-small.jpg -rw-r--r--. 1 jenkins 1001020000 141036 Feb 27 15:41 background-demo-small.jpg -rwxr-xr-x. 1 jenkins 1001020000 67028 Feb 27 15:41 background-eagle-small.jpg -rw-r--r--. 1 jenkins 1001020000 146036 Feb 27 15:41 background-framework-small.jpg -rw-r--r--. 1 jenkins 1001020000 168551 Feb 27 15:41 background-outlook-small.jpg -rw-r--r--. 1 jenkins 1001020000 119197 Feb 27 15:41 background-twin-small.jpg -rw-r--r--. 1 jenkins 1001020000 478262 Feb 27 15:41 juan-davila-P8PlK2nGwqA-unsplash.jpg ./slides/images: total 808 drwxr-sr-x. 2 jenkins 1001020000 4096 Feb 27 19:56 . drwxr-sr-x. 19 jenkins 1001020000 4096 Feb 27 19:56 .. -rw-r--r--. 1 jenkins 1001020000 20911 Feb 27 15:41 asset-admin-shell.png -rwxr-xr-x. 1 jenkins 1001020000 12025 Feb 27 15:41 bosch-iot-things-2020.png -rw-r--r--. 1 jenkins 1001020000 15573 Feb 27 15:41 bosch-iot-things.png -rwxr-xr-x. 1 jenkins 1001020000 51307 Feb 27 15:41 ditto-in-action-2019.png -rwxr-xr-x. 1 jenkins 1001020000 84773 Feb 27 15:41 ditto-in-action-2020.png -rw-r--r--. 1 jenkins 1001020000 47734 Feb 27 15:41 ditto-in-action.png -rw-r--r--. 1 jenkins 1001020000 35351 Feb 27 15:41 ditto-orchestration-examples.png -rw-r--r--. 1 jenkins 1001020000 267438 Feb 27 15:41 ditto-ui-screenshot.png -rw-r--r--. 1 jenkins 1001020000 36694 Feb 27 15:41 eclipse_iot_logo.png -rwxr-xr-x. 1 jenkins 1001020000 9534 Feb 27 15:41 Javascript_badge.svg -rw-r--r--. 1 jenkins 1001020000 58130 Feb 27 15:41 meme-dino.jpg -rw-r--r--. 1 jenkins 1001020000 20186 Feb 27 15:41 thjaeckle_400x400.jpg -rwxr-xr-x. 1 jenkins 1001020000 35056 Feb 27 15:41 ttn-ditto-via-mqtt.png -rwxr-xr-x. 1 jenkins 1001020000 51845 Feb 27 15:41 ttn-hono-ditto.png -rwxr-xr-x. 1 jenkins 1001020000 17775 Feb 27 15:41 ttn-logo.png -rw-r--r--. 1 jenkins 1001020000 27392 Feb 27 15:41 wot.png ./wot: total 40 drwxr-sr-x. 2 jenkins 1001020000 118 Feb 27 19:56 . drwxr-sr-x. 29 jenkins 1001020000 20480 Feb 27 19:57 .. -rw-r--r--. 1 jenkins 1001020000 3764 Feb 27 15:41 ditto-extension.html -rw-r--r--. 1 jenkins 1001020000 1503 Feb 27 15:41 ditto-extension.jsonld -rw-r--r--. 1 jenkins 1001020000 2000 Feb 27 15:41 ditto-extension.rdf -rw-r--r--. 1 jenkins 1001020000 1513 Feb 27 15:41 ditto-extension.ttl [Pipeline] sh + git add --all . [Pipeline] sh + git commit -s -a -m 'fast site update - build no: 108 - blogpost AAS' [master f1965f4f2] fast site update - build no: 108 - blogpost AAS 33 files changed, 2235 insertions(+), 109 deletions(-) create mode 100644 2024-02-27-integrating-ditto-aas-basyx.html create mode 100644 images/blog/2024-02-15-integrating-ditto-ass-basyx/AASDashboard.png create mode 100644 images/blog/2024-02-15-integrating-ditto-ass-basyx/aas-interaction.svg create mode 100644 images/blog/2024-02-15-integrating-ditto-ass-basyx/aas-sequenz.svg create mode 100644 images/blog/2024-02-15-integrating-ditto-ass-basyx/basic-interaction.svg create mode 100644 images/blog/2024-02-15-integrating-ditto-ass-basyx/pullBridge.svg create mode 100644 images/blog/2024-02-15-integrating-ditto-ass-basyx/pullWrapper.svg create mode 100644 images/blog/2024-02-15-integrating-ditto-ass-basyx/push-pull-overview.svg create mode 100644 images/blog/2024-02-15-integrating-ditto-ass-basyx/push.svg [Pipeline] sh + git push origin master remote: This repository moved. Please use the new location: remote: git@github.com:eclipse-ditto/ditto-website.git remote: remote: GitHub found 24 vulnerabilities on eclipse-ditto/ditto-website's default branch (12 high, 12 moderate). To find out more, visit: remote: https://github.com/eclipse-ditto/ditto-website/security/dependabot remote: To github.com:eclipse/ditto-website.git 74a9ccca6..f1965f4f2 master -> master [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1129 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