Skip to main content

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

This version

2.5

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

libclsprot-2.5-cp36-cp36m-win32.whl (68.9 kB view hashes)

Uploaded CPython 3.6m Windows x86

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page