|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] ad hoc UDP listener
|
Check page 259 of Python Essential Reference, 2nd ed. (or any edition, look
up UDP Socket in index). They provide a quick UDP Socket server
implementation. Or I suppose google for python udp socket server. I'm only
suggesting this because you seem hell-bent on learning every nuance of Python :)
Dan W.
> Pythons logging module might be possible, though. I see that there's
> socket support. I just have to arrange, again, for a reliable
> listener.
--
-- Daniel Widyono --
-- www.widyono.net --
-- www.cis.upenn.edu/~widyono --
--
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|