hysteria icon indicating copy to clipboard operation
hysteria copied to clipboard

HySDK - lightweight client library for easier proxy tool integration

Open tobyxdd opened this issue 3 years ago • 0 comments

Many third-party proxy tools that support Hysteria right now either copy and modify code from this repo or write it themselves from scratch, leading to inconsistent quality and behavioral disparities across implementations. This will also hinder new feature rollouts & protocol upgrades.

One of the root causes is that Hysteria's current code cannot be easily invoked as a library. The core is coupled with other stuff, and there is no documentation. We should clean up the code and wrap the client core into an easy-to-use, well-documented library.

tobyxdd avatar Oct 27 '22 00:10 tobyxdd