Thursday, 10 January 2019

ESIOT: Unit 2 -Embedded IoT Platform Design Methodology



Contents

Purpose and requirement specification, Process specification, Domain model specification, information model specification, Service specifications, IoT level specification, Functional view specification, Operational view specification, Device and component integration, Application development

Video Link: https://youtu.be/MMrMpNszecs


No comments:

Post a Comment

Stack and Queue as ADT in C++

Stack as ADT The functions associated with stack are: empty()  – Returns whether the stack is empty size()  – Returns the size o...