Fork me on GitHub

python-irda by asymworks

IrDA socket interface for Python

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!

Dependencies

None

Install

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

License

BSD

Authors

Jonathan Krauss (jkrauss@asymworks.com)

Contact

Jonathan Krauss (jkrauss@asymworks.com)

Download

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