emsec / ChameleonMini

The ChameleonMini is a versatile contactless smartcard emulator compliant to NFC. The ChameleonMini was developed by https://kasper-oswald.de. The device is available at https://shop.kasper.it. For further information see the Getting Started Page https://rawgit.com/emsec/ChameleonMini/master/Doc/Doxygen/html/_page__getting_started.html or the Wiki tab above.
Other
1.75k stars 391 forks source link

ChameleonMini GUI Tool for easier operation #30

Closed bronken closed 8 years ago

bronken commented 8 years ago

If anyone has use for this: bronken.de/chameleonminigui

Its not finished but since SW0002 it contains almost all commands currently available. Up/Downloading of Files are already on my "to do" list.

I didnt know where to publish. Its no a real issue but not a pull request either, but should be somewhere around this github project because of its nature. If this is not wanted here, any admin can feel free to delete this post.

dev-zzo commented 8 years ago

Why not make a proper github repo for this, with source and binary releases?

david-oswald commented 8 years ago

I agree, could be a Github repo, which we then can link in the Wiki / on the homepage. For now, I've linked your page.

ghost commented 6 years ago

maybe really old issue and not sure if user bronken is active at github but @bronken can you give out the source code so we can add some functions or use it as a base for new. Alternatively we need to start from scratch. Thanks.

maxieds commented 6 years ago

This is basically what I've already been doing recently except on an Android phone platform (play store screenshots). The source is in Java, so why don't you just use my source code base once it's a little more stable and restyle the GUI toolkit from android to something more desktop'y? You can actually google around and find links to running android apps on the Linux desktop, so it can't be that far off. Actually, I wouldn't mind getting involved in the development of this project.

ghost commented 6 years ago

Yeah you are right. I’ll work on it. Java isn’t my best language but I think we can build on it.

ikarus23 commented 6 years ago

What's about https://github.com/iceman1001/ChameleonMini-rebootedGUI (Windows only)? Has anyone tested it (I have no ChameleonMini)?

ghost commented 6 years ago

@ikarus23 I take a quick look at it - but actually (I'm not sure why) it is not working correctly with the original RevG only with RevE rebooted.

We can take some inspiration of it and build a nearly identical (but different, cause I don't like the checkbox design on main screen) GUI for RevG if needed?

I like their ideas and would go for it to build a GUI which could be a combination of the bronken product and the RevE rebooted GUI, but only for usage RevG

ikarus23 commented 5 years ago

@gtpy Just FYI: There has been a new release at https://github.com/iceman1001/ChameleonMini-rebootedGUI/releases. It claims it does support the RevG firmware now.

ghost commented 5 years ago

@ikarus23 Yeah, thanks I’ve already seen this. My GUI is available under gitlab. https://gitlab.com/Gtpy/ChameleonMini-RevG_GUI

Use the one you like best. I like and use both :)

ikarus23 commented 5 years ago

Oh, great! I didn't know you implementation of a ChameleonMini GUI. Thank you for your work.