Step 8: Operational View Specification

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Step 8: Operational View Specification

In this step, various options, pertaining to the IOT system deployment and operation are
defined such as: Service hosting, storage, device, application hosting etc.

For home automation system with respect to FG the options are

Device
Microcontroller: Raspberry PI
Other Hardware: LDR (Sensor), Relay (Actuator)

Communication APIs, REST APIs


Communication Protocols: Link Layer – 802. Network Layer (IPV4/IPV6), Transport – TCP,
application: HTTP

Services
Controller: Hosted on device – implemented as embedded C Code, run as a native service
Mode: REST ful web service, hosted on device, implemented with DJANGO REST frame work
State: REST ful web Service, hosted on device, implemented with DJANGO – REST frame work

Application
Web application: Django web application
Application Server: Django Application Server
Database server: My SQL

Security
Authentication: Web application, Database
Authorization: Web application, Database

Management
Application Management – Django application Management
Database Management – My SQL Database Management
Device Management – Raspberry PI device Management

You might also like