When I start application from CLI all is ok:
sllurp inventory 192.168.100.100 -a "2,4"
But when I tries to start it from app it's always only antenna number "1":
factory = llrp.LLRPClientFactory(antennas="2,4")
Looks like I just not properly set configuration.
When I start application from CLI all is ok: sllurp inventory 192.168.100.100 -a "2,4"
But when I tries to start it from app it's always only antenna number "1": factory = llrp.LLRPClientFactory(antennas="2,4") Looks like I just not properly set configuration.
Sorry for stupid question:)
Thanks!!