topicmd is design as a library that you may use from any other language (at least from Python, Java, mostlikelly C#, and perhaps Matlab).
We should implement an interface from Python, since Python is a very nice environment to conduct research experiments. Everything that c_client does nowadays should be doable from Python (push collection, create model, fetch back the results).
topicmd is design as a library that you may use from any other language (at least from Python, Java, mostlikelly C#, and perhaps Matlab). We should implement an interface from Python, since Python is a very nice environment to conduct research experiments. Everything that c_client does nowadays should be doable from Python (push collection, create model, fetch back the results).
Integration with Python should be done via library called "ctypes". An example of such integration you may find here: http://sourceforge.net/p/vft11ccas/code/HEAD/tree/Source/alfrey/Python/ Ask sashafrey for more details.