Tidak Ada Deskripsi

Luu f9550cec08 Update build&push.yml 1 tahun lalu
.github f9550cec08 Update build&push.yml 1 tahun lalu
api 34a1fa47dd Fix memory leaks 1 tahun lalu
app d47cf71dd0 Update README.md 1 tahun lalu
images f3de20a72d Initial commit or message describing the upload 1 tahun lalu
scenes 0110ee1a5a Update metroflip_scene_start.c 1 tahun lalu
screenshots 0a1004f4c3 added error corrections, update rav-kav parser 1 tahun lalu
.DS_Store f3de20a72d Initial commit or message describing the upload 1 tahun lalu
.gitignore f09a88f819 ufbt stuff 1 tahun lalu
CHANGELOG.md f68e9f7957 Update Changelog 1 tahun lalu
README.md 8faa9cbfc0 Update README.md 1 tahun lalu
application.fam be969a05a5 v0.4, not 0.4.1 1 tahun lalu
icon.png f3de20a72d Initial commit or message describing the upload 1 tahun lalu
manifest.yml a8be8da781 Bump version to v0.4.0 1 tahun lalu
metroflip.c 261d5a9eaa improvements, v0.3 1 tahun lalu
metroflip.h f3de20a72d Initial commit or message describing the upload 1 tahun lalu
metroflip_i.h 34a1fa47dd Fix memory leaks 1 tahun lalu

README.md

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. Please join the server here if you have any questions for me.

Author

@luu176


Setup Instructions

Using the Latest Release

  1. Download the .fap file from the Releases section.
  2. Drag and drop the .fap file into the apps folder on your Flipper Zero's SD card.

Manual Build Instructions

To build Metroflip manually, follow these steps:

  1. Install Git
    Download and install Git on your Windows computer.
    Run the first command:

    
    2. **Navigate to the Project Folder**  
    Run the second command:  
    
    

    cd Metroflip```

  2. Install Python
    Download and install Python from the official website.

  3. Install UFBT
    Run the third command to install UFBT:

    
    5. **Update and Build the Project**  
    Run the following commands in order:  
    
    

    ufbt update```

    
    6. **Connect Your Flipper Zero**  
    Ensure your Flipper Zero is connected via USB and close the QFlipper application (if it’s open).  
    
    7. **Launch the Build**  
    Run the final command:  
    
    

    ufbt launch```


Metroflip - Card Support TODO List

This is a list of metro cards and transit systems that need support or have partial support.

✅ Supported Cards

  • Rav-Kav
  • Status: Partially Supported
  • Charliecard
  • Status: Fully supported.
  • Metromoney
  • Status: Fully supported.
  • Bip!
  • Status: Fully supported.
  • Navigo
  • Status: Fully supported.
  • Troika
  • Status: Fully supported.
  • Clipper
  • Status: Fully supported.
  • Myki
  • Status: Fully supported.
  • Opal
  • Status: Fully supported.
  • ITSO
  • Status: Fully supported

Credits


Special Thanks

Huge thanks to @equipter for helping out the community!