Attention is currently required from: laforge.
dexter has posted comments on this change by dexter. ( https://gerrit.osmocom.org/c/pysim/+/41875?usp=email )
Change subject: contrib: add utility to receive ES2+handleDownloadProgressInfo calls ......................................................................
Patch Set 2:
(1 comment)
File contrib/es2p_server.py:
https://gerrit.osmocom.org/c/pysim/+/41875/comment/27af0012_586194f3?usp=ema... : PS1, Line 36: logging.info("ES2+:handleDownloadProgressInfo: %s" % str(data))
this is not yet including the simaResponse decode, which is the most important part, IMHO.
(resultData was also still displayed as a blob). I have extended this now so that it decodes resultData and the simaResponse in it. Everything is no displayed in a single line as JSON. This is probably not the most human friendly format though.