Open vu3rdd opened 3 years ago
As I understand it, the current difficulties are around the hints? That is, this will only ever hint at "websocket to a relay" and the {Python,Go} clients don't know that they can do "tcp to the same relay" to make the connection...?
The Go client built from https://github.com/LeastAuthority/wormhole-william/pull/20 works fine with web client.
I implemented some very minimal parsing of websocket urls etc on the python client. It does not yet support connecting to a websocket based relay, but if the relay server is listening on both tcp and websocket ports, then python client is able to connect to it via TCP while the other side connects to it via websocket, do handshakes and transfer the file.
The web client should interoperate with command line Go client as well as with python client via the websocket relay server.
A few possibilities: