💾 Archived View for bbs.geminispace.org › s › Gemini › 19577 captured on 2024-12-17 at 15:04:53. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

Kore - ESP8266 Gemini server

Hi, there!

I have a small project in (slow) development, named kore, after the small jovian moon. It's a Gemini server running on the ESP8266 microcontroller, featuring static content, feeds, tinylog, served from SD card or internal flash filesystem.

If you like, you can see in action here:

gemini://koremoon.duckdns.org

The source code is on GitHub.

https://github.com/cstroie/kore

koremoon.duckdns.org/

#capsule #esp8266

Posted in: s/Gemini

🦥 cstroie

Sep 10 · 3 months ago · 👍 skyjake, fab, ps, zeerooth, acme, HanzBrix

3 Comments ↓

👻 ps · Sep 12 at 03:28:

Cool, try to share it here https://github.com/kr1sp1n/awesome-gemini

👾 fab · Sep 12 at 04:36:

I created a gemini server for the ESP8266 a while ago but didn't continue to work on it, and its a little brittle I think, but you can look at the source code here:

— https://codeberg.org/fab/esp8266-gemserver

I archived the repo in November'22 so it's pretty old and I didn't work on it anymore. It was just an experiment after all.

I'm not even sure if it still compiles.

🦥 cstroie [OP] · Sep 12 at 08:13:

Thank you! Will check that.