w84death / ESP8266GeminiServer

A gemini server implementation for the ESP8266

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP8266 Gemini Server

Server running

A simple gemini server implementation for the ESP8266.

  • gemini://gemini.p1x.in:8266

Modified by Krzysztof Krystian Jankowski

Requirements

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

Usage

  1. Edit 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

A gemini server implementation for the ESP8266


Languages

Language:C++ 91.2%Language:C 8.8%