Weird that we all like gopher so much but nobody's posted in here.
Today I released version 1.3 (really more 1.2.1 I guess) of Teeny Tiny Gopher Server, which is what powers my gopher hole.
You can grab it here: gopher://tekk.in/1/ttgs/
At <500 lines of C and a few hundreds of kb in memory usage I think it's the smallest and lightest gopher server out there right now.
Teeny Tiny Gopher Server
Re: Teeny Tiny Gopher Server
We're now up to 1.4 which notably adds image support after my Japan trip. I also made it so that you do
so that you don't *have* to edit config.h, but that was 1.3.2
Still right around 400 loc
Code: Select all
make HOST=yourdomain.com
Still right around 400 loc
Re: Teeny Tiny Gopher Server
Wonderful!
I got it running on a BeagleBone Black, running on (old) FreeBSD 12.4.
Buld it with
I got it running on a BeagleBone Black, running on (old) FreeBSD 12.4.
Buld it with
Code: Select all
cc -DGOPHER_HOST='"localhost"' ttgs.c
Re: Teeny Tiny Gopher Server
The makefile ought to have worked fine on FreeBSD, it wants bsdmake.
Has it worked well for you?
Has it worked well for you?
Re: Teeny Tiny Gopher Server
I can confrm that the make command works fine, on the FreeBSD BeagleBone Black..
No problems there
No problems there