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