Proxy + analysis toolkit for Second Life compatible virtual worlds

Hippolyzer Hippolyzer is a fork of Linden Lab’s abandoned PyOGP library targeting modern Python 3, with a focus on debugging issues in Second Life-compatible servers and clients. There is a secondary focus on mocking up new features without requiring a modified server or client. Wherever reasonable, readability and testability are prioritized over performance. Almost all code from PyOGP has been either rewritten or replaced. Major changes from upstream include making sure messages always correctly round-trip, and the addition of a […]

Read more

Lightweight TLS interception capable proxy server focused on Network monitoring

proxy.py Fast, Lightweight, Pluggable, TLS interception capable proxy server focused on Network monitoring, controls & Application development, testing, debugging. Fast & Scalable Scales by using all available cores on the system Threadless executions using coroutine Made to handle tens-of-thousands connections / sec # On Macbook Pro 2015 / 2.8 GHz Intel Core i7 ❯ hey -n 10000 -c 100 http://localhost:8899/ Summary: Total: 0.6157 secs Slowest: 0.1049 secs Fastest: 0.0007 secs Average: 0.0055 secs Requests/sec: 16240.5444 Total data: 800000 bytes Size/request: […]

Read more
1 2