help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: controlling octave from a C program


From: dtran11
Subject: Re: controlling octave from a C program
Date: Tue, 27 Dec 2011 14:08:35 -0800 (PST)

It seems like this "octave_main" method makes my application have all the
bells and whistle of Octave and therefore does not need the original Octave
to be running. Is this correct?

I have starting writing a small application that will handle the slave
aspect that I need. Here is what I am doing so far:

- I have a slave application that calls popen("octave", "w") at startup and
then creates a TCP/IP socket.
  It listens to the socket for messages to pass onto the pipe connected to
Octave with fwrite().

- My application can now talk to this slave engine via TCP/IP to send
commands to an Octave process.

I just would like to know if there is something like this already. If not I
will continue with what I have.

Thanks.


--
View this message in context: 
http://octave.1599824.n4.nabble.com/controlling-octave-from-a-C-program-tp4237949p4238380.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]