tholu
tholu

Reputation: 1142

tcpip() command implementation in Octave

Is there an implementation of the tcpip() command from the Instrument Control Toolbox from Matlab? I've searched for it but with no luck until now.

Documentation for the tcpip() command on Matlab is here: http://www.mathworks.de/de/help/instrument/tcpip.html

I want to use the same syntax to make my Matlab-Scripts 100% compatible with Octave.

Upvotes: 1

Views: 2092

Answers (1)

carandraug
carandraug

Reputation: 13091

This function has not been implemented in Octave yet. There is a sockets package which can be used for it but its API is not matlab compatible. There is also a new Octave package for instruments control but it doesn't have those functions yet. The proposed plan is to indeed implement them (see the SocketCAN support for Linux platform section) but they are at the end of it. Maybe you could help Andrius on implementing them?

Upvotes: 2

Related Questions