1
mirror of https://github.com/flipperdevices/flipperzero-firmware.git synced 2025-12-12 04:41:26 +04:00

[FL-3037, FL-3038, FL-3039] File format docs: RFID, iButton, BadUSB (#2177)

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Nikolay Minaylov
2022-12-23 13:25:29 +03:00
committed by GitHub
parent 2f96fad7c2
commit dff73dfd38
3 changed files with 166 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
# iButton key file format
## Example
```
Filetype: Flipper iButton key
Version: 1
# Key type can be Cyfral, Dallas or Metakom
Key type: Dallas
# Data size for Cyfral is 2, for Metakom is 4, for Dallas is 8
Data: 12 34 56 78 9A BC DE F0
```
## Description
Filename extension: `.ibtn`
The file stores single iButton key of type defined by `Key type` parameter
### Version history
1. Initial version.
### Format fields
|Name|Description|
|-|-|
|Key type|Currently supported: Cyfral, Dallas, Metakom|
|Data|Key data (HEX values)|