![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
UDP Client and Server in oneby mhirschb (Initiate) |
on Mar 05, 2017 at 16:58 UTC ( #1183721=perlquestion: print w/replies, xml ) | Need Help?? |
mhirschb has asked for the wisdom of the Perl Monks concerning the following question: Hello Monks, I should write a thin and easy emulation of a networked device which is controlled by simple UDP commands. The device listens to UDP port 7070 and if a request arrives, it immediately responses with some status data. I solved this easily with
My problem is, that this box should also send time-triggered status notifications every five seconds. Additionaly, these "five seconds" and the content of the status notifications are modified by the incoming request. Currently, I have no clear idea, how the solution might look like. Any hint? Thanks for your time!
Back to
Seekers of Perl Wisdom
|
|