All Projects → koho → frpmgr

koho / frpmgr

Licence: Apache-2.0 License
Windows 平台的 FRP GUI 客户端

Programming Languages

go
31211 projects - #10 most used programming language
C#
18002 projects
Batchfile
5799 projects
c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to frpmgr

purescript-outwatch
A functional and reactive UI framework based on Rx and VirtualDom
Stars: ✭ 33 (-74.81%)
Mutual labels:  frp
reactify
The first and only true Functional Reactive Programming framework for Scala.
Stars: ✭ 77 (-41.22%)
Mutual labels:  frp
Swift-3-Functional-Programming
Code repository for Swift 3 Functional Programming, published by Packt
Stars: ✭ 78 (-40.46%)
Mutual labels:  frp
RxUploader
Uploader for Android using RxJava
Stars: ✭ 72 (-45.04%)
Mutual labels:  frp
odin
High level 2d game engine written in Haskell.
Stars: ✭ 28 (-78.63%)
Mutual labels:  frp
purescript-pop
😃 A functional reactive programming (FRP) demo created with PureScript events and behaviors.
Stars: ✭ 33 (-74.81%)
Mutual labels:  frp
forms
A library to build declarative, composable, reactive user interfaces with WebSharper.
Stars: ✭ 12 (-90.84%)
Mutual labels:  frp
frp-notify
一个专注于消息通知的 frp server manager plugin 实现,让你对进入 frps 的连接了如指掌,不再裸奔。
Stars: ✭ 44 (-66.41%)
Mutual labels:  frp
eta-android-2048
Android 2048 game using Yampa FRP library in Eta
Stars: ✭ 56 (-57.25%)
Mutual labels:  frp
reactive-rs
Streams and broadcasts: functional reactive programming in Rust.
Stars: ✭ 28 (-78.63%)
Mutual labels:  frp
reflex-native
Framework for writing fully native apps using Reflex, a Functional Reactive Programming library for Haskell.
Stars: ✭ 40 (-69.47%)
Mutual labels:  frp
zrp
zrp 是使用Java开发的一款基于Netty的内网穿透工具,主要用于将内网服务反向代理到公网访问。目前支持所有TCP上层协议的代理,包括但不限于HTTP、SSH、FTP、TELNET、SMTP、POP3、DNS等。
Stars: ✭ 32 (-75.57%)
Mutual labels:  frp
XLR8
Android Fastboot Utility Tool-Can do everything xD
Stars: ✭ 27 (-79.39%)
Mutual labels:  frp
akka-ui
AkkaUI - Build your reactive UI using Akka.js
Stars: ✭ 55 (-58.02%)
Mutual labels:  frp
purescript-wire
Events and Signals for FRP. Monad instances included
Stars: ✭ 13 (-90.08%)
Mutual labels:  frp
yave
Functional visual programming language with FRP for multimedia
Stars: ✭ 29 (-77.86%)
Mutual labels:  frp
demonstration-gsd
GSD (Get your Stuff Done) | Basic Todo list for demonstrating CQRS/Command Sourcing in Haskell
Stars: ✭ 46 (-64.89%)
Mutual labels:  frp
recurrent
A library for building functional-reactive (FRP) GUIs in Clojurescript
Stars: ✭ 49 (-62.6%)
Mutual labels:  frp
reflex-dom-semui
A reflex-dom API for Semantic UI components
Stars: ✭ 22 (-83.21%)
Mutual labels:  frp
dtask
DTask is a scheduler for statically dependent tasks.
Stars: ✭ 17 (-87.02%)
Mutual labels:  frp

frpmgr

Build status GitHub release

Windows 下的 frp 图形界面客户端。

frpmgr

系统需求:win7及以上版本

使用说明:

  1. 启动配置将以后台服务的形式独立运行,关闭界面并不影响配置的运行
  2. 已启动的配置,下次开机会自动启动,除非手动禁用自启
  3. 通过界面修改配置后,会自动重启该配置的实例
  4. 手动停止配置后,该配置将不会开机自启

特征

  • ✏️ 简易的编辑界面,快速完成配置
  • ⏯️ 快捷启用/禁用代理条目
  • 📚 多配置文件管理
  • 📥 支持导入/导出配置文件
  • 💻 开机自启动

⚙️ 构建

安装依赖

环境配置

  1. vcvars64.bat 添加到环境变量。通常目录为:
  • C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build
  1. 确保 MinGW 的 bin 目录已添加到环境变量

  2. 确保环境变量 WIX 已设置为 Wix 的安装目录

编译项目

git clone https://github.com/koho/frpmgr
cd frpmgr
build.bat

bin 目录找到生成的安装文件。

调试

编译程序需要渲染图标生成资源和对某些文件打补丁,这些操作都在 build.bat 完成。因此在第一次调试前需要运行一次此脚本,后续调试不需要再执行该脚本。

捐助

如果您觉得本项目对你有帮助,欢迎给予我们支持

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].