-
We have Trouble in reading tags.
1. Our custom code is reading upto 150 tags successfully
2. When we put 250 tags but only 240 tags are read
3. But FX9600 web UI is reading all the 250 tags
We t…
-
Hi Yaroslav,
I'm trying your version and it has some handy changes compared to the Geenentijd version.
Still, I have a question:
Is it possible to change config while in use? Or if not: what would …
-
Hi Yaroslav,
I am try your version of code but I am not able to grab TID information. I am using Zebra FX9600 reader and I am only able to get EPC96 data.
Please suggest in this regards.
-
Right now the NioClient only connects via unencrypted sockets. This would create a client that has support for TLS.
I work for Target and we're utilizing this project for our LLRP layer, but we ha…
-
If a `RO_ACCESS_REPORT` response is received when attempting to run another transaction (e.g. `STOP_ROSPEC`), the [`while (true)` loop in src/net/base.ts](https://github.com/llrpjs/llrpjs/blob/f5a8b03…
-
Hi there - I'm getting the following errors trying to compile this on Debian Jessie. Any ideas what might be causing it?
```
root@brl-raspi-01:~/LibMercuryRFID# make
gcc -fPIC -Wall -Werror -c -Isrc…
-
hey everyone (and thanks @segfaultcoredump )
thinking about changing from a paid system to this (on a recommendation!)
our current IPICO timing system spits out a txt file. is Pika Timer suitable …
-
I'm trying to figure out what do put in the json parameters, but I'm unsure as to put in "length" and "readData" from swagger.yaml
-
Dear developers,
1. I am applying LayerLRP method on a model for calculating attribution scores on the embedding layer's output by calling
llrp = LayerLRP(model, layer= model.embedding). But this …
-
There are three options to reduce startup time and memory usage of the readers:
- Use a separate JVM, e.g. OpenJ9 (openj9.org) or other alternatives. However, OpenJ9 for ARM is still in beta!
- Look…