-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathPKG-INFO
34 lines (27 loc) · 1.57 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Metadata-Version: 1.1
Name: pyllrp
Version: 3.0.0
Summary: pyllrp: a pure Python implementation of LLRP (Low Level Reader Protocol).
Home-page: http://www.sites.google.com/site/crossmgrsoftware/
Author: Edward Sitarski
Author-email: [email protected]
License: License.txt
Description:
======
pyllrp
======
A pure Python implementation of LLRP (Low Level Reader Protocol)
used by RFID readers including Impinj, Alien and ThingMagic.
See the LLRP spec for details on the messages.
Allows quick-and-easy scripting in fully portable pure Python to create LLRP applications.
All Message and Parameters are full Python classes.
Full validation of all LLRP Messages and Parameters including data type, date values and parameter checking.
Full support for enumerated values.
See TinyExample.py for how to use.
A reader connection manager is also included that can connect to a reader, transact commands, then start/stop a thread to listen for tag reads. A message handler can be configured to respond to any reader message. See wxExample.py for a simple method to show reader messages in a wxPython application with a Queue (requires wxPython install).
The module also supports reading and writing messages in XML format.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: Python :: 3
Classifier: Operating System :: OS Independent