Proxmark / proxmark3

Proxmark 3
http://www.proxmark.org/
GNU General Public License v2.0
3.14k stars 905 forks source link

Walrus compatibility #623

Closed Kaicastledine closed 6 years ago

Kaicastledine commented 6 years ago

Not an issue just wondering if you guys have seen or been part of the walrus app for android ?

https://github.com/TeamWalrus/Walrus/

Works well apart from its got a lot of lack of support from the proxmark yet.

micolous commented 6 years ago

See also the proxmark forum: http://www.proxmark.org/forum/viewtopic.php?id=5560

And the state of PM3 on Android: https://github.com/Proxmark/proxmark3/wiki/android

It looks like they've gone with the approach of re-implementing the PM3 protocol/client in Java. I did something similar for the prototype of my Android port.

Unfortunately, PM3's control protocol doesn't have a definition other than a union of a particular firmware and client version/branch (eg: iceman's fork has subtle protocol differences), so it would be a perpetual battle to keep this up to date with what the PM3 community is doing.

Kaicastledine commented 6 years ago

Yeah of course, thanks for the info.

I've not checked out the android clients but I'll take a look.