oyooyo

Results 61 comments of oyooyo

Thank you very much for your very valuable feedback. [I really appreciate this](https://github.com/oyooyo/keyble#acknowledgements). > when Eqiva eQ-3 device is not in range, keyble-sendcommand waits indefinitely for the "active" step: a...

> defaultValue: default_status_update_time, > should be: > defaultValue: default_timeout_time, Argh, of course. Thanks for pointing out. > Status 0 and status 4 never occurred in my tests. That's strange. As...

Hi @lechndo , > Is there a documentation about the protocol somewhere? Would be nice to have, to play around with the lock by myself. > I was wondering if...

Hello @jeeck-jan, could you provide a link where I can find some more information on this?

> I don't think we ever thought too much about when to declare something async AND the SDK main structure follows the 7 other SDKs we have and we want...

Ok, thanks for the info. One more remark: In file `dcc.js` you may want to change the last line of function `sign()` from ```javascript return cose.create(headers, cborPayload, signer); ``` to...

As I just mentioned in the other issue, it works fine for me now. Thanks a lot for all your help. One more thing: I noticed that when I run...

FYI: I have converted the current version of the `dcc-sdk.js` SDK to a [fully synchronous version](https://github.com/oyooyo/dcc-sdk.js/tree/sync), by including the required files from cose-js and adding synchronous variants of the required...

Right now, cose-js seems to be exclusively async, at least there are currently no sync versions of the two functions being used by dcc-sdk.js, namely `cose.create()` and `cose.verify()`, even though...