On 16/08/18 08:36,
hamba...@gmail.com wrote:
>
> Ok, let me try to explain it with other words...
>
> I have clients which only can use raw sockets and I have webclients which
> only can use websockets.
> Nevertheless, I need to have a solution, that the webclients can
> communicate with raw socket clients and
> aw socket clients can communicate with websocket clients.
> I would have expected that the websockify acts as a transparent proxy which
> means that websockify forwards the socket data from the initial websocket
> client to the raw socket server.
> Or that websockify is able to distribute the data sent from raw socket to
> websocket to the according websocket clients.
>
> So do I have any chance that the raw socket server gets the socket data
> from websocket client?
>
server, which sounds like what you want. That should work fine. The
confusing part is that you are talking about raw socket _clients_. Those