Skip to content

Commit

Permalink
added MAD entries from the Metrodroid Project. https://github.com/met…
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman1001 committed Oct 21, 2023
1 parent 272cb2b commit 854a95d
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log...

## [unreleased][unreleased]
- Changed mad.json - added entries from the Metrodroid project (@iceman1001)
- Changed `hf iclass dump` - now allow no save of dumped data (@iceman1001)
- Changed `hf iclass calcnewkey` - Added calculations for old key elite and new key non elite (@Antiklesys)
- Changed the CLI prompt to show tcp/udp if used (@iceman1001)
Expand Down
54 changes: 52 additions & 2 deletions client/resources/mad.json
Original file line number Diff line number Diff line change
Expand Up @@ -2940,7 +2940,7 @@
"system_integrator": "A.I.I."
},
{
"application": "Multi-Modal Transit",
"application": "Multi-Modal Transit (Vix/ERG)",
"company": "ERG Transit Systems",
"mad": "0x2103",
"service_provider": "ERG Transit Systems",
Expand All @@ -2953,6 +2953,13 @@
"service_provider": "ERG Transit Systems",
"system_integrator": "ERG Transit Systems"
},
{
"application": "Transit (Metrocard / Christchurch)",
"company": "INIT Transit Systems",
"mad": "0x2105",
"service_provider": "INIT Transit Systems",
"system_integrator": "INIT Transit Systems"
},
{
"application": "Mass Transportation Ticketing",
"company": "Omnifare",
Expand Down Expand Up @@ -2995,6 +3002,13 @@
"service_provider": "Emcard",
"system_integrator": "Emtest"
},
{
"application": "Integrated multi-modal transport ticketing system",
"company": "HOP Fastpass",
"mad": "0x210E",
"service_provider": "HOP Fastpass",
"system_integrator": "HOP Fastpass"
},
{
"application": "Integrated multi-modal transport ticketing system",
"company": "Keane Australia PTY Limited",
Expand Down Expand Up @@ -3038,7 +3052,7 @@
"system_integrator": "T-Systems GEI"
},
{
"application": "Transportation ticket",
"application": "Transportation ticket (Lítačka)",
"company": "Haguess s.r.o.",
"mad": "0x2115",
"service_provider": "HAGUESS, a.s.",
Expand Down Expand Up @@ -3135,6 +3149,35 @@
"service_provider": "RTD",
"system_integrator": "ACS"
},
{
"application": "Bus and rail fare collection (HOLO)",
"company": "INIT",
"mad": "0x2136",
"service_provider": "INIT",
"system_integrator": "INIT"
},
{
"application": "Bus and rail fare collection (Ventra)",
"company": "Cubic",
"mad": "0x2138",
"service_provider": "Cubic",
"system_integrator": "Cubic"
},
{
"application": "Bus and rail fare collection (Clipper)",
"company": "Cubic",
"mad": "0x2139",
"service_provider": "Cubic",
"system_integrator": "Cubic"
},
{
"application": "Bus and rail fare collection (WAVE)",
"company": "INIT Rhode Island",
"mad": "0x213A",
"service_provider": "INIT Rhode Island",
"system_integrator": "INIT Rhode Island"
},

{
"application": "Bus services with extension to rail and taxi",
"company": "Questek Marketing",
Expand Down Expand Up @@ -13621,5 +13664,12 @@
"mad": "0xF001",
"service_provider": "Tech ID",
"system_integrator": "Tech ID"
},
{
"application": "Miscellaneous applications",
"company": "Reserved For future Use",
"mad": "0xFFFF",
"service_provider": "RFU",
"system_integrator": "RFU"
}
]

0 comments on commit 854a95d

Please sign in to comment.