Created a Deterministic Finite Automaton (DFA)
for the main application design and for the ISAPI dll.
Automation Flow Diagrams for Coding
(click on pictures to enlarge)
Created an ISAPI conversion of cgic (Tom Boutell’s
ANSI C library for CGI Programming), providing ISAPI programmers the features
that CGI programmers get with cgic.
Wrote a preliminary version of the Meade telescope
device driver.
Tested our design ideas. Using the ISAPIC library,
we wrote a basic ISAPI dynamic link library that got commands from the web.
These commands were then processed by another program to control the telescope
(via our very own telescope driver). It worked nicely.
Updated the telescope driver to use N. Devillard’s
INI parser library. Through the use of INI files, we are able to easily change
driver settings (e.g. com port information).
We wrote an ASCOM telescope wrapper, which provides
an interface to all the ASCOM supported telescopes.
Initiated the writing psuedocode for the main
application.