-
-
Notifications
You must be signed in to change notification settings - Fork 437
Closed as not planned
Labels
Description
Description of the feature you're suggesting.
NFC Poller has an advanced mode that allows you to access parent protocols to create your own poller logic. It would be convenient to have the same mode for listener, let's say we create a listener for Mifare Classic, run it through nfc_listener_start_ex and create our own processing logic, also having access to protocol data, for example MfClassicData, at the moment this is possible only if we create a completely custom solution, taking an example from the implementation of listener for the desired protocol, which takes a certain amount of time.
Anything else?
No response
Lemn4t and Cisel256