├── .gitmodules ├── LICENSE ├── README.md ├── mfkey_offline.py └── read_log.py /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipperdevices/flipperzero-nfc-rpc/HEAD/.gitmodules -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipperdevices/flipperzero-nfc-rpc/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipperdevices/flipperzero-nfc-rpc/HEAD/README.md -------------------------------------------------------------------------------- /mfkey_offline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipperdevices/flipperzero-nfc-rpc/HEAD/mfkey_offline.py -------------------------------------------------------------------------------- /read_log.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flipperdevices/flipperzero-nfc-rpc/HEAD/read_log.py --------------------------------------------------------------------------------