This is the source code of The Open Kullo Protocol.
Read the docs online
The current version of the protocol is available via the following URL:
https://www.kullo.net/protocol/
Rebuild the docs from source
These docs are based on the Hyde static website generator.
Install Hyde
- Ubuntu:
sudo apt-get install hyde - pip:
pip install hyde
Generate static website
The following puts HTML files and the necessary media (CSS, Images, ...) into the deploy subdir:
rm -r deploy/* && hyde gen
...or simply run
Run local server
Launches a local server that will update the generated HTML on each change automatically:
Now, access docs via webbrowser: http://localhost:8082/index.html
If you change a file, just reload the page in the browser to see the changes.
License
The Open Kullo Protocol by Kullo GmbH i.L. is licensed under a Creative Commons Attribution-NoDerivatives 4.0 International License.
