Skip to content
JamesNewton edited this page Apr 13, 2018 · 19 revisions

Dexter runs Linux on it's microzed board and automatically starts a program called DexRun.c (used to be iotest.c)

DexRun.c is the interface between the ethernet port and the FPGA which controls Dexters hardware (motors, encoders, etc...). It opens a socket and accept commands from DDE and sends data back. It also provides a few local low level functions.

Clone this wiki locally