UDB background listener program
2 views (last 30 days)
Show older comments
I need to create a UDP background listener that will listen for commands to come on over a UDP port, and when commands come in, execute my functions.
The problem with this example : http://www.mathworks.com/help/instrument/udp.html Is that it expects to know when a specific UDP command is coming over the port, it is not a background listener.
Any ideas or examples how to do this?
0 Comments
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!