Applications overview
Applications here means product-level patterns that use NoxTLS Rust—not individual Cargo examples. Each pattern links host concerns, device firmware, and operations.
Patterns in this section
| Page | Use case |
|---|---|
| Firmware integration | MCU or RTOS image: footprint, adapters, cert stores, update channels. |
| Host gateway | Linux/Windows service terminating TLS toward cloud and device fleets. |
| Apps topic (examples index) | Repository examples and how to run them locally. |
Lifecycle alignment
- Provisioning — factory keys, trust anchors, and identity certs.
- Boot & update — secure boot policies, signed OTA, and TLS for update servers.
- Runtime — telemetry, command/control, and mutual TLS where required.
Cross-links
- Porting Guide — bring-up checklist.
- TLS component — where TLS logic sits in your architecture.
- Security — coordinated disclosure and hardening.