[IronPython] fake socket for IronPython (incomplete)

Sanghyeon Seo sanxiyn at gmail.com
Wed Feb 1 02:59:41 CET 2006


I coded fake Python socket module for IronPython. Here it is (65 lines):
http://sparcs.kaist.ac.kr/~tinuviel/devel/fepy/socket.py

It's incomplete, but it does run minimal example programs from Python
Library Reference, so I decided to share it anyway.
http://docs.python.org/lib/socket-example.html

Try echo_server.py and echo_client.py from this directory:
http://sparcs.kaist.ac.kr/~tinuviel/devel/fepy/example/

Any suggestions?

Seo Sanghyeon



More information about the Ironpython-users mailing list