Access to the Maxima



I attach a simple Java program, which demonstrates the socket
connection.

HTH
Volker van Nek 

Am Dienstag, den 26.05.2009, 13:30 +0300 schrieb GiantDragon:
> But how to start server and connect to it? Can you send me some examples.
> Thanks.
> 
> On Tue, May 26, 2009 at 10:29 AM, Volker van Nek
> <volkervannek at googlemail.com> wrote:
> > 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
> >
> >
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MaximaSocket.zip
Type: application/zip
Size: 3010 bytes
Desc: not available
Url : http://www.math.utexas.edu/pipermail/maxima/attachments/20090526/26da296f/attachment.zip