├── .github └── ISSUE_TEMPLATE │ ├── bug-report.md │ ├── question.md │ ├── requirement.md │ └── use-case.md ├── .pr-preview.json ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── charter ├── README.md ├── index.html └── w3c.json ├── images ├── cloud_deployment_model.png ├── cloud_deployment_model.svg ├── cloud_deployment_model2.png ├── cloud_deployment_model2.svg ├── direct_deployment_model.png ├── direct_deployment_model.svg ├── gateway_deployment_model.png ├── gateway_deployment_model.svg ├── gateway_deployment_model2.png └── gateway_deployment_model2.svg ├── index.html ├── proposals └── http-subprotocol │ ├── images │ ├── cloud_deployment_model.png │ ├── cloud_deployment_model.svg │ ├── cloud_deployment_model2.png │ ├── cloud_deployment_model2.svg │ ├── direct_deployment_model.png │ ├── direct_deployment_model.svg │ ├── gateway_deployment_model.png │ ├── gateway_deployment_model.svg │ ├── gateway_deployment_model2.png │ └── gateway_deployment_model2.svg │ └── index.html ├── requirements ├── images │ ├── cloud_deployment_model.png │ ├── cloud_deployment_model2.png │ ├── direct_deployment_model.png │ ├── gateway_deployment_model.png │ └── gateway_deployment_model2.png └── index.html └── w3c.json /.github/ISSUE_TEMPLATE/bug-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/.github/ISSUE_TEMPLATE/bug-report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/.github/ISSUE_TEMPLATE/question.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/requirement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/.github/ISSUE_TEMPLATE/requirement.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/use-case.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/.github/ISSUE_TEMPLATE/use-case.md -------------------------------------------------------------------------------- /.pr-preview.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/.pr-preview.json -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/README.md -------------------------------------------------------------------------------- /charter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/charter/README.md -------------------------------------------------------------------------------- /charter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/charter/index.html -------------------------------------------------------------------------------- /charter/w3c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/charter/w3c.json -------------------------------------------------------------------------------- /images/cloud_deployment_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/images/cloud_deployment_model.png -------------------------------------------------------------------------------- /images/cloud_deployment_model.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/images/cloud_deployment_model.svg -------------------------------------------------------------------------------- /images/cloud_deployment_model2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/images/cloud_deployment_model2.png -------------------------------------------------------------------------------- /images/cloud_deployment_model2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/images/cloud_deployment_model2.svg -------------------------------------------------------------------------------- /images/direct_deployment_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/images/direct_deployment_model.png -------------------------------------------------------------------------------- /images/direct_deployment_model.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/images/direct_deployment_model.svg -------------------------------------------------------------------------------- /images/gateway_deployment_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/images/gateway_deployment_model.png -------------------------------------------------------------------------------- /images/gateway_deployment_model.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/images/gateway_deployment_model.svg -------------------------------------------------------------------------------- /images/gateway_deployment_model2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/images/gateway_deployment_model2.png -------------------------------------------------------------------------------- /images/gateway_deployment_model2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/images/gateway_deployment_model2.svg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/index.html -------------------------------------------------------------------------------- /proposals/http-subprotocol/images/cloud_deployment_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/proposals/http-subprotocol/images/cloud_deployment_model.png -------------------------------------------------------------------------------- /proposals/http-subprotocol/images/cloud_deployment_model.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/proposals/http-subprotocol/images/cloud_deployment_model.svg -------------------------------------------------------------------------------- /proposals/http-subprotocol/images/cloud_deployment_model2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/proposals/http-subprotocol/images/cloud_deployment_model2.png -------------------------------------------------------------------------------- /proposals/http-subprotocol/images/cloud_deployment_model2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/proposals/http-subprotocol/images/cloud_deployment_model2.svg -------------------------------------------------------------------------------- /proposals/http-subprotocol/images/direct_deployment_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/proposals/http-subprotocol/images/direct_deployment_model.png -------------------------------------------------------------------------------- /proposals/http-subprotocol/images/direct_deployment_model.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/proposals/http-subprotocol/images/direct_deployment_model.svg -------------------------------------------------------------------------------- /proposals/http-subprotocol/images/gateway_deployment_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/proposals/http-subprotocol/images/gateway_deployment_model.png -------------------------------------------------------------------------------- /proposals/http-subprotocol/images/gateway_deployment_model.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/proposals/http-subprotocol/images/gateway_deployment_model.svg -------------------------------------------------------------------------------- /proposals/http-subprotocol/images/gateway_deployment_model2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/proposals/http-subprotocol/images/gateway_deployment_model2.png -------------------------------------------------------------------------------- /proposals/http-subprotocol/images/gateway_deployment_model2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/proposals/http-subprotocol/images/gateway_deployment_model2.svg -------------------------------------------------------------------------------- /proposals/http-subprotocol/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/proposals/http-subprotocol/index.html -------------------------------------------------------------------------------- /requirements/images/cloud_deployment_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/requirements/images/cloud_deployment_model.png -------------------------------------------------------------------------------- /requirements/images/cloud_deployment_model2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/requirements/images/cloud_deployment_model2.png -------------------------------------------------------------------------------- /requirements/images/direct_deployment_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/requirements/images/direct_deployment_model.png -------------------------------------------------------------------------------- /requirements/images/gateway_deployment_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/requirements/images/gateway_deployment_model.png -------------------------------------------------------------------------------- /requirements/images/gateway_deployment_model2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/requirements/images/gateway_deployment_model2.png -------------------------------------------------------------------------------- /requirements/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/requirements/index.html -------------------------------------------------------------------------------- /w3c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-thing-protocol/HEAD/w3c.json --------------------------------------------------------------------------------