Stefan S

Results 21 comments of Stefan S

Not sure if anyone mentioned this already: Quart https://gitlab.com/pgjones/quart Very close to Flask, but asyncio in its core. And it even provides the very same plugins. In my opinion, it...

I encountered the same problem reading a TAG4A tag via `tty:USB0:pn532`. It seems the library cannot detect the presence of `ndef` records or I'm doing it wrongmaybe. I had not...

I just realized that there is an unreleased fix on master which makes ndef records for T4 tags work. Just try it with current master.

`pip install -U nfcpy` will install the latest release version, but not the master version. I would give master of this repo a try.

Have you checked that the domain is set correctly to the one you are expecting? By default, the example client assumes `_workstation._tcp`.

So you mean that `SelectIfaces` option does not work for you on Windows?

Thanks for your contribution. However, Windows test is failing since this change.

Personally, I have never tested this library on windows. However, it is run on Travis even on some windows machine which works. So, in general, it should work to some...

> @grandcat any updates on getting this or any of the other PRs merged? I believe the last state was to provide a test for this, even though it would...

I am aware of this problem. As it is time-critical and dependent on the environment, it might be appear or not. The idea to tackle this in future would be...