sllurp / sllurp

Pure-Python client for LLRP-based RFID readers
GNU General Public License v3.0
161 stars 100 forks source link

How to enable antennas through application/LLRPClientFactory #145

Closed alealexa closed 5 years ago

alealexa commented 5 years ago

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!!