Peter Sanford

Results 40 comments of Peter Sanford

I'm also interested in getting monitor mode working on this hardware. I adding a monitor interface to the phy as per [these instructions](https://sandilands.info/sgordon/capturing-wifi-in-monitor-mode-with-iw) but that also did not work. Do...

Here's the steps I've been following: ``` # insmod 8723bu.ko ``` dmsg output: ``` RTL871X: module init start RTL871X: rtl8723bu v4.3.6.11_12942.20141204_BTCOEX20140507-4E40 RTL871X: rtl8723bu BT-Coex version = BTCOEX20140507-4E40 RTL871X: usb_endpoint_descriptor(0): RTL871X:...

For what its worth, i wrote a script to merge the asahi arch kernel config with the one in this repo to produce a more fully enabled kernel. The config...

Currently wormhole-william only listens for direct connections on the sending side, and only try's to establish direct connections from the receiving side. I think this was an intentional simplification, but...

I've avoided tor support as it add a lot of complexity for a feature most users do not use. Ideally it would be possible to use the wormhole-william library to...

32bit binaries are still supported by windows 11. Is there something specific that doesn't work with the 32bit binary?

Lets not strip the binaries. The size improvement is fairly minimal and having DWARF by default is useful.

I don't want to support os/arch'es that we don't actually have any users on or any way of testing against. I'm ok adding an "official" binary build for win/amd64 and...

Thanks for this pr. I have a few concerns about this as is. Based on https://github.com/mdp/qrterminal/issues/20 it appears that half block mode doesn't work on windows. I also was unable...

Yubikey bio is FIDO2 only. It doesn't support PIV which is what yubikey-agent uses to store the ssh key.