Ulf Lilleengen
Ulf Lilleengen
This is an initial draft of an async API as part of bbqueue with a test showing the working. Status: * [x] Basic read and write API implementation + test...
Currently, embassy-lora and embassy-stm32 subghz peripheral uses blocking SPI. They should be changed to use async SPI (and IRQ to detect busy/ready conditions).
Similar to embassy-net, I'd like to propose adding an embassy-lora module with: *) async lora radio drivers that works with embassy, i.e. using async SPI *) rust-lorawan (MAC layer) trait...
* Add CertValidity type to prevent mixing not_before, not_after in a tuple * Expose CertValidity type and add function on EndEntityCert for reading it Should serve as a way for...
The experience of deploying EnMasse could be improved by adding helm charts for deploying.
**Description** With shared infra, concepts such as multiple AddressSpace is removed, whereas new resources like MessagingEndpoint and MessagingConnector are introduced. The console UI design must be modified to cope with...
**Description** There is a small race in endpoint being marked ready before its vhost configuration have been applied. This should be fixed by having the endpoint sync check that vhost...
**Description** Parallel tests were disabled on the master branch to avoid affecting unrelated tests. They should be reenabled and run several times both on GH actions and Jenkins and any...
**Description** Add support for access control server and IdentityProvider based on #4391 **Tasklist** * [x] Build AMQP SASL authentication server engine (accepting, disapatching, AMQP performatives) * [ ] Cache IdentityProviders/MessagigEndpoints/MessagingUser/MessagingRole/MessagingRoleBinding...
**Description** At present, the operator reports an address as synchronized as soon as the auto link or linkroute is created. However, the operator should also check that the autoLink is...