[Tutor] Need help: Want to write a Platform Independent Network Messenger client

Denis Dzyubenko shad at mail.kubtelecom.ru
Thu Sep 18 06:04:16 EDT 2003


On Thu, 18 Sep 2003 12:09:21 +0530,
 Alok Rai(AR) wrote to tutor:

AR>        I am fairly new to the Python community in terms of writing
AR>    significant Python code. I want to write a (Platform Independent) LAN
AR>    messenger client in Python. Any pointers in this regard (existing
AR>    libraries, tools, etc.) would be appreciated.

Few months ago I started writing the same project - platform
independent network chat compatible with Vypress Chat for Windows
(http://www.vypress.com) - serverless chat using UDP packets - it is
very useful for small LAN's.

Now it is almost fully functional, but available only for Unix/Linux
because I didn't noticed that select() on Windows doesn't support file
descriptors, so I am going to rewrite chat using threads. If someone
wants to help me writing this chat, welcome to my email or write
messages to this list (I don't think it is an offtopic here).

-- 
Denis.

Without C we'd have BASI, PASAL, OBOL ;-)



More information about the Tutor mailing list