MX cdcc791544 fix more apps, move broken apps hace 2 años
..
.flipcorg cdcc791544 fix more apps, move broken apps hace 2 años
.github cdcc791544 fix more apps, move broken apps hace 2 años
icons cdcc791544 fix more apps, move broken apps hace 2 años
lib cdcc791544 fix more apps, move broken apps hace 2 años
scenes cdcc791544 fix more apps, move broken apps hace 2 años
views cdcc791544 fix more apps, move broken apps hace 2 años
.clang-format cdcc791544 fix more apps, move broken apps hace 2 años
.gitignore cdcc791544 fix more apps, move broken apps hace 2 años
LICENSE cdcc791544 fix more apps, move broken apps hace 2 años
Makefile cdcc791544 fix more apps, move broken apps hace 2 años
Seader.png cdcc791544 fix more apps, move broken apps hace 2 años
aeabi_uldivmod.sx cdcc791544 fix more apps, move broken apps hace 2 años
application.fam cdcc791544 fix more apps, move broken apps hace 2 años
assembly.h cdcc791544 fix more apps, move broken apps hace 2 años
bsearch.c cdcc791544 fix more apps, move broken apps hace 2 años
ccid.c cdcc791544 fix more apps, move broken apps hace 2 años
ccid.h cdcc791544 fix more apps, move broken apps hace 2 años
changelog.md cdcc791544 fix more apps, move broken apps hace 2 años
fake_screenshot.pxd cdcc791544 fix more apps, move broken apps hace 2 años
readme.md cdcc791544 fix more apps, move broken apps hace 2 años
rfal_picopass.c cdcc791544 fix more apps, move broken apps hace 2 años
rfal_picopass.h cdcc791544 fix more apps, move broken apps hace 2 años
seader.asn1 cdcc791544 fix more apps, move broken apps hace 2 años
seader.c cdcc791544 fix more apps, move broken apps hace 2 años
seader.h cdcc791544 fix more apps, move broken apps hace 2 años
seader_bridge.h cdcc791544 fix more apps, move broken apps hace 2 años
seader_credential.c cdcc791544 fix more apps, move broken apps hace 2 años
seader_credential.h cdcc791544 fix more apps, move broken apps hace 2 años
seader_custom_event.h cdcc791544 fix more apps, move broken apps hace 2 años
seader_i.h cdcc791544 fix more apps, move broken apps hace 2 años
seader_worker.c cdcc791544 fix more apps, move broken apps hace 2 años
seader_worker.h cdcc791544 fix more apps, move broken apps hace 2 años
seader_worker_i.h cdcc791544 fix more apps, move broken apps hace 2 años
uart.c cdcc791544 fix more apps, move broken apps hace 2 años
uart.h cdcc791544 fix more apps, move broken apps hace 2 años

readme.md

Seader

Flipper Zero application (aka "fap"). Versioning TBD.

Bugs

File issues in GitHub.

Hardware

Option 1: NARD flipper add-on

Buy it assembled at Red Team Tools, with or without SAM.

Or build it yourself from the files in the NARD repo.

Optionally 3d print a case designed by Antiklesys.

Option 2: Smart Card 2 Click

Put SAM (USA EU CA) into adapter (because of chip on top) and plug into reader. Connect reader to Flipper Zero (See Connections below).

Optionally 3d print a case designed by sean

Development

To Build App

  • Install UFBT
  • ufbt to build
  • ufbt launch to launch

To Build ASN1 (if you change seader.asn1)

  • Install git version of asnc1 (brew install asn1c --head on macos)
  • Run asn1c -D ./lib/asn1 -no-gen-example -pdu=all seader.asn in in root to generate asn1c files

References