B0Pass large file transfer tool v2.0.3 - Mobile phone remote control demonstration PPT is not bad

New version description : At the suggestion of netizens, I developed a "computer remote control" for Bailing Express. At first, I was confused as to why I needed a computer keyboard remote control.

Later I learned that the scene might be like this: a team's large-screen computer is equipped with Bailing Express, and a group of people gather around during a meeting (technical discussion, morning meeting...), and then:

1. Everyone can upload a PPT or a batch of screenshots, and then use the mobile phone to remotely open the PPT or screenshots, and turn the pages step by step. It is quite cool to think about it :)...

2. PPT, pictures, videos, PDF documents, etc. can all be controlled remotely in this way.

Therefore, the v2.0.3 version is updated, and you are welcome to try it out. You are welcome to use your imagination to create more interesting application scenarios to make Bailing Express more usable.

1. Bailing Kuai Chuan v2.0.3 update log

  • Optimize a series of functional experience and interface display
  • Supports sending keyboard and mouse commands to the main computer (the main computer is Windows system)
Dedicated mobile app Mobile interface computer remote control Button feedback

2.  Download and use the distribution version

Please read before downloading

  • Compiled executable files for  Windows, MacOS, Linux, Android  and other platforms
  • Just download it to your computer and double-click to open it to use
  • Note 1: It is recommended not to install to system directories such as "C:\Program Files (x86)", otherwise you need to right-click and "run as administrator"
  • Note 2: If you want to customize the port and other configurations, please modify the file config.ini 
[gateway] 
ListenAddr = ":8888"       # Configure IP and port 
Domain = "test.com:8888"   # Optional configuration, configure access domain name (if using port 80 or nginx proxy, the port can be ignored) 
[pass] 
Path = " files"             #File management root directory

Latest version download address

3. Code warehouse

4. Usage scenarios

  • Mobile and computer sharing files

    Double-click on the computer to execute -> Scan the QR code on your mobile phone -> Files on your mobile phone and computer can be transferred to each other.

  • Share files between computers

    Double-click to execute on computer A -> Enter the address of A in the browser on computer B -> Computer A and computer B can transfer files to each other.

  • Share files between virtual machine and computer

    Double-click on the computer to execute -> Enter the address of the computer in the browser on the virtual machine -> Virtual machine and computer files can be transferred to each other.

  • More usage scenarios

    It can also be used as a "home audio and video center", "office file sharing", "product prototype server", etc. Using the LAN HTTP protocol, Windows, MacOS, virtual machines, Android, iPhone, etc. can share files across platforms.

5. Source code compilation

# Download code 
git  clone https://github.com/bitepeng/b0pass.git 
# Use go mod to update dependencies go mod tidy # Develop and run cd main && go run ./main.go # Compile and run the development version cd main && ./ build.bat

 


 


 

Guess you like

Origin www.oschina.net/news/263565/b0pass-2-0-3