|
@@ -1,6 +1,9 @@
|
|
|
# Metroflip
|
|
# Metroflip
|
|
|
Metroflip is a multi-protocol metro card reader app for the Flipper Zero, inspired by the Metrodroid project. It enables the parsing and analysis of metro cards from transit systems around the world, providing a proof-of-concept for exploring transit card data in a portable format.
|
|
Metroflip is a multi-protocol metro card reader app for the Flipper Zero, inspired by the Metrodroid project. It enables the parsing and analysis of metro cards from transit systems around the world, providing a proof-of-concept for exploring transit card data in a portable format.
|
|
|
|
|
|
|
|
|
|
+# Author
|
|
|
|
|
+[@luu176](https://github.com/luu176)
|
|
|
|
|
+
|
|
|
# Metroflip - Card Support TODO List
|
|
# Metroflip - Card Support TODO List
|
|
|
|
|
|
|
|
This is a list of metro cards and transit systems that need support or have partial support in the **Metroflip** app.
|
|
This is a list of metro cards and transit systems that need support or have partial support in the **Metroflip** app.
|
|
@@ -11,6 +14,9 @@ This is a list of metro cards and transit systems that need support or have part
|
|
|
|
|
|
|
|
- [x] **Charliecard**
|
|
- [x] **Charliecard**
|
|
|
- Status: Fully supported.
|
|
- Status: Fully supported.
|
|
|
|
|
+
|
|
|
|
|
+- [x] **Metromoney**
|
|
|
|
|
+ - Status: Fully supported.
|
|
|
|
|
|
|
|
## 🚧 In Progress / Needs More Functionality
|
|
## 🚧 In Progress / Needs More Functionality
|
|
|
- [ ] **Rav-Kav**
|
|
- [ ] **Rav-Kav**
|
|
@@ -18,9 +24,6 @@ This is a list of metro cards and transit systems that need support or have part
|
|
|
- To Do: Parse more data from the card (e.g., transaction history, expiration date, etc.).
|
|
- To Do: Parse more data from the card (e.g., transaction history, expiration date, etc.).
|
|
|
|
|
|
|
|
## 📝 To Do (Unimplemented)
|
|
## 📝 To Do (Unimplemented)
|
|
|
-- [ ] **Metromoney**
|
|
|
|
|
- - To Do: Add support for reading and analyzing Metromoney transit cards.
|
|
|
|
|
-
|
|
|
|
|
- [ ] **Tianjin Railway Transit (TRT)**
|
|
- [ ] **Tianjin Railway Transit (TRT)**
|
|
|
- To Do: Add support for reading and analyzing Tianjin Railway Transit cards.
|
|
- To Do: Add support for reading and analyzing Tianjin Railway Transit cards.
|
|
|
|
|
|
|
@@ -29,6 +32,7 @@ This is a list of metro cards and transit systems that need support or have part
|
|
|
### Credits:
|
|
### Credits:
|
|
|
- **Charliecard Parser**: by [@zacharyweiss](https://github.com/zacharyweiss)
|
|
- **Charliecard Parser**: by [@zacharyweiss](https://github.com/zacharyweiss)
|
|
|
- **Rav-Kav Parser**: by [@luu176](https://github.com/luu176)
|
|
- **Rav-Kav Parser**: by [@luu176](https://github.com/luu176)
|
|
|
|
|
+- **Metromoney Parser**: by [@Leptopt1los](https://github.com/Leptopt1los)
|
|
|
- **Info Slave**: [@equipter](https://github.com/equipter)
|
|
- **Info Slave**: [@equipter](https://github.com/equipter)
|
|
|
|
|
|
|
|
|
|
|