- Aug 31, 2023
-
-
developer47 authored
-
- Jan 19, 2022
-
-
developer2 authored
-
- Jun 25, 2019
-
-
developer33 authored
-
- Jul 24, 2017
-
-
developer1 authored
-
- Jun 27, 2016
-
-
developer4 authored
+Linux binaries
-
developer4 authored
+Windows 32 binaries +Windows 64 binaries Finished T2T counters (especially for NXP UL EV1 & NTAG 21x) demonstration. Usage examples of: DL_API UFR_STATUS ReadCounter(uint8_t counter_address, uint32_t *value); DL_API UFR_STATUS IncrementCounter(uint8_t counter_address, uint32_t inc_value); DL_API UFR_STATUS ReadNFCCounter(uint32_t *value); // Same as ReadCounter(2, &value); DL_API UFR_STATUS ReadNFCCounterPwdAuth_RK(uint32_t *value, uint8_t reader_key_index); DL_API UFR_STATUS ReadNFCCounterPwdAuth_PK(uint32_t *value, const uint8_t *key); from uFCoder library.
-
- Jun 08, 2016
-
-
developer4 authored
Testing not finished
-
- Jun 03, 2016
-
-
developer4 authored
Repository maintenance (unnecessary object files cleanup)
-
developer4 authored
Windows binaries.
-
developer4 authored
- Minor changes required by Linux. - Created build configurations for Linux.
-
developer4 authored
Example for PWD / PACK authentication functionality of the T2T cards (NXP NTAG 21x and ULTRALIGHT EV1 specifically)
-