Sammy Kerata Oina
Sammy Kerata Oina
### What does this do? - **Refactor**: Updated the CoAP server configuration in `cmd/coap/main.go` to use a new target host and port. - **Refactor**: Removed the `Publish` method from the...
### Is your feature request related to a problem? Please describe. current error handling relies on having a series of contains() checks for different wrapped errors before assigning an error...
https://github.com/absmach/magistrala/blob/49028e29507f2b92d235bcd53af652e17213573e/auth/mocks/auth_client.go#L15-L22 //go:generate mockery --name=AuthServiceClient --output=./mocks --filename auth_client.go --quiet
This commit adds the MQTT asyncapi definition for the Agent Service. It includes the necessary channels and messages for remote command execution, remote terminal, heartbeat service, and other functionalities. The...
### What does this do? Adds tests to agent ### Which issue(s) does this PR fix/relate to? Resolves #22 ### List any changes that modify/break current functionality ### Have you...
Signed-off-by: SammyOina ### What does this do? - New Feature: Added support for CoAP proxying with TLS and DTLS in `cmd/main.go` and `pkg/coap/coap.go`. This allows users to securely send CoAP...
### What were you trying to achieve? Retrieve a domain by a domain member account using the sdk ### What are the expected results? Retrieve the domain successfully ### What...
# What type of PR is this? This is a Feature as it adds the ability to reject invitations. ## What does this do? - **New Features** - Users can...
https://github.com/absmach/magistrala/blob/eb881690c74b6f2357115848f5ba152533561d30/pkg/sdk/go/sdk.go#L90-L125 Page metadata is used by many methods on SDK interface, however, this can be confusing as struct members are selectively used by different methods. Struct members passed to a...