• 0

Program for graphing from a socket


Question

I'm interested in writing a simple yet effective program that graphs values in real-time reading from a socket such as a telnet session from a device.

Which language would you suggest? I would be glad if I can do this using TCL. Thanks.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Python is a good choice, along with Java and C++. They all have interface to Tcl:

http://docs.python.org/library/tkinter.htm...-look-at-tcl-tk

http://en.wikipedia.org/wiki/Tcl/Java

http://en.wikipedia.org/wiki/C%2B%2B/Tcl

I'd favor Python because it's much more productive, but I don't know if it's feasible from a performance standpoint, since you need to be reading in real-time.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.