jczeus has asked for the wisdom of the Perl Monks concerning the following question:
I want to set up a server in POE that waits for incoming broadcasted UDP packets. There is no POE::Component::Server::UDP. Why? Is there a different way to implement a UDP server in POE?
I had a look at POE::Wheel::UDP (both documentation and source code). It doesn't seem to be very practical: it forces you to specify LocalAddr, which would be a mistake here.
Any suggestions? Of course I would volunteer to write POE::Component::Server::UDP if there's a need for it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: UDP server in POE
by Somni (Friar) on Oct 31, 2007 at 10:35 UTC | |
by jczeus (Monk) on Oct 31, 2007 at 11:09 UTC | |
|
Re: UDP server in POE
by Anonymous Monk on Oct 31, 2007 at 10:34 UTC |