Skip to content

4. Source code

Peter F. Jorgensen edited this page Mar 28, 2016 · 11 revisions

All source code for this project is on GitHub in my GitHub ImFine repository.

The project contains a subfolder named src, which has 3 subfolders - one for Arduino code, one for Windows C# code and one for a SQL script file.

Although several files contains usernames and passwords or SAS tokens, you will not be able to use the code on my Azure backend. All information has been changed.

Before setting up your own system, you will have to change these to match your own setup.

Arduino code

The MKR1000 code can be found in Arduino code here.

Windows C# code

The Windows application code for Visual Studio 2015, can be found in C# code here.

SQL Server database script

The SQL Server database can be recreated in your own server by using SQL Server script found here.