Skip to content
This repository was archived by the owner on Dec 4, 2021. It is now read-only.

Our Code Structure

Evan Ugarte edited this page Jun 20, 2020 · 2 revisions

Architecture Diagram

sce-architecture

RPC Client Server

hi

RPC Server

To connect other peripherals to our website such as the printer and LED sign we make use of a separate repository, jerrylee17/printingRPC. The server that manages print jobs and messages to the sign is written in Python and uses RPCs to communicate with our web server. To read more about how they work in detail, consider checking out How Printing Works and How Writing to the LED Sign Works in this wiki.

Clone this wiki locally