MozIoT: Difference between revisions

807 bytes removed ,  4 August 2017
m
(Vision, Mission, Goals, gateway source code and description of specification)
 
(4 intermediate revisions by one other user not shown)
Line 9: Line 9:
''Our mission is to create a Web of Things implementation which embodies Mozilla’s values and helps drive IoT standards for security, privacy and interoperability.''
''Our mission is to create a Web of Things implementation which embodies Mozilla’s values and helps drive IoT standards for security, privacy and interoperability.''


== Goals ==
== Project Things ==
We're currently working on a prototype Web of Things gateway implementation. Our initial goals are:
You can find out more about "Project Things" on our website ([http://iot.mozilla.org/ iot.mozilla.org]) and [https://hacks.mozilla.org/2017/06/building-the-web-of-things/ announcement blog post].
* Able to turn both ZigBee and Z-Wave smart plugs on and off from a web page using a Web of Things approach
* Able to securely access IoT devices from inside and outside the local network
* Make this software available as a package for Raspberry Pi 3 which allows the community to try out this functionality


== Source Code ==
== Source Code ==
* [https://github.com/moziot/ Source Code]
* [https://github.com/mozilla-iot Source Code]
** [https://github.com/moziot/gateway MozIoT Gateway] - An implementation of a Web of Things gateway
** [https://github.com/mozilla-iot/gateway MozIoT Gateway] - An implementation of a Web of Things gateway


== Specification ==
== Specification ==
* [https://moziot.github.io/wot/ Web Thing API] (Work in progress W3C member submission)
* [http://iot.mozilla.org/wot/ Web Thing API] (Work in progress W3C member submission)
** [https://docs.google.com/document/d/1Cr4IGTdzwWN_UrMjwemTwXz3VmJD4X57ljZh2NaaADg/edit?usp=sharing Latest internal draft]
 
This is a proposal for a common data model and a REST API for the Web of Things. The Thing Description provides a vocabulary for describing physical devices connected to the World Wide Web in a machine readable format with a default JSON encoding. The Web Thing API provides a web services based programming interface with a RESTful design for applications to access the properties of devices, request the execution of actions and subscribe to events representing a change in state.


== IRC ==
== IRC ==
Find us in #moziot on irc.mozilla.org
Find us in #iot on irc.mozilla.org


== Public Mailing List ==
== Public Mailing List ==
[https://mail.mozilla.org/listinfo/mozilla.dev.iot mozilla.dev.iot]
[https://mail.mozilla.org/listinfo/mozilla.dev.iot mozilla.dev.iot]
Confirmed users
84

edits