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

Located in client/api, this is a server that listens for HTTP requests sent from the website. The client server then passes on the request using RPCs to the LedSign or Printing RPC servers written in python.

RPC Server

Located in the server/ directory, these are python programs with auto-generated code to listen for requests sent from the RPC client 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