UDPspeeder
funnel-proxy
UDPspeeder | funnel-proxy | |
---|---|---|
8 | 1 | |
4,793 | 3 | |
1.0% | - | |
0.9 | 0.0 | |
7 months ago | over 4 years ago | |
C++ | C++ | |
MIT License | Apache License 2.0 |
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
funnel-proxy
-
Suggestions for better sleep configuration!
Shugumery talks about UQ Protectors here: https://github.com/oatpp/funnel-proxy
What are some alternatives?
udp2raw - A Tunnel which Turns UDP Traffic into Encrypted UDP/FakeTCP/ICMP Traffic by using Raw Socket,helps you Bypass UDP FireWalls(or Unstable UDP Environment)
Oat++ - 🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.
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.
C++ REST SDK - The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Mosh - Mobile Shell
Squid - Squid Web Proxy Cache
Eternal Terminal - Re-Connectable secure remote shell
userver - Production-ready C++ Asynchronous Framework with rich functionality
psc - E2E encryption for multi-hop tty sessions or portshells + TCP/UDP port forward
ParPar - High performance PAR2 create client for NodeJS
DatagramTunneler - Simple C++ cross-platform client/server app forwarding UDP datagrams through a TCP connection.
go-nbd - Pure Go NBD server and client library.