This Python module provides a socket-compatible interface for communicating with IrDA devices. The code is heavily adapted from Python's own socket module and for the most part should be fully compatible with existing socket code. Simply replace 'socket' with 'irsocket' and away you go!
None
The package is distributed with disttools but since it is a native extension, a C compiler and system libraries are necessary for building the extension. The extension has been tested on Linux and should also work on Windows with no modifications
BSD
Jonathan Krauss (jkrauss@asymworks.com)
Jonathan Krauss (jkrauss@asymworks.com)
You can download this project in either zip or tar formats.
You can also clone the project with Git by running:
$ git clone git://github.com/asymworks/python-irda