A simple gemini server implementation for the ESP8266.
Demo: gemini://astrra.space now down, but you can still build the project and see it for yourself!
- Arduino IDE set up for your ESP8266 board.
- This LittleFS plugin installed.
- Copy
example_config.h
toconfig.h
, set up your wifi name and password, add your RSA certicate and key. - Open the sketch in Arduino IDE.
- Compile and upload the sketch to the board.
- Run
Arduino IDE>Tools>ESP8266 LittleFS Data Upload
to upload the contents of the data folder to the flash. - Check if the board has connected to your wifi network and connect to it using your gemini browser of choice.