-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify APDU's commands? #58
Comments
Hi! Thanks for the comments. Answers inline
What's the difficulty when using
If you could outline an specific Best regards. |
Hello @santigimeno Thank you for your reply. Using buffer, may look simple, but from a first timer's pov, when using this lib and using APDU, I had a hard time figuring where the parameters for APDU should be entered, and I am still battling to figure out how to use all the cases in the spec. About the API, I figure a Sync API would help, but I really don't mind like it is up untill now. Do you mind if I put the proposal in another issue? Best regards |
Please do! Looking forward to reading it. |
Closing. Feel free to reopen if you think it should be. |
Hello there
Is there any way we can simplify APDU sending and retrieving?
Working with the buffers seems to have quite a steep learning curve for folks who don't understand very much of the subject.
Hopefully a higher level API would be enough and more time saving for those who want this library to work.
The attached file below is an eID Belgian SDK doc, for example on how the APi could be structured
UPD_Developers_Guide.pdf
Below is an APDU.js file taken from the Open Smart Card Development Platform ( http://www.openscdp.org/index.html)
apdu.txt
Best regards
Pedro
The text was updated successfully, but these errors were encountered: