Topic: Alternative Windows GUI clients?

Are there alternative prox gui clients available?

For example, did anyone attempt to write one in C#?
GUI development would be easier than in C, and it could run on Linux too if made compatible with Mono.

Re: Alternative Windows GUI clients?

No there is none that I know of. It would be awesome if you are willing to set this up. Let me know if you need any help.

Re: Alternative Windows GUI clients?

I might have a go at it during my holidays.

I started to write Python code to access the proxmark3 on Windows using ctypes, and Jason has started a Python Proxmark API on Ubuntu.

If I could do it in IronPython, and get IronPython to run on Mono, that would be the best. But I don't believe IronPython will run on the current Mono version, as it requires dynamic language support.