The code — phase 1

In this section, we'll discuss the code for the phase 1 implementation. In later sections, we'll examine the differences between this code and the phase 2 and phase 3 implementations.

The code consists of the following modules:

Makefile
This is a very basic Makefile, nothing special here.
main.use
Usage message for the web counter resource manager.
main.c
Main module. This contains pretty much everything.
7seg.c
7-segment LED simulator module.

You'll also need a GIF encoder.