All Projects → newpanjing → Wenat Client Java

newpanjing / Wenat Client Java

Wenat内网穿透,java版客户端

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Wenat Client Java

Tuntox
Tunnel TCP connections over the Tox protocol
Stars: ✭ 251 (+258.57%)
Mutual labels:  p2p, nat
Smargate
内网穿透,c++实现,无需公网IP,小巧,易用,快速,安全,最好的多链路聚合(p2p+proxy)模式,不做之一...这才是你真正想要的内网穿透工具!
Stars: ✭ 1,378 (+1868.57%)
Mutual labels:  p2p, nat
Gnb
GNB is open source de-centralized VPN to achieve layer3 network via p2p with the ultimate capability of NAT Traversal.GNB是一个开源的去中心化的具有极致内网穿透能力的通过P2P进行三层网络交换的VPN。
Stars: ✭ 225 (+221.43%)
Mutual labels:  p2p, nat
ipvpn
[WIP] Easy-to-use decentralized secure overlay private network (for any device)
Stars: ✭ 24 (-65.71%)
Mutual labels:  nat, p2p
opengnb
GNB is open source de-centralized VPN to achieve layer3 network via p2p with the ultimate capability of NAT Traversal.GNB是一个开源的去中心化的具有极致内网穿透能力的通过P2P进行三层网络交换的VPN。
Stars: ✭ 440 (+528.57%)
Mutual labels:  nat, p2p
Gsnova
Private proxy solution & network troubleshooting tool.
Stars: ✭ 509 (+627.14%)
Mutual labels:  p2p, nat
P2p Over Middleboxes Demo
A simple demo of P2P communication over middle boxes such as NAT
Stars: ✭ 289 (+312.86%)
Mutual labels:  p2p, nat
Nsmartproxy
NSmartProxy是一款开源免费的内网穿透工具。采用.NET CORE的全异步模式打造。(NSmartProxy is an open source reverse proxy tool that creates a secure tunnel from a public endpoint to a locally service.)
Stars: ✭ 547 (+681.43%)
Mutual labels:  p2p, nat
Discovery Swarm Webrtc
discovery-swarm for WebRTC
Stars: ✭ 56 (-20%)
Mutual labels:  p2p
Hyperfeed
decentralized rss publishing
Stars: ✭ 60 (-14.29%)
Mutual labels:  p2p
Qtum
Qtum Core Wallet
Stars: ✭ 1,080 (+1442.86%)
Mutual labels:  p2p
Datr
R package to interface with the decentralized dat network.
Stars: ✭ 56 (-20%)
Mutual labels:  p2p
Spruce Network
Decentralized peer-to-peer mesh network.
Stars: ✭ 61 (-12.86%)
Mutual labels:  p2p
Design Document
Architectural specification and design of p2🐼
Stars: ✭ 56 (-20%)
Mutual labels:  p2p
Phpspidermagnetbittorrent
php实现p2p中DHT网络爬虫,并提供搜索下载
Stars: ✭ 64 (-8.57%)
Mutual labels:  p2p
Nat Explorer
An example project using Nat & Weex.
Stars: ✭ 55 (-21.43%)
Mutual labels:  nat
Chainode
Fast, Highly Scalable, and Lightweight Private Blockchain Network based on node.js
Stars: ✭ 55 (-21.43%)
Mutual labels:  p2p
Covenantsql
A decentralized, trusted, high performance, SQL database with blockchain features
Stars: ✭ 1,148 (+1540%)
Mutual labels:  p2p
Nat
nat - the 'ls' replacement you never knew you needed
Stars: ✭ 1,129 (+1512.86%)
Mutual labels:  nat
Drops
opmsg p2p transport network
Stars: ✭ 58 (-17.14%)
Mutual labels:  p2p

WeNat client for java

下载地址

https://github.com/newpanjing/wenat-client-java/releases

WeNAT是一个穿透内网的工具,利用wezoz的服务器,和本地电脑,建立一条专属的通道,并将外网的请求转发到本地,从而实现穿透。 常见应用:支付接口回调调试、微信接口、个人电脑搭建网站

示例

本地地址为: http://localhost:8080/abc 远程地址为:http://github.wezoz.com/abc 当访问http://github.wezoz.com/abc的时候,请求会被转发到http://localhost:8080/abc,实现内网可外网访问。

特性

  1. 支持post、get、以及postBody(json/xml),文件上传暂时不支持,比较耗带宽
  2. 基于socket.io,支持断线重连
  3. 自定义域名(wezoz.com二级域名)

网站

https://www.wezoz.com

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