Coap based application for android phones-end

Post on 15-Apr-2017

68 views 7 download

Transcript of Coap based application for android phones-end

CoAP-based Application for Smartphone-sensor

Interaction

CS300 ProjectProject Instructor – Dr. Rakesh Matam

Presented by

Md Syed Ahamad

CS300 Presentation 2

Outline

▪ Outline– Introduction– Client – Server simulation– Proposed project model

▪ Reference– https://github.com/eclipse/californium– https://software.intel.com/en-us/iot/library/galileo-getting-started– Daniel Pauli, Dominique Im Obersteg: “Californium Thesis”

Institute for Pervasive Computing, ETH Zurich.

CS300 Presentation 3

Introduction

▪ CoAP – a specialized web based application protocol– For constraint nodes and constraint network in IoT.

▪ CoAP Server ▪ CoAP client▪ Implementation of CoAP client – server– GET, PUT, POST,DELETE etc.

CS300 Presentation 4

CoAP Server

CS300 Presentation 5

CoAP Server test

CS300 Presentation 6

CoAP Server Plug test

CS300 Presentation 7

Project Model

▪ Model 1: Smart devices– Making every device

smart– Distributed system– Each device is connected

to internet

▪ Limitation– IP overheads,

interference etc.– Congestion – Can’t use normal devices

CS300 Presentation 8

Project Model

▪ Model 2:– Application – Application message exchange.– Do not modify much to the conventional way.– User is allowed to customized the application.– Can convert device into smart device.– Low cost– Reduce IP overheads, interference etc.

CS300 Presentation 9

Model 2

CS300 Presentation 10

Thank You