Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.7 KB

File metadata and controls

14 lines (11 loc) · 1.7 KB

This repository is the single source of truth for all the documentation relative to the nutella framework. Like the rest of the framework it's a work-in-progress so if you find something wrong just open an issue or submit a pull request. Thank you!

Guides and tutorials

Reference

  • command line utility reference Complete description of the nutella command line utility
  • nutella_lib API reference A description of the APIs that nutella exposes. This is intended for application designers. (This should really go away if we have proper docs for language libraries!)
  • nutella protocol Describes how the nutella protocol works and how it maps to MQTT. This describes the kind of messages that get exchanged between nutella components and the hierarchicagl organization of components.
  • Glossary Describes how the nutella protocol works and how it maps to MQTT. This describes the kind of messages that get exchanged between nutella components and the hierarchicagl organization of components.

Want to contribute to the framework? Check out our CONTRIBUTING guide which will explain all you need to know to get started developing the framework.