<ramsay0>
It lets you run OpenOCD on a different computer (or inside Docker) to where the J-Link probe is connected.
<ramsay0>
Any interest in this as an upstream feature?
nerozero has joined #openocd
infisa has joined #openocd
infisa has left #openocd [#openocd]
IlikeTech has quit [Quit: Ping timeout (120 seconds)]
IlikeTech has joined #openocd
KindOne has quit [Server closed connection]
KindOne has joined #openocd
dliviu has quit [Server closed connection]
dliviu has joined #openocd
<borneoa___>
ramsay0: hi, it could be an interesting feature
<borneoa___>
zapb_: any feedback about ramsay0 dev?
Hawk777 has joined #openocd
Guest4 has joined #openocd
Hawk777 has quit [Quit: Leaving.]
Guest4 has quit [Quit: Client closed]
Guest4 has joined #openocd
Haohmaru has joined #openocd
<zapb_>
ramsay0, the only thing that should be missing is connecting directly to an IP address/hostname, right?
<zapb_>
ramsay0, I did not add this feature so far because I was not happy with the API in libjaylink
<zapb_>
If you have a clean implementation I'm open to review / merge it
<zapb_>
borneoa___, PaulFertser: this reminds me that I want to change the license of libjaylink to LGPL. The only blocking point is that I don't have the consent from Evan because his email address is dead. He is the author of a single commit (https://gitlab.zapb.de/libjaylink/libjaylink/-/commit/b06689e350d7060efb80080bcc4bd28533c34b8c). Personally I think the contribution is so small that it should be no problem. Any idea how to
<zapb_>
proceed?
<PaulFertser>
zapb_: rewrite as #if (!(defined(_WIN32) || defined(__MSYS__))
<borneoa___>
zapb_: if it's only that small commit, than revert it, apply the license and make a new commit that reverts the test of #if
<PaulFertser>
And that's it, now it's your code and you relicense :)
<Haohmaru>
rub the source onto your body so it smells like you, at least that's what my cat does
<ramsay0>
:')
<ramsay0>
zapb_ yes, just missing direct TCP connection.
<ramsay0>
Also, a configurable TCP port in transport_tcp.c would be useful for multiple J-Link servers / probes.