Access to the Maxima



Hello Giant Dragon,

you can access Maxima via socket. You have to run a socket server and to
connect Maxima to this server as a socket client. 
The commands 
C:\Program Files\Maxima-5.18.1\bin\maxima.bat -s 4711
on Windows resp. 
maxima -s 4711
on Linux
connect Maxima to a server which listens on port 4711.

Then you need a second socket client which can stream your in/output to
this socket. 

You can read e.g. wxMaxima.cpp from wxMAxima's source code for more
details.

HTH

Volker van Nek


Am Montag, den 25.05.2009, 22:16 +0300 schrieb GiantDragon:
> How to access to the Maxima using PHP, Java or other programming
> language? I want to use Maxima in my software to perform some
> calculations. Do you have any documentation about this?
> Thanks.
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima