UDPspeeder
udp2raw
UDPspeeder | udp2raw | |
---|---|---|
8 | 26 | |
4,793 | 7,463 | |
1.0% | 1.4% | |
0.9 | 4.0 | |
7 months ago | 7 months ago | |
C++ | C++ | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
UDPspeeder
- File transfer solution on a high-latency link
-
Free Public WiFi
It's been a while since I set it up, but iirc I ended up going with https://github.com/wangyu-/UDPspeeder
Pretty sure I used the suggested config and it's been working flawlessly in the background.
Or something like that. With wireguard, it's just a matter of pointing the config at the local socket for the fec tunnel (or any other type of tunnel, there was a dicussion about making it look like TCP http traffic the other day), so it's pretty much plug and play.
- UDPSpeeder usage
-
Show HN: Go-Nbd – A Pure Go NBD Server and Client
I just use nbd-server, nbd-client (kernel module nbd). While at home things are fine, when not at home things can get bad unless you use something like UDPspeeder <https://github.com/wangyu-/UDPspeeder> then you just need to deal with slower speeds.
I do backups with borg while connected through ethernet.
- Packet Replication / Duplication for Noisy Channels AKA Wan Smoothing
-
How to configure GSWave for the lowest internet speed?
The good news is you can implement some kind of ghetto error-correction at a higher level. Set up a tunnel to your pbx with a VPN which supports FEC -- something like UDPspeeder and configure it to send duplicates or triplicates of every packet. In this case, you're sacrificing bandwidth to improve reliability.
-
How to rewrite this C++ inheritance pattern in Rust?
All it needs is a bit of reed solomon encoding in the transport for additional reliability https://github.com/wangyu-/UDPspeeder
- Improve lossy link performance with Forward Error Connection
udp2raw
-
Wireguard blocked
Maybe udp2raw https://github.com/wangyu-/udp2raw
-
Masking your traffic to penetrate very restrictive firewall
For that, I was going to setup UDP2RAW on my laptop to convert Wireguard's UDP traffic to TCP, send that TCP traffic to my server via port 22, to pretend it's SSH traffic, in the server setup UDP2RAW to convert that TCP back to UDP and send it to the Wireguard interface.
-
How to connect Windscribe through an obfuscated mode? (other than from the app)
I've been doing some research and apparently, there's there are methods to obfuscate the VPN connection but everything I've looked at until now requires a special config on the server side of the VPN as well as the client side, and I haven't found anything related to Windscribes configuration for obfuscated servers via OpenVPN Scramble, Shadowsocks, obfsproxy, UDP2RAW, etc.
-
Wireguard over udp2raw bot udp2raw on wg client machine?
I read lots about this, e.g. the howto here. What I try to achieve is similiar to this setup here but the udp2raw server and client position should be switched. Is this possible somehow?
- wireguard is blocked in iran because of udp limitations. how can I setup wireguard with udp2raw to access free internet. is there any guidelines?
- How to setup a obfuscated vpn server
- How to attach an incoming UDP port into a TCP listener port?
-
I present you: the connectivity box
It's fair, though I would consider using tools like (for example) udp2raw for both OpenVPN and Wireguard if you need to bypass firewalls. Running OpenVPN in TCP mode is an awful experience.
-
Wireguard completely banned in Iran
Try to use udp2raw to hide the protocol https://github.com/wangyu-/udp2raw
-
how to bypass school network blocking handshakes?
check various ports with netcat as other mentioned. When you find a port you think may be open try it out. Additionally... this is all UDP and is EASILY blocked with deep packet inspection... you don't even need to go that deep into the packet... You could try a different VPN, or you could try to wrap your WireGuard into a TCP stream : https://github.com/wangyu-/udp2raw
What are some alternatives?
tinyfecVPN - A VPN Designed for Lossy Links, with Build-in Forward Error Correction(FEC) Support. Improves your Network Quality on a High-latency Lossy Link.
udptunnel - It allows TCP/UDP/ICMP traffic over UDP tunneling. It's useful to avoid Internet restrictions.
Mosh - Mobile Shell
hysteria - Hysteria is a powerful, lightning fast and censorship resistant proxy.
Eternal Terminal - Re-Connectable secure remote shell
wireguard-install - WireGuard VPN installer for Linux servers
funnel-proxy - Transparent multiplexing proxy
wstunnel - Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI - Static binary available
psc - E2E encryption for multi-hop tty sessions or portshells + TCP/UDP port forward
quic-go - A QUIC implementation in pure Go
ParPar - High performance PAR2 create client for NodeJS
Cloak - A censorship circumvention tool to evade detection by authoritarian state adversaries