Skip to content

chitacan/bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bridge

Extend your adb connection to wherever you want.

What is it?

Install

$ npm install -g bridge-tool

Start Server

Run bridge with flag -s.

$ bridge -s
$ PORT=1234 bridge -s

Now your bridge client & bridge app can connect to this server.

Connect to Server

Just type bridge with server url will run bridge client.

$ bridge -u <url>

Usage

  Usage: bridge [options]

  Options:

    -h, --help            output usage information
    -V, --version         output the version number
    -s, --server          run server mode
    -u, --url <url>       specify server url to connect (client mode only)
    -p, --port <port>     specify port number to listen (client mode only)
    -a, --adbport <port>  specify adb server port number to connect (client mode only)

Deploy to Heroku

No server? you can deploy the server to heroku. Just hit the button. 💄

Deploy

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published