Dylan Mazurek

Results 3 comments of Dylan Mazurek

> I added an esp32 micropython script that sends the FMDN advertisement as detailed in https://developers.google.com/nearby/fast-pair/specifications/extensions/fmdn#advertised-frames table 8. I have no clue yet how to compute the ephemeral id or...

I started building out an sdk for the findmy api. https://github.com/dylanmazurek/google-findmy

The deadlock occurs because the goroutines send to linkCh before filesCh, but the collecting loops process filesCh before linkCh. This causes goroutines to block on sending to the buffered linkCh...