-
I'm not sure if I am doing something wrong but running `sllurp access ` throws up some errors.
```
2018-07-02 14:32:25,708 sllurp.llrp: INFO: connecting to :5084...
2018-07-02 14:32:25,709 sllurp…
-
I tried using your Reader API given in the README exactly as it is in a test.py file
test.py:
```
from sllurp import llrp
from twisted.internet import reactor
import logging
logging.getLogge…
-
Please excuse my newness to this library. I was wondering if a preferred way exists of getting any stats or properties of a reader after successfully connecting to it? i.e.: not via logger INFO but, m…
-
I have a sllurp client that is successfully reading scanner tag data via:
addTagReportCallback(some_call_func)
Inside the context of my callback, I would like to report which host (dst) and its …
-
copied from issue #6 on original repo.
The original intent of "Sync Readers" was to run telnet commands onto Alien Readers like the ALR-9650 to set their tagstream, name, etc. Because we now suppor…
-
Any suggestions where the best place within the sllurp inventory command to place code to execute a C executable file to run with the command? I am utilizing Python's OS module to do it, but when I pl…
-
Hi Kaan,
Thanks for posting this useful code.
I am curious as to why you used some parts of the LLRP java toolkit, but implemented other parts yourself that are part of the toolkit?
For examp…
rob5n updated
6 years ago
-
PikaTimer version 1.5 just runs in the background without installing.
-
Hello,
I know it's maybe stupid question, but we can't get it at all.
We want to use Sllurp in our app and read every tag that is in antena range. So when tag is in range we check it for example …
-
Hi Folks. I'd like to get sslurp working with the ThingMagic Astra EX reader (http://www.thingmagic.com/index.php/integrated-readers/445-astra-ex). The reader specs state that it supports "LLRP v1.0…