Open limpkin opened 1 year ago
Sending it here: https://github.com/mooltipass/moolticute/blob/master/src/MPDevice.cpp#L3895 And for BLE we are using a timer too send it regularly: https://github.com/mooltipass/moolticute/blob/master/src/MPDevice.cpp#L4094
Here's my version of it as well if it helps
@mathfactory @limpkin I've just paired my Mooltipass to the Mooltifill app on my Chromebook and they are talking successfully, so the only thing really missing for IMMEDIATE awesomeness is time sync so I can use my FIDO2 and TOTP over USB from the Mooltipass on ChromeOS.
It is really too bad there isn't a WebUSB interface implemented on the Mooltipass, as that would allow bumping a user to a page similar to the Moolticute device settings page where maybe they couldn't manage credentials (though that wouldn't be hard if the HID interface for management is presented via WebHID to the same landing "site" aka PWA), but the settings page could offer a "sync time" option plus changing some basic settings, and since Project Fugu (aka Web
@deXol: could you point to the relevant bit of code in moolticute?