wslbridge

Bridge from Cygwin to WSL pty/pipe I/O

  • Owner: rprichard/wslbridge
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

wslbridge

wslbridge is a Cygwin program that allows connecting to the WSL command-line
environment over TCP sockets, as with ssh, but without the overhead of
configuring an SSH server.

Building wslbridge

You'll need a Cygwin (32 or 64 bit) environment, as well as a WSL environment
(or any other Linux environment). Make sure you have the g++ and make packages
installed.

In Cygwin:

$ cd frontend
make

In WSL/Linux:

$ cd backend
make

The Cygwin frontend program is written to out/wslbridge.exe. The ELF64
backend program is written to out/wslbridge-backend. The files can be copied
somewhere more convenient, but they need to be on a letter drive (e.g. not a
\\server\share\... UNC path). They also need to be on an NTFS volume. The
frontend looks for the backend in its own directory.

Usage

Usage is similar to that of ssh. Run wslbridge with no arguments to start
a bash session in a WSL pty. Append a command-line to run that command in WSL
without a pty (i.e. using 3 pipes for stdio).

wslbridge runs its WSL command with either a pty or using pipes. Pass -t
to enable pty mode or -T to enable pipe mode. Pass -t -t to force pty mode
even if stdin is not a terminal.

Pass -eVAR=VAL to set an environment variable within WSL. Pass just -eVAR
to copy the value from the Cygwin environment.

wsltty (mintty/wslbridge package)

The mintty project provides wsltty, a
standalone WSL terminal package containing mintty, wslbridge, and part of
Cygwin (e.g. the runtime library).

This project is distributed under the MIT license (see the LICENSE file in
the project root).

By submitting a pull request for this project, you agree to license your
contribution under the MIT license to this project.

Main metrics

Overview
Name With Ownerrprichard/wslbridge
Primary LanguageC++
Program languageMakefile (Language Count: 2)
Platform
License:MIT License
所有者活动
Created At2016-08-13 08:45:47
Pushed At2020-09-16 16:32:40
Last Commit At2018-10-14 02:04:31
Release Count6
Last Release Name0.2.4 (Posted on )
First Release Name0.1.0 (Posted on )
用户参与
Stargazers Count357
Watchers Count22
Fork Count18
Commits Count64
Has Issues Enabled
Issues Count46
Issue Open Count30
Pull Requests Count1
Pull Requests Open Count1
Pull Requests Close Count2
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private