Library for chipless Reader
Project description
libclsprot is a protocol library for chipless reader modules.
Installation
Compile and install the library:
pip3 install libclsprot
After installation you can run unit tests to make sure that the library works fine. Execute:
python -m libclsprot.test
Usage
- In Python 3::
from libclsprot import ChiplessTags
Example
from libclsprot import ChiplessTags
clt = ChiplessTags( port=’COM3’ )
clt.scan( antenna=1, enable=True, start=100, stop=1000, step=5, mid=45, power=2 ) # Setting scan parameters.
- def notify_cb( data ):
print(data)
clt.notify_callback( notify_cb ) # Register callback function.
clt.worker_start()
V0.2 (2019-01-23)
Release ver0.2 new protocol v0.2
V0.1 (2019-01-16)
Release ver0.1
Project details
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 Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file libclsprot-2.5-cp36-cp36m-win32.whl.
File metadata
- Download URL: libclsprot-2.5-cp36-cp36m-win32.whl
- Upload date:
- Size: 68.9 kB
- Tags: CPython 3.6m, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
724f73b3cc46223c55c84cfb99ce7e01e488b7c87bebc0ec81092c38fbc388c7
|
|
| MD5 |
dd966dc90f94452ea123795d5043c55d
|
|
| BLAKE2b-256 |
4fb86be144a8500f243703399c18c16bdaff17eef8c48ad6c264cc96d9494d3a
|