The Problem
Currently, our smart-sub worker delivers configs and users manually try different protocols until one works. There is zero intelligence about what's blocked and what isn't.
Vision: Smart DPI-Aware Client
A client app that:
- Detects the user's ISP and current DPI rules (passive fingerprinting)
- Selects the best protocol automatically (based on success history + peer data)
- Adapts in real-time when a protocol gets blocked mid-session
- Reports DPI behavior back to a shared intelligence network
βββββββββββββββββββββββββββββββββββ
β Smart VPN Client β
βββββββββββββββββββββββββββββββββββ€
β DPI Detection Engine β
β βββ ISP fingerprinting β
β βββ Protocol probe (background)β
β βββ Latency measurement β
βββββββββββββββββββββββββββββββββββ€
β Protocol Selection Engine β
β βββ Success history (local) β
β βββ Peer intelligence (remote) β
β βββ Weighted random selection β
βββββββββββββββββββββββββββββββββββ€
β Connection Manager β
β βββ Auto-fallback chain β
β βββ Parallel connection racing β
β βββ Session persistence β
βββββββββββββββββββββββββββββββββββ
Research Tasks
Key References
The Problem
Currently, our smart-sub worker delivers configs and users manually try different protocols until one works. There is zero intelligence about what's blocked and what isn't.
Vision: Smart DPI-Aware Client
A client app that:
Research Tasks
Key References