A light automation agent run every OS.
Which will support kafka / activemq as event / message channel.
- LightAgent, automation client
- LightProxy, proxy channel
- LightServer, automation server
- 支持 HTTP 请求代理
- 多个线程响应用户请求
- 支持 SOCKS5
- 可以考虑支持2层的代理架构,下层与上层之间实现加密传输
- https://www.jb51.net/program/3204924ux.htm
- https://blog.csdn.net/m0_52861000/article/details/126901321
- https://cloud.tencent.com/developer/article/2359503
- SOCKS5实现方式
- Socks5实现代理
- https://www.cnblogs.com/langtianya/p/4283529.html
- https://blog.csdn.net/kevingzy/article/details/127808550
- https://wiyi.org/socks5-implementation.html
- https://www.cnblogs.com/muphy/p/14210917.html
- 参考代码
- Opensource Http proxies
- How to Create an HTTP Proxy Server in Java
- Http Message Parsing in Java Web Servers
- https://www.proxiesapi.com/blog/how-to-build-a-super-simple-http-proxy-in-java.html.php
- https://www.dariawan.com/tutorials/java/multiple-requests-using-http11-vs-http2/
- https://segmentfault.com/a/1190000039266899