From ad7e343c3436852f505e6a4db03468d45e43df0b Mon Sep 17 00:00:00 2001
From: Jake Read <jakerobertread@gmail.com>
Date: Thu, 13 Mar 2025 15:48:38 -0400
Subject: [PATCH] mirror again

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 12850eb..d299bcb 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
 
 > Originally published to https://github.com/jakeread/distributed-motion-systems-using-clock-sync-and-time-encoding on March 10th, 2025  
 
+> Mirrored at https://gitlab.cba.mit.edu/jakeread/distributed-motion-systems-using-clock-sync-and-time-encoding on March 13th, 2025 
+
 > I hereby dedicate the contents of this disclosure to the public domain so that it may serve as prior art.  
 
 Building control systems for mechatronic systems is an ongoing challenge for roboticists and machine builders. A particular challenge is the development of systems that span multiple computing devices: typically these systems involve one or more "laptop-scale" computers (i.e. with GHz of clock and GBs of memory, and normally running an OS - we will call them "big" devices for short), and one or more "embedded" scale devices (i.e. with MHz of clock and MBs or KBs of memory - "small" devices). Systems that span big- and small computing are common especially in manufacturing, where the orchestration of manufacturing tasks (i.e. computer aided manufacturing - CAM) require big computing, but the execution of tasks (i.e. controlling an actuator's position) requires small computing (which is deterministic, reliable, and safe). 
-- 
GitLab