Skip to content

BenjaminCubbage/gecko

Repository files navigation

For more info on setting up and running Gecko's frontend Vue application, see the /frontend README

For more info on the CCITT Group 4-based bitonal compression.lib, see the /shared README

Gecko

WIP full-stack program that lets anyone send an image to my E-Ink display

Quick Start

Gecko is designed to be both portable and easy to configure. First, make sure CMake >=3.16 and npm are installed on your machine. Then, run:

cmake -A x64 -B out/build -S . -G "<Your CMake Generator of Choice Here>"

Note

For subsequent configurations, simply run reconfig from the command line.

To build all C/C++ projects, run:

build-all

To run the HTTP backend api, run:

api

To run the mosquitto MQTT server, run:

mosquitto

To run the Vite development server, see the /frontend README

About

Bitonal compression based on CCITT Group 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published