Skip to content

MOBIB-extractor allows you to read the data stored on your STIB Mobib card

Notifications You must be signed in to change notification settings

qkaiser/mobib-extractor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOBIB Card Reader - 2017 Edition

Read data stored on your MOBIB card (STIB/MIVB, SNCB/NMBS, TEC).

screenshot

My objective with this project is to:

  • get rid of this bloated Tk GUI and have a simple CLI tool
  • use valid APDUs for recent smartcards and adapt parsing code
  • rewrite parsing code in a Pythonic way
  • clean install & packaging

Supports both contacted and contactless smart card readers.

Installation

on Linux

apt-get install libpcsclite1 libpcsclite1-dev python python-virtualenv
virtualenv -p python3 ve
source ve/bin/activate
pip install -r requirements.txt

on Mac OS X

TODO

on Microsoft Windows

TODO

Background Information

If you want to know about new APDUs and format, check the documentation

Two scripts are available at the moment:

  • extract.py that reads owner details and last three known locations
  • test.py that emulates commands sent by the STIB plugin

Credits

Initial research project was performed by Tania Marting [email protected] and Jean-Pierre Szikora [email protected] from UCL GIS. All credits goes to them for their amazing work with this :)

Original License

(c) 2009 MOBIB Extractor project. This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to no restriction.

About

MOBIB-extractor allows you to read the data stored on your STIB Mobib card

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%