Skip to content

Chrisys93/icn_demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

icn_demo

The repository contains an edge computing demo for ICN'18

OCR

We implement and evaluate a simple Optical Character Recognition (OCR) algorithm to illustrate the execution of pure programs. Our simple algorithm is initialized in the enclave with a model of each letter of the alphabet; it can then be fed with input images to detect the list of embedded letters. We implemented this example to show how our system can be used to outsource execution of pure programs.

Requirements

The system requires libsmfl. On Ubuntu type: sudo apt-get install libsfml-dev

Compilation

  cd ocr
  make
  ./app ./data/input_5_OK.png

Dnsmasq config

Just add this line to the file /etc/dnsmasq.conf with the name of the script that automatically creates a face towards the Android client in the AP.

dhcp-script=/home/pi/icn_demo/dhcp_log.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 95.8%
  • C++ 3.8%
  • Python 0.2%
  • Java 0.1%
  • C 0.1%
  • Assembly 0.0%