RoganDawes

Results 31 issues of RoganDawes

I'm targeting a site that doesn't have an index page for /, and if the page doesn't exist, it actually just closes the connection. (If it helps, the target site...

Hi, I'm looking to build a simple 2 wheel robot, controlled by an ESP8266 WiFi microcontroller. My idea is to host jslogo on the ESP8266's webserver, and provide a websocket...

It seems that there was a plan to support UNIX sockets at some point, since there is a definition in `proto/controlmsg.go`. Unfortunately, there is no support in the client (it...

When exposing TCP ports from a go-http-tunnel client via the server, currently we are required to choose a port on the server to map that port to. e.g server:2222 maps...

Hi, I was wondering how hard it would be to support the inverse mode of operation, where traffic received via the Wireguard interface would automatically be forwarded via a SOCKS...

enhancement

Hi folks, I have purchased a couple of Arducam cameras in their recent kickstarter. These are super high resolution, and super tiny, etc. However, they need special drivers, as per...

Would you consider adding SOCKS support, with a TCP listener, {rather than,as well as} tunnelling over websockets? In a way, that actually simplifies the processing, because there is less encapsulation...

It's a bit annoying to have to add both a `StringEncoder` and a `StringDecoder` node to the graph (on both the server and client pipelines!). These can be amalgamated using...

good first issue

If the protocol does not involve the client speaking first, the HTTP protocol sniffer will prevent progress, as it waits for enough characters to detect whether the protocol is in...

This may allow for more understandable/configurable graphs when protocols change for whatever reason. For example, we may have a graph that implements an HTTP pipeline, but we also support WebSockets....