This Repository
This is the official repository of the IOPA (Internet of Protocols Alliance) Specification and is the source of all the documentation at iopa.io.
About
IOPA defines a platform-independent, protocol-independent standard framework for the Internet of Things (IOT).
Specification
IOPA Specification (this repository)
We recommend reviewing the reference implementation, iopa-io/iopa, in conjunction with this IOPA specification, so that you get a sense for the implementation possibilities.
To Re-Build the Documentation
This repository uses hexo to generate the documentation
Install dependencies:
$ git clone https://github.com/iopa-io/iopa-docs.git
$ cd iopa-docs
$ brew install homebrew/science/vips --with-webp --with-graphicsmagick
$ npm install
Generate:
$ npm run clean
$ npm run build
Run server:
$ hexo server
License
CC BY-SA 4.0 Documentation under CC BY-SA 4.0 Copyright (c) 2016 Internet of Protocols Association Documentation theme Copyright (c) 2013 Tommy Chen, Hexo Contributors (CC BY 4.0)