All Projects → KunTengRom → Xfrp

KunTengRom / Xfrp

Licence: gpl-3.0
xfrps&frp client for openwrt&LEDE

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Xfrp

Xfrps
xfrps fork from frp but mainly use its server side feature and cooperate with xfrp
Stars: ✭ 179 (-12.68%)
Mutual labels:  frp, iot, reverse-proxy, openwrt, lede
Gateway Go
🎁GateWay Client for OpenIoTHub[云易连访问内网端口和设备的网关]
Stars: ✭ 127 (-38.05%)
Mutual labels:  frp, iot, openwrt
Socketman
And I think it's gonna be a long, long time
Stars: ✭ 52 (-74.63%)
Mutual labels:  iot, openwrt, lede
Szl
A lightweight, embeddable scripting language
Stars: ✭ 134 (-34.63%)
Mutual labels:  embedded-systems, iot
Luci App Frpc
LuCI support for FRPC
Stars: ✭ 124 (-39.51%)
Mutual labels:  frp, openwrt
Server Go
🎨OpenIoTHub Server[内网穿透和物联网设备管理服务器]
Stars: ✭ 127 (-38.05%)
Mutual labels:  frp, iot
Luci App Xlnetacc
OpenWrt/LEDE LuCI for XLNetAcc (迅雷快鸟)
Stars: ✭ 95 (-53.66%)
Mutual labels:  openwrt, lede
Totalcross
TotalCross is a Software Development Kit that helps cross platform application development. Currently supported platforms are: Windows, Wince, Android, iOS, Linux and Linux ARM for embedded systems.
Stars: ✭ 147 (-28.29%)
Mutual labels:  embedded-systems, iot
Openwrt Shadowsocksr
ShadowsocksR-libev for OpenWrt/LEDE
Stars: ✭ 136 (-33.66%)
Mutual labels:  openwrt, lede
Evmongoose
DEPRECATED. Evmongoose is an asynchronous, event(libev) based multi-protocol embedded networking library with functions including TCP, HTTP, WebSocket, MQTT and much more. It's based on mongoose and libev implementation and it's support Lua API.
Stars: ✭ 199 (-2.93%)
Mutual labels:  openwrt, lede
Netjson
NetJSON is a data interchange format for encoding the basic building blocks of networks.
Stars: ✭ 171 (-16.59%)
Mutual labels:  openwrt, lede
Samples
🍬 Code samples from the nanoFramework team used in testing, proof of concepts and other explorational endeavours
Stars: ✭ 108 (-47.32%)
Mutual labels:  embedded-systems, iot
Frp
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
Stars: ✭ 51,746 (+25141.95%)
Mutual labels:  frp, reverse-proxy
Fast Path Lede Openwrt
PLEASE GO TO NEW OPENWRT TRUNK BASED SFE FIRMWARE ->
Stars: ✭ 96 (-53.17%)
Mutual labels:  openwrt, lede
Familycloudspeederinshell
[ 天翼家庭云/天翼云盘提速 Shell 版 ] A Shell Implementation of FamilyCloudSpeeder, ESurfing
Stars: ✭ 154 (-24.88%)
Mutual labels:  openwrt, lede
Lede Ar71xx Optimized Archer C7 V2
TP-Link Archer C7 V2 AC1750 Optimized LEDE Firmware
Stars: ✭ 176 (-14.15%)
Mutual labels:  openwrt, lede
Xluci2
DEPRECATED. xLuCI2 is a JavaScript Webgui for embedded devices running OpenWRT or LEDE
Stars: ✭ 148 (-27.8%)
Mutual labels:  openwrt, lede
Openwisp Firmware
A OpenWRT based firmware to be used with OpenWISP Manager
Stars: ✭ 86 (-58.05%)
Mutual labels:  openwrt, lede
Awalwm2m
Awa LWM2M is an implementation of the OMA Lightweight M2M protocol in C.
Stars: ✭ 93 (-54.63%)
Mutual labels:  iot, openwrt
Tinytpu
Implementation of a Tensor Processing Unit for embedded systems and the IoT.
Stars: ✭ 153 (-25.37%)
Mutual labels:  embedded-systems, iot

xfrp

Build Status license Supported PRs Welcome Issue Welcome OpenWRT KunTeng

What is xfrp and why start xfrp

xfrp is xfrps client implemented by c for OpenWRT and LEDE system

The motivation to start xfrp project is that we are OpenWRTer, and openwrt usually ran in device which has little ROM and RAM space, however golang always need more space and memory; therefore we start xfrp project.

Compile

xfrp need libevent openssl-dev and json-c support

Before compile xfrp, please install libevent openssl-dev and json-c in your system.

git clone https://github.com/KunTengRom/xfrp.git
cd xfrp
cmake .
make

Quick start

before using xfrp, you should have built the proxy server: xfrps, It's no difference with frp at usage, but support FTP and more embedded-client-friendly for linux.

Run in debug mode :

xfrpc -c frpc_mini.ini -f -d 7 

Run in release mode :

xfrpc -c frpc_mini.ini -d 0

FTP support

xfrp support ftp proxy after version 0.07.451. Hypothesize you have built xfrps succeed!

Configure ftp in frpc.ini

[common]
server_addr = 111.112.113.114
server_port = 7001

[router_ftp_example]
type = ftp
local_port = 21
remote_port = 30621
remote_data_port = 30622

remote_port is the reporxy port of FTP command tunnel, and remote_data_port is FTP-DATA port reporxy.

Use -p (PASV Mode) of ftp command to connect to proxy ftp server:

ftp -p 111.112.113.114 30621

In Master version server_addr can use domain name intead of IP address in FTP proxy. Issue #4 and Issue #5.


Todo list

  • support compression
  • support encrypt

How to contribute our project

See CONTRIBUTING for details on submitting patches and the contribution workflow.

Contact

QQ群 : 331230369

Please support us and star our project

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].