Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

polynds/RemoteControl

Repository files navigation

RemoteControl

功能点

  • 实现键盘方向键控制主机
  • 实现远程屏幕查看和控制
    • 基于流媒体的屏幕显示
  • 实现远程触控板
  • 基于websocket实现指令通讯

运行

  • Mac需要高权限才能运行
sudo ./RemoteControl-darwin-amd64

编译

# linux 下去执行
CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build main.go
# Windows 下去执行
CGO_ENABLED=1 GOOS=windows GOARCH=amd64 go build main.go
  • Linux 下编译 , Mac 或者 Windows 下去执行
# Mac 下去执行
CGO_ENABLED=1 GOOS=darwin GOARCH=amd64 go build main.go
# Windows 下执行
CGO_ENABLED=1 GOOS=windows GOARCH=amd64 go build main.go
  • Windows 下执行 , Mac 或 Linux 下去执行
# Mac 下执行
SET CGO_ENABLED=1
SET GOOS=darwin
SET GOARCH=amd64
go build main.go
# Linux 去执行
SET CGO_ENABLED=1
SET GOOS=linux
SET GOARCH=amd64
go build main.go

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /