You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2021. It is now read-only.
Evan Ugarte edited this page Jun 20, 2020
·
2 revisions
Architecture Diagram
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.