-[*A Machine* for playing *Music for Pieces of Wood* by Steve Reich by Jake Read](https://gitlab.cba.mit.edu/jakeread/reich)
-[Modular, Networked Stepper Motor Controller](https://gitlab.cba.mit.edu/jakeread/netsteppers)
## The Network
## The Network
To make individual motors and sensors modular, AutomataKit endpoints use a port-forwarding, source-routed network. This is *not a bus* and can be connected in a complete graph. All connections are full-duplex and include support for hardware clock synchronization.
To make individual motors and sensors modular, AutomataKit endpoints use a port-forwarding, source-routed network. This is *not a bus* and can be connected in a complete graph. All connections are full-duplex and include support for hardware clock synchronization.
...
@@ -81,12 +86,6 @@ For example, to write a Step Trapezoid command, I would write ``packet 0,1,ptr,e
...
@@ -81,12 +86,6 @@ For example, to write a Step Trapezoid command, I would write ``packet 0,1,ptr,e




# Examples
-[*A Machine* for playing *Music for Pieces of Wood* by Steve Reich by Jake Read](https://gitlab.cba.mit.edu/jakeread/reich)
-[Modular, Networked Stepper Motor Controller](https://gitlab.cba.mit.edu/jakeread/netsteppers)
# Reproducing and Extending Automatakit Work
# Reproducing and Extending Automatakit Work
To reproduce Automatakit Circuits and software, see the [automatakit reproduction guide](reproduction)
To reproduce Automatakit Circuits and software, see the [automatakit reproduction guide](reproduction)