<-- back to the mailing list

A simple/toy client in C

stack at tilde.club stack at tilde.club

Tue Sep 21 17:15:32 BST 2021

- - - - - - - - - - - - - - - - - - - 

Thanks, Omar

I tried poking around in telescope, but isolating the network interaction looked painful. I will look at your test client.

I looked at tinmop, but like most mature clients it does so much that it's hard to pull it apart. I was hoping to get a simple example up, as I am obviously missing something related to certificates, and all examples seem to be HTTPS-related or just hardwired hand-made certificates.

HTTP+SSL is probably a fine solution (once I know what I'm doing), although libtls is probably better, and writing a CFFI is not a problem for me.