-
Notifications
You must be signed in to change notification settings - Fork 137
Release Plan
Kai Hudalla edited this page Apr 4, 2016
·
2 revisions
- Define APIs
- Telemetry
- Command & Control
- Device Registration
- Access Management
- Telemetry Support
- direct messaging (routed not brokered)
- based on Artemis
- based on RabbitMQ
- Command & Control
- based on Artemis
- based on RabbitMQ
- Multi-Tenancy
- multiple customers (tenants) can share the same Hono instance
- tenants have their own separate namespaces
- devices are associated with a tenant
- Device Provisioning
- basic lifecycle handling (e.g. NEW -> PROVISIONED -> ACTIVATED -> QUARANTINED ...)
- Authorization
- Business Applications MAY see data of devices belonging to the tenant that the principal the application authenticated as belongs to
- Business Applications MAY interact with devices belonging to the tenant that the principal the application authenticated as belongs to
- Protocol Adapters
- HTTP
- MQTT
- LWM2M
- Deployment Model
- Docker
- Cloud Foundry
- High-throughput, parallel ingestion of Telemetry data
- Alternative device identifiers (provided by client applications)
???
Found a bug? Have an idea how to improve this page? Great!
See Contribution Guide for details on how to get your change included...