The Web of Things framework by WoT.City open source project. It contains various WoT servers, including websocket broker WoT server, CoAP WoT server and etc.
The IoT device can send sensory data to the broker server and the broker server can consequently forward the data to multiple clients. The broker server architecture is especially designed for IoT constrained devices.
- The constrained device has a Websocket/CoAP client which is sending data streams to the web
- A WebSocket/CoAP broker server can be deployed in the cloud as an IoT gateway
- Install and Run Websocket Broker Servers
- Install and Run Coap Broker Servers
- Install and Run Coap-to-Websocket Proxy
- Install and Run Websocket-to-Coap Proxy
There is a SDK that you can also use wotcity.io
as the SDK.
- Devify Desktop is an boilerplate to build IoT server desktop applications that can install on MacOS, Windows and Linux.
There are various ways to get involved with WoT.City Web of Things Framework. We're looking for help identifying bugs, writing documentation and contributing codes.
You can join the discussion with us at wotcity/wotcity-wot-framework.
Bugs are reported via https://github.com/wotcity/wotcity-wot-framework.
The MIT License (MIT)
Copyright (c) 2015 Jollen
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.