rfk101py 0.0.1
pip install rfk101py==0.0.1
Latest version
Released:
RFK101 Proximity card reader over Ethernet
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License
- Author: Michael Dubno
Classifiers
- License
- Operating System
- Programming Language
Project description
RFK101 Package
Package to receive proximity card and keypad data from an RFK101 reader from IDTECK. The RFK101 RS232 connection is done through an Ethernet adaptor (NPort).
Example:
from time import sleep
from rfk101py import rfk101py
def callback(data):
print("Received:",data)
rfk = rfk101py( 'host.test.com', 4008, callback )
# Sleep for 10 seconds waiting for a callback
sleep(10.)
# Close the interface
rfk.close()
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License
- Author: Michael Dubno
Classifiers
- License
- Operating System
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file rfk101py-0.0.1.tar.gz
.
File metadata
- Download URL: rfk101py-0.0.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3bc5b8d38a296e31f80085007ccd35c6bcd733fd96cd4eaaeeec4ce724a07618
|
|
MD5 |
649125d9137cbf9991bfdc5562b09861
|
|
BLAKE2b-256 |
96d2deb9dea62329042e6397a9d73e3188f996489b69e25b1714fd24f3c7038a
|
File details
Details for the file rfk101py-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: rfk101py-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d500ba2266372dd890e1c907a2b7abc8b18c491ccde7b262f764a9bf61c1e000
|
|
MD5 |
f610519c2ef802a4c58d0382346e66a3
|
|
BLAKE2b-256 |
8856780a4235824896c4d6ae2aeba246bf74c26243e11a875d926f6940dec2c3
|