Philippe Teuwen

Results 224 comments of Philippe Teuwen
trafficstars

iso15: seems ok but 15b seems to short to record properly durations (or duration computation is wrong) ``` [usb] pm3 --> hw dbg 3 #db# Debug level: 3 [usb] pm3...

duration should be the duration of the answer: tag SOF-EOF but they don't do it all, iso15693 duration is like 300ms, I don't understand it. Yes if we're sure we...

> the duration from request eof to tag sof You have already that information by comparing timestamp_start of req, duration of req, timestamp_start of resp. If duration becomes the time...

So right now, for e.g. iso14443A which is one of the decent traces so far, we have: * in the trace record: for each frame: the direction, the time of...

unified API is maintained in `client/include/` SWIG will not be required for ppl to compile the repo. We'll take care that when updating API, we generate the SWIG artefacts and...

yes good point on API stability.

Thinking a bit ahead, we should have also: * a global read-only flag to tell to the script if it's running embedded or not (easy to do) * a way...

> Indeed, the openproxmark, could take a string with "/dev/acm01" etc, which would give the possibility to connect to several proxmarks. > Nevertheless, I think this is too far off...

Here is what we have in the current experimental branch: Embedded Lua: ``` local pm3 = require("pm3") p=pm3.get_current_dev() pm3.console(p, "hw status") ``` Embedded Python: ``` import pm3 p=pm3.get_current_dev() pm3.console(p, "hw...