On Sun, Apr 6, 2008 at 8:17 PM, Richard Hennessy <rvh2007 at comcast.net> wrote:
> I would like to have some information on how wxMaxima connects to the Maxima engine. I would like to be able to do that in any programming language, especially Windows. Any information on how this is done would be greatly appreciated.
wxMaxima starts a socket server on port 4010. Then it starts maxima
with maxima -s 4010 and after that all communication is done through
the socket connection. xmaxima does the same thing on port 4008.
--
Andrej