Dang Fan
Dang Fan
@alaashahin1 Please follow this documentation: https://www.nxp.com/docs/en/data-sheet/NTAG213_215_216.pdf To authenticate a tag, you need to use the PWD_AUTH command (in Section 10.7). This command is what you need to transceive.
Hi @rgmz , I've added the `vertx-lang-kotlin-gen` in my gradle file. Here is some of my interface: ``` @ProxyGen @VertxGen public interface LiveDatabaseService { @Fluent LiveDatabaseService createLiveEntry(String streamName, Handler resultHandler);...
> > But it didn't generate the corresponding `Await` methods in the `generated` path. Did I miss anything? > > @dangfan Is `vertx-codegen` also defined for kapt? > > ```...
@Blaok 的教程里漏了一点,第一步里,要记得在 `Interfaces - LAN` 下方的 `DHCP Server` 的 `IPv6 Settings` 部分选上 `Always announce default router`。
Would you please provide a minimal reproducible example?
Thanks for the message. We understand HMAC-SHA1 Challenge-Response protocol is used in some popular apps. Unfortunately, we could not identify a documentation that clearly describe this protocol. It would be...
> While I'm not certain if this is accurate, the documentation for YubiKey(https://docs.yubico.com/yesdk/users-manual/application-otp/challenge-response.html) seems to point to https://datatracker.ietf.org/doc/html/rfc2104 for an explanation of the HMAC-SHA1 challenge-response protocol. Unfortunately,this does not describe...
Unfortunately, no. iOS does not allow such operations.
Hi @marwenbk , I just found a library here: https://github.com/jjanku/dart_pcsc . That may help.
Hi @marwenbk, if you're looking for an implementation of CCID protocol on both mobile platforms and desktop platforms, try https://github.com/nfcim/ccid For now, we don't see a proper way to support...