Coap based application for android phones-end

10
CoAP-based Application for Smartphone-sensor Interaction CS300 Project Project Instructor – Dr. Rakesh Matam Presented by Md Syed Ahamad

Transcript of Coap based application for android phones-end

Page 1: 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

Page 2: Coap based application for android phones-end

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.

Page 3: Coap based application for android phones-end

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.

Page 4: Coap based application for android phones-end

CS300 Presentation 4

CoAP Server

Page 5: Coap based application for android phones-end

CS300 Presentation 5

CoAP Server test

Page 6: Coap based application for android phones-end

CS300 Presentation 6

CoAP Server Plug test

Page 7: Coap based application for android phones-end

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

Page 8: Coap based application for android phones-end

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.

Page 9: Coap based application for android phones-end

CS300 Presentation 9

Model 2

Page 10: Coap based application for android phones-end

CS300 Presentation 10

Thank You