[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
help with TCP/IP connection
From: |
mgoiogana |
Subject: |
help with TCP/IP connection |
Date: |
Thu, 12 Jan 2017 05:42:14 -0800 (PST) |
Hi to everyone,
Up to now I've been working with Matlab, but I want to start working with
Octave, and i'll need some basic help, please.
I've installed the Octave 3.6.4 version.
I have am *.m file in Matlab in which I use the commad tcpip in order to
connct with a machine;
/m=tcpip('10.1.23.212',8080,'NetworkRole','client','InputBufferSize',1024);/
As far as I know, there is no any command in Octave with which I can replace
the mentioned tcpip command. I have read that it is possible to make
something similar with the 'Instrument control package'.
Can anyone help me doing this?
I've downloaded the instrument control package from here
<https://octave.sourceforge.io/instrument-control/index.html> . I have
saved the downloaded file in the current Octave directory, and I've tried to
install this package in this way:
/pkg install instrument-control-0.2.3.tar.gz/
But this error appeared:
/>>> pkg install instrument-control-0.2.3.tar.gz
sh.exe: ./configure: /bin/sh: bad interpreter: No such file or directory
>>>the configure script returned the following error:
error: called from 'pkg>configure_make' in file
C:\Software\Octave-3.6.4\share\
octave\3.6.4\m\pkg\pkg.m near line 1373, column 9
error: called from:
error: C:\Software\Octave-3.6.4\share\octave\3.6.4\m\pkg\pkg.m at line
827, c
olumn 5
error: C:\Software\Octave-3.6.4\share\octave\3.6.4\m\pkg\pkg.m at line
383, c
olumn 9/
Can anyone help me with this?
Thank you in advance
--
View this message in context:
http://octave.1599824.n4.nabble.com/help-with-TCP-IP-connection-tp4681408.html
Sent from the Octave - General mailing list archive at Nabble.com.
- help with TCP/IP connection,
mgoiogana <=