npiperelay icon indicating copy to clipboard operation
npiperelay copied to clipboard

npiperelay allows you to access Windows named pipes from WSL

Results 25 npiperelay issues
Sort by recently updated
recently updated
newest added

I don't know anything about `go`, never mind `go get`, but when I installed the latest version `1.18` inside WSL2, I was alerted to use `go install` instead of `go...

Hi! I use npiperelay as part of wsl-vpnkit to solve networking issues in WSL2 when connected to VPN, but my corporate security department brought this to my attention: https://www.virustotal.com/gui/file/9a9beb0286434d7250f4d95777210a61cbea23abf73f275625b813b05c562570/detection Can...

I installed "golang" in Ubuntu in WSL2, followed the cross-build instructions, and tried to run npiperelay.exe, but no matter what I do it just prints the usage message. I tried...

Hi, I am not so much into developing for Windows, nor do I have any clue how Windows names pipes work. But as I understand this tool, it uses the...

### The Problem On the new version of the Windows Insider Preview for Windows 11 (10.0.22518.1000), WSL2 is fully installed and maintained via the windows store app. Something about this...

Im trying to connect the serial port as described in the instructions, but when the script is run, it just hangs and goes no further?

[Scoop](https://scoop.sh/) is the Windows command-line installer. Could you please add and maintain manifest file for npiperelay in the [Scoop Extras repository](https://github.com/lukesampson/scoop-extras)? Thank you.

Also the virustotal output: https://www.virustotal.com/gui/file/ff41951c3f519138bb0e61038d7155c6c38194d4d8a3304f46c67c4572ee8bec/detection

I haven't found a more elegant way to check for this specific error. It looks like {syscall.Errno} does not offer more information than the error text. https://golang.org/pkg/syscall/#Errno https://golang.org/src/syscall/syscall_windows.go#L103

When running docker-compose commands, which opens several simultaneous sockets at once, the relay generates error messages: ``` 2019/06/14 08:51:50 open //./pipe/docker_engine: All pipe instances are busy. ``` On the docker-compose...