Dear OpenOCD developers,

I have created a python library to allow interacting with OpenOCD through
its tcl_server interface, which I'd like to announce:

https://github.com/HonzaMat/PyOpenocdClient

The main motivation for creating this new library was:
- Strict checking of the command results and the communication protocol.
This is especially useful when the library is used for testing of OpenOCD
itself.
- Having the code under a permissive license (MIT) to make it available to
wide audience of users.

Your constructive feedback is very welcome. :-)

Regards,
Jan


Reply via email to