DOS: Send a Message to a Listening Port via MATLAB

2 次查看(过去 30 天)
I am running win7. Not a "pure" mathlab question, but I hope someone can help.
I have a third party application running on my machine. It is listening on port X for the message "STOP", which will cause the 3rd party app to shut down.
I wish to use system.m to pass this message to the app. How can I do this? I suspect this requires knowing the correct command line inputs.
thank you

采纳的回答

Matlab2010
Matlab2010 2012-4-30
telnet via system.m
  1 个评论
Walter Roberson
Walter Roberson 2012-4-30
That will not work by itself. In order to get that to work, you would need to use some mex code that did a process open of telnet: otherwise you will not be able to connect to the input of the telnet process.

请先登录,再进行评论。

更多回答(2 个)

Jan
Jan 2012-4-25
There are several TCP/IP communication programs in the FEX: FEX: Search TCPIP. This is not the system command, but they can send a message to a specific port.

Walter Roberson
Walter Roberson 2012-4-25
http://nmap.org/ncat/ which is a reboot of the older netcat program.

标签

Community Treasure Hunt

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

Start Hunting!

Translated by