dennco project

pre-alpha 1.2 release for windows
Date: Apr 30, 2012

How to run:

- Execute QtDennco.app. It will launch the "dennco engine" application.


- A sample containers are provided. 
  They are under Samples\Samples. Following samples are provided:
    Sample1_SampleCells 
      - demonstrate the functionalities of the cells.

    Sample2_SimpleStorageCells 
      - demonstrate the persistent storage functionality.

    Sample3_Arduino1 
      - demonstrate the serial communication functionality. 
        Arduino uno is expected to be used as the device communicate to.
        A sketch for arduino is provided under Arduino/sketch1

  On dennco engine application, press [Choose Dir] button and choose the 
  directory. 
  Press [Start] button will load the sample and execute.


pre-alpha 1.2 release - What changed:

1. Persistent storage functionality is added.
2. Serial communication functionality is added.
3. Sample containers are added. They are under Samples\Samples

