Get data from web using tcp/ip?

1 view (last 30 days)
Tharun Kumar S
Tharun Kumar S on 10 Mar 2013
Hello,
I would like receive data from another computer. The other computer will send the data through tcp/ip send via internet and my computer would receive the data though tcp/ip receive. Will this work?

Answers (1)

Walter Roberson
Walter Roberson on 10 Mar 2013
Yes, it can work.
It was only a small number of releases ago that Instrument Control Toolbox added the ability to act as a TCP Server. Before that, you could use the FEX contribution "tcpudpip" which has had that facility for some time.
Small note on terminology: the system that initiates the connection is called the TCP Client, and the system that is waiting around to be contacted is called the TCP Server.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!