Giter Site home page Giter Site logo

calypsoinspector's People

Contributors

abeaujet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

calypsoinspector's Issues

[NOT AN ISSUE] Is this code works on raspberry pi ?

Hello,

I send this "issue" to know if the code works on a raspberry pi 3 with a RFID-RC522 plugged ?
I want to verify if my PassPass card contains some interesting information.

I notice you've test your PassPass card. If you have some tips to give me, please contact me !

Thanks :)

Card not detected

Hi, I'm trying to read a Calypso CD-21 card with a ACR122U reader, but it doesn't even detect the card. When I run the java command, it hangs on "Waiting for card...":

$ java -cp out/*:lib/jdom2-2.0.3.jar fr.mikado.calypsoinspector.Main
Loading network profiles...
Profiles loaded
Loading network fares...
Fares loaded
Loading network topology...
Topology loaded
Loading card strucutre...
Card strucutre loaded
Waiting for card...

Maybe I miss some details on what compatible hardware devices could be used.
Furthermore, I don't understand how you could authenticate via SAM module to access the card, without knowing the secret key embedded in the smart card.
Any help would be highly appreciated!

Problem with counters?

Hello,
I try to read a card with a counter(SFI 19h), which has 5 tokens

06-27 21:11:39.757 11527-11577/? I/System.out: Cmd : 94 b2 01 cc 00  ; SFI:25
06-27 21:11:39.757 11527-11577/? I/System.out:  Recept : 00 00 00 00 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00  statusCode : 90 00 
06-27 21:11:39.757 11527-11577/? I/System.out: ====> readRecordSFI adressable

and when i do the dump, i have:

06-27 21:11:39.897 11527-11577/? I/System.out:         File 2000/2069 Counter :
06-27 21:11:39.897 11527-11577/? I/System.out:             (empty)
06-27 21:11:39.897 11527-11577/? I/System.out:         File 2000/2020 Contracts :
06-27 21:11:39.897 11527-11577/? I/System.out: Record number size :2
06-27 21:11:39.897 11527-11577/? I/System.out:             Record #0

and i define my cardStruct as:

 <file LFI="2069" SFI="19" description="Counter" type="EF">
                 <field description="CounterContractCount" length="6" type="undefined" />
                 <field description="CounterRelativeFirstStamp15Mn" length="18" type="undefined" />
             </file>

in my code, i call
CalypsoFile counters = mEnv.getFile("Counter");
which is no nul,
but with
counters.getRecords().size() = 0

have you already get a problem with counters. With other files, i a none problem.

Tx

Remove .idea/ from repository

Hello (Love your project),

.idea is a folder specific to IntelliJ. It causes conflict with others contributors.
We need to add .idea directory to the list of ignored files. Then remove the directory only from the repository :

$ echo '.idea' >> .gitignore
$ git rm -r --cached .idea
$ git add .gitignore
$ git commit -m 'untracking .idea'
$ git push origin master

How do i run this?

No idea how to run, where to i enter $ make and all of that. Please explain.

Issue while compiling

Hi, I am having trouble when I try to compile the project using javac or even maven. it's the first time I work on java project.
Could you help me ?
Best regards

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.