CDC3_Host

CDC3_Host

Quick Summary This document describes the architecture of the CDC3 Host Interface, where the platform for execution is a Linux box. ‘Interface’ is a physical USB connection between the Linux box and the CDC3 Control Processor. The Host Interface implements a fairly standard packet exchange mechanism, where data packets of size LESS THAN 256 are exchanged with the CDC3 Processor. serial_recv Module The serial_recv Module accepts input packets from the CDC3 Processor, and then routes them forward to other modules to do the actual work that is requested.
(Hu)go Template Primer

(Hu)go Template Primer

Hugo uses the excellent go html/template library for its template engine. It is an extremely lightweight engine that provides a very small amount of logic. In our experience that it is just the right amount of logic to be able to create a good static website. If you have used other template systems from different languages or frameworks you will find a lot of similarities in go templates.