kiwirecorder --s-meter=0 not behaving as expected? [fixed]
Hi, I'm trying to get kiwirecorder to output a series of s-meter readings. I thought:
python kiwirecorder.py -s 10.0.0.20 -p 8073 -f 750 -m am --s-meter=0
should send a series of RSSI readings, but it just hangs. If I add a timeout:
kiwirecorder -s 10.0.0.20 -p 8073 -f 750 -m am --s-meter=0 --tlimit=10
the program stops after the timeout without showing an RSSI
If I set --s-meter= to a nonzero number, it returns a single RSSI output, as expected.
Am I misunderstanding how this is supposed to work?
Thanks
v1.483
Comments
Client being used is https://github.com/jks-prv/kiwiclient.git master
Fixed. Please update your branch.
Works now, thank you!