Updated Public Roadmap (markdown)

Iceman 2024-02-20 11:09:04 +01:00
parent 72033ab89b
commit 5154156c3c

@ -10,17 +10,17 @@ If you have and idea of a feature, do look at the [wishlist](Wishlist)
* [in progress] Improve LF HITAG2 code to use ADC path
* Finish frame [API transition](https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/new_frame_format.md#api-transition) to use `SendCommandNG` everywhere
* [in progress] Chase compilation warnings, when aggressively enabled especially with clang, head-overflows, memory leaks,
* All HF 15 commands needs a redesign. They are not structured like the rest and e.g. `hf 15 info u` is leaving the HF field on
* See if compressing raw LF samples would speed up BT communication
* HF reader identification: listen to 14a/14b/15/iclass/... reader requests and show what reader supports in its polling sequence
* Investigate if there is some gain moving more code from ARM to Thumb. (@slurdge started looking at it)
* Support 14a anticollision to detect several tags
* Forge collision in 14a simulation to simulate several tags at once
* [in progress] LIBPM3 - separate cli /gui from functions, in order to make a libary. This will help Webgui, gui, cli implementations.
* Incorporate the amiibo tool into `hf mfu` commands nicely.
* [in progress] Implement wipe commands for cards. Like `hf mf wipe` (done) `hf mfu wipe` `hf 14b wipe` `hf 15 wipe` `hf felica wipe`
* [in progress] Implement wipe commands for cards. Like `hf mf wipe` (done) `hf mfu wipe` `hf 14b wipe` `hf 15 wipe` (done) `hf felica wipe`
### Accomplished stuff
* ~~Incorporate the amiibo tool into `hf mfu` commands nicely.~~
* ~~All HF 15 commands needs a redesign. They are not structured like the rest and e.g. `hf 15 info u` is leaving the HF field on~~
* ~~Adding ISO 15693 - dual sub carrier support~~
* ~~Have some testbed with a bunch of cards to semi-automate regression tests on most of the features~~
* ~~MAKE INSTALL - enable easyness for package installers / maintainers on pentoo / kali / nethunter to ship proxmark3 binaries~~