Open Kitchen ConnectWare Library User Guide
- Introduction to Open Kitchen and ConnectWare
- Equipment Firmware Development Process Outline
- OKE Implementation Sanity Check
- ConnectWare API Definitions
- Design by Contract
- Porting
- Serial Driver Interface
- Assertion Handler
- Outbound & Inbound OKMs
- ConnectWare Library (CWL) Task
- Network Status and Configuration
- Brownfield Legacy Network Interfaces
- JSON Library
- Debugging Simulators
- Open Kitchen Scheduling
- ConnectWare Licensing
- ConnectWare Module Virtual Implementation
References
OpenKitchen ConnectWare Serial Protocol Specification
Defines the serial protocol used between OpenKitchen Equipment (OKE) and the ConnectWare Module (CWM). The serial protocol allows OpenKitchen functionality to run on small, memory constrained microcontrollers. The CWL implements this serial protocol and it is not necessary for implementors to have detailed knowledge of it.
OpenKitchen Message Specification
https://sitesage.atlassian.net/wiki/x/BQB0HQ
Describes the JSON encoded OpenKitchen Messages (OKMs) that are transferred between OpenKitchen Equipment (OKE) and the OpenKitchen Cloud (OKC). The CWL implements this message specification and it is not necessary for implementors to have detailed knowledge of it.