========================================================================
    CONSOLE APPLICATION : config_control Project Overview
========================================================================


main.cpp
    This is the main application source file. It uses the example ConfigControl class to control the AJA unit
    specified via a hardcoded ipaddress and port number.

config_control.h
    This file defines an example class that can be used to change config parameters - the basic building block of the
    REST API. A bulk of the code handles connecting to the unit via a socket and reading the HTTP response.
    
    ConfigControl::SetParam(...);
    ConfigControl::GetParam(...);

    These are the core functions that can be used as a starting point for further development.
