Hi,
On Apr 5, 2011, at 4:50 PM, Hiisi wrote:
>
> I've found a project called remote-maxima:
> https://code.google.com/p/remote-maxima/
> I would like to use it in my program however the site lacks of good
> documentation. Actually it lacks of any reasonable documentation. Is
> there anybody on this list who used it or know a better way to contact
> maxima from C++ code?
We are running Maxima as a server for our project:
http://www.lon-capa.org/maximaasserver.html
The server script (after removing calls to the LONCAPA::Configuration library, which you don't need) should work fine on any Linux. The client script would need to be rewritten in C++.
- Gerd.