Skip to content

Embedded small net multi-protocol server for ESP8266

Notifications You must be signed in to change notification settings

cstroie/kore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 

Repository files navigation

ESP8266 Gemini Server

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!

Requirements

  • Arduino IDE set up for your ESP8266 board.
  • This LittleFS plugin installed.

Usage

  1. Copy example_config.h to config.h, set up your wifi name and password, add your RSA certicate and key.
  2. Open the sketch in Arduino IDE.
  3. Compile and upload the sketch to the board.
  4. Run Arduino IDE>Tools>ESP8266 LittleFS Data Upload to upload the contents of the data folder to the flash.
  5. Check if the board has connected to your wifi network and connect to it using your gemini browser of choice.

About

Embedded small net multi-protocol server for ESP8266

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%