MehdiTAZI / IoT-Virtualization

IoT Virtualization - PhD Thesis POC implementation

Home Page:http://tazimehdi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IoT-Virtualization

IoT Virtualization Proof Of Concept

The puprpose of this source code is to proof our proposed approach of a virtualization IoT framework which is definied in the following PhD paper.

micro-services approch

each componen have a name, version and type

Projects

Thermometer CT

xxxx

WirelessDisplay CT

xxxx

Thermometer VCT

xxxx

WirelessDisplay VCT

xxxx

WirelessDisplayThermometer CT

xxxx

WirelessDisplayThermometer CVCT

xxxx

Build the solutions

mvn clean install

Run the solutions

Apache Felix

Installation and test

1 - http://felix.apache.org/site/downloads.cgi 2 - download ipojo bundle 3 - copy to bundle directory 4 - start felix : on apache felix directory run java -jar bin/felix.jar 5 - list bundles : felix:lb 6 - copy the project bundles on the apache felix directory 7 - install bundles : felix:install [bundle_name] 8 - start bundles : felix:start [bundle_number]

Apache Karaf

Installation and test

1 - https://karaf.apache.org/download.html 2 - start karaf : on apache karaf directory run ./bin/karaf 3 - install ipojo bundles :

About

IoT Virtualization - PhD Thesis POC implementation

http://tazimehdi.com


Languages

Language:Java 100.0%