Does anyone have experience with LLRP? I found two modules on npm (and modified one to get more data out of it), but I have no idea how to actually send messages to my Impinj reader.
I understand this may be a niche issue but hey, you never know who knows what.
I have been trying with motorola equipment recently and as per my understanding the library which you mentioned(https://github.com/GeenenTijd/llrp-nodejs) is the only one latest package available.
Try to check the source code in (LLRPMain.js) which is understandable and you could tweak it further by using network sniffers like 'wireshark' and understand the communication from both sides. This approach helped me.
Hope this would be useful and please let me know your progress.