PydgetRFID
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A front-end for the Phidgets Inc. RFID kit
PydgetRFID README
=================

PydgetRFID [1] is a front-end for the Phidgets Inc. RFID kit [2] and
is written in Python. It wraps libphidgets [3] with ctypes [4] to
communicate with the hardware.

PydgetRFID consists of a D-Bus service that allows other applications
to use the hardware through D-Bus. It allows to start and stop reading,
and emits a signal whenever a new tag is read. A simple graphical user
interface (built with PyGTK) which uses this daemon is provided.

Copyright (C) 2007-2012 Jo Vermeulen 

This software is licensed under the GPL, see COPYING for more
details.

Feedback is always welcome!

Dependencies
------------

PydgetRFID requires:

- GNU/Linux
- libphidgets
- Python*
- ctypes (included by default as of Python 2.5)
- PyGTK (for the GUI)
- python-dbus
- dbus*
- hal*

* Most likely already installed on your GNU/Linux distribution

Acknowledgements
----------------

I would like to thank the people at Phidgets Inc. for making their
hardware so easily accessible and the libphidgets developers for
making a user-space driver. 

Of course, thanks go to my employer [5] for purchasing the hardware
and allowing me to use it.

----
[1] http://www.jozilla.net/Software/PydgetRFID
[2] http://www.phidgetsusa.com/RFID_Reader_tags.asp
[3] http://libphidgets.alioth.debian.org/
[4] http://docs.python.org/lib/module-ctypes.html
[5] http://www.uhasselt.be/edm


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。