Daniel Mangum

Results 73 issues of Daniel Mangum

### Feature Description Currently, the `apigen` tool offers the useful functionality of generating an `APIExport` for each group in the set of `APIResourceSchemas`. This is after generating the `APIResourceSchemas` from...

kind/feature
area/apiexports

# Please describe the purpose of this pull request Fixes use of word address as device address in i2c writes. Signed-off-by: Daniel Mangum Some callers pass a word address, but...

When processing a response, all responses to `CON` and `NON` messages are cached for `247` seconds (`EXCHANGE_LIFETIME`): https://github.com/plgd-dev/go-coap/blob/91a04eabf7408addb30cca17ea86c07092d9e102/udp/client/conn.go#L721 https://github.com/plgd-dev/go-coap/blob/91a04eabf7408addb30cca17ea86c07092d9e102/udp/client/conn.go#L623 https://github.com/plgd-dev/go-coap/blob/91a04eabf7408addb30cca17ea86c07092d9e102/udp/client/conn.go#L34 This is due to the language in [Section 4.5 of...

enhancement