ZeeTX Posted March 30, 2009 Share Posted March 30, 2009 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 More sharing options...
0 Andre S. Veteran Posted March 30, 2009 Veteran Share Posted March 30, 2009 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 More sharing options...
Question
ZeeTX
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