Josh Pearce

Results 6 comments of Josh Pearce
trafficstars

I think the issue here is that go's ssh client doesn't support socket forwarding? https://cs.opensource.google/go/x/crypto/+/master:ssh/client.go;l=159?q=%22unknown%20channel%20type%22&ss=go%2Fx%2Fcrypto:ssh%2F disable this setting in vscode: remote.SSH.remoteServerListenOnSocket Then, on the remote host, I killed all vscode...

I'm having a difficult time with this device. If I make a capture, `rtl_433 -f 915M -S unknown` then analyze it `rtl_433 -A dev_914.95M_1000k.cu8` and finally use the suggested flex...

> Using `-f 915M` switches to the `minmax` discriminator, otherwise `classic` is used. Perhaps try `-Y classic` for the live capture. That did it!! Thanks!!

I am able to read a tx-2b just fine with `rtl_433 -f 914.995M -R 245 -Y classic`

It's an IIS Default Document issue. Just add the following to your web.config: ``` ... ```