You are browsing as a guest. Sign up (or log in) to start making projects!

1h 15m 14s logged

Finished proxy communication

Wrote a library to make receiving and sending messages really simple. Uses unix sockets so they are pretty fast.

The server is started in the background, then different commands are received through channels.

On the client, the connection is started in the background but c.Start() waits for the connection to change to connected.

Then messages can be sent, but the connection has to be sustained using c.Wait() which waits until the server disconnects.

Now I can start work on querying the docker container for its internal ip address and proxying it.


Commit

0
5

Comments 0

No comments yet. Be the first!