IRC log for #openjtag on 20110630

00:03.41*** join/#openjtag _julian (~quassel@hmbg-5f761cc1.pool.mediaWays.net)
01:12.57*** join/#openjtag Openfree` (~Openfreer@116.228.88.131)
01:16.48*** join/#openjtag Openfree` (~Openfreer@116.228.88.131)
01:20.56*** join/#openjtag Openfree` (~Openfreer@116.228.88.131)
01:27.20*** join/#openjtag Openfree` (~Openfreer@116.228.88.131)
01:30.17*** join/#openjtag Openfree` (~Openfreer@116.228.88.131)
03:36.36*** join/#openjtag Openfree` (~Openfreer@116.228.88.131)
03:57.25*** join/#openjtag Openfree` (~Openfreer@116.228.88.131)
05:11.17*** join/#openjtag drath (~vmaster@p4FDBD391.dip.t-dialin.net)
05:11.36*** join/#openjtag Weaselweb (~quassel@77-64-193-225.dynamic.primacom.net)
06:42.46*** join/#openjtag e-ndy (~jkastner@nat/redhat/x-nbgfavrolcfszjit)
08:42.32*** join/#openjtag Openfree` (~Openfreer@116.228.88.131)
09:12.47*** join/#openjtag Openfree` (~Openfreer@116.228.88.131)
09:17.19*** join/#openjtag zoobab (zoobab@vic.ffii.org)
09:35.49*** join/#openjtag roxfan (dunno@91.180.43.192)
12:02.43*** join/#openjtag e-ndy (~jkastner@nat/redhat/x-ebsvuwdwwucoxwvu)
14:18.17*** join/#openjtag mnt_real (~mnt_real@bas9-montrealak-1177755294.dsl.bell.ca)
14:34.52*** join/#openjtag roxfan (dunno@91.180.46.210)
17:18.47*** join/#openjtag drath (~vmaster@p4FDBD391.dip.t-dialin.net)
20:00.11*** join/#openjtag e-ndy (~jkastner@static-84-242-102-36.net.upcbroadband.cz)
20:45.38*** join/#openjtag rje`cf (~rje@c-67-161-99-149.hsd1.wa.comcast.net)
20:59.23*** join/#openjtag drath (~vmaster@p4FDBB3C0.dip.t-dialin.net)
22:07.07*** join/#openjtag rje`cf (~rje@c-67-161-99-149.hsd1.wa.comcast.net)
22:26.54*** join/#openjtag microguy (~maxim@174-138-195-38.cpe.distributel.net)
22:27.08microguyHello!
22:35.38strohihi
22:36.53*** join/#openjtag rje`cf (~rje@c-67-161-99-149.hsd1.wa.comcast.net)
22:46.04microguyhi, strohi.
22:47.37microguyAre there some openocd amateurs / developpers here? I have questions related to sending commands _non-interactively_ to a live openocd server.
22:52.21roxfanuse telnet or gdb interface
22:52.44roxfanmaybe tcl can be used... but i don't know it
22:56.39microguyroxfan, thanks for helping, but I need an automated solution. The closer I have found is to run openocd -f "myboard.cfg" -c "command", but this requires that openocd be started and close everytime.
22:57.19roxfanyou can send data to telnet/gdb ports in automated way
22:57.26microguyI saw there is supposedly a TCP/IP port to which we can send commands, but it does not seem to be documented thoroughly anywhere...
22:57.30roxfanjust learn some socked apis
22:57.41roxfan*socket
22:58.20roxfanhttp://openocd.berlios.de/doc/html/Daemon-Configuration.html <- ports are documented here
22:59.48roxfanif all else fails, there's netcat
23:00.40microguyI'll read this, thank you!
23:05.31microguyroxfan, so there would be a 6666 port (default) labeled "tcl_port" that can be used for issuing tcl commands through a simple RPC connection.
23:05.47roxfanlooks like it
23:06.02roxfanbut i have no idea what's the format of those commands
23:06.36microguyYou mean, like what the tcp/ip messages to pass to it have to look like?
23:06.43roxfanyeah
23:07.06microguyis there anything such as "RPC connection" standard?
23:11.41microguyroxfan, openocd is opensource, so without documentation, the best way to learn about it is to dive in the code...
23:12.37microguythank you for your help! I'll see if I can understand how it works from the internals.

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.