I just installed rtlamr on a brand new installation of Debian on a Raspberry Pi. Everything went well, but when trying to run any rtlamr command, I get the following:
main.go:90: Error connecting to spectrum server: dial tcp 127.0.0.1:1234: connect: connection refused rcvr.Connect
main.(*Receiver).NewReceiver
/root/go/pkg/mod/github/.com/bemasher/rtlamr@v0.9.3/main.go:90
main.main
/root/go/pkg/mod/github/.com/bemasher/rtlamr@v0.9.3/main.go:313
runtime.main
/usr/local/go/src/runtime/proc.go:272
runtime.goexit
/usr/local/go/src/runtime/asm_arm.s:884
I've found a few other references to this type of error, but they seem to involve a Docker installation method, or a problem with a USB device becoming unavailable after time. I have not been able to successfully run this, yet.
Thanks in advance for any assistance.
I just installed rtlamr on a brand new installation of Debian on a Raspberry Pi. Everything went well, but when trying to run any rtlamr command, I get the following:
main.go:90: Error connecting to spectrum server: dial tcp 127.0.0.1:1234: connect: connection refused rcvr.Connect
main.(*Receiver).NewReceiver
/root/go/pkg/mod/github/.com/bemasher/rtlamr@v0.9.3/main.go:90
main.main
/root/go/pkg/mod/github/.com/bemasher/rtlamr@v0.9.3/main.go:313
runtime.main
/usr/local/go/src/runtime/proc.go:272
runtime.goexit
/usr/local/go/src/runtime/asm_arm.s:884
I've found a few other references to this type of error, but they seem to involve a Docker installation method, or a problem with a USB device becoming unavailable after time. I have not been able to successfully run this, yet.
Thanks in advance for any assistance.