Sujet : Re: Astroget (similar than curl)
De : santiago (at) *nospam* lema.org (Santiago Lema)
Groupes : comp.infosystems.geminiDate : 27. May 2024, 08:36:43
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <slrnv58e0b.1r4v2.santiago@raspi4T.canoa.lan>
References : 1
User-Agent : slrn/1.0.3 (Linux)
On 2024-01-28,
news@zzo38computer.org.invalid <
news@zzo38computer.org.invalid> wrote:
I made a program called "astroget" which is a command-line client for
downloading and uploading files with Gemini and other protocols (it is
similar than curl in some ways).
>
I have sent it to the "awesome-gemini" on GitHub; hopefully they will
add it there and add it to the mirrors on other Git services too.
>
Because of the confusing of implementing TLS, and because you will
normally need to use separate functions for I/O with TLS vs non-TLS,
I wrote a C function which will do these things so that it can be used
in a more simple way; you can use the ordinary send/recv functions with
it rather than needing different ones for TLS.
>
Some things are still missing, though; hopefully they will be added later.
>
Also, it is public domain, so you are free to make your own modified
versions of it or to use some of its code in your own programs if you wish.
>
Is there a link to the code somewhere ? I could not find it in this post
(nor on awesome-gemini a few months later).