Coder Social home page Coder Social logo

coapz1's Introduction

coapZ1

CoAP on Zolertia Z1 with appropriate resources

Resources Implemented

  1. res-battery (GET Battery Value)
  2. res-name (GET Details of the Z1 Mote)
  3. res-radio (GET LQI/RSSI values of Z1 Mote)
  4. rplinfo (GET Neighbouring routes and Parents of Z1 Mote)

Instructions for use

Clone the directory:

  $ git clone https://github.com/shantanoo-desai/coapZ1.git

In your Contiki-OS repository

  make clean all
  make TARGET=z1 er-server.upload
  make z1-reset && make login

When login on USB is estabilished press RST button on Z1 Mote to see the Connection Details

IDENTIFYING MOTES (res-name.c)

(Based on hello-world.c resource programmed in Erbium in Contiki-OS.)

Before doing the above steps do the following:

cd resources/
gedit res-name.c

Change the Node details Option to your Mote details. e.g. Z1RC1234 Node ID: 1234 accordingly in order to Identity motes when a large number of such devices are used.

For Radio Resource (res-radio.c)

do the following to get LQI or RSSI values respectively:

  GET coap://[IPv6 Address of Node]:5683/radio?p=lqi
  GET coap://[IPv6 Address of Node]:5683/radio?p=rssi

CoAP utilization

Implementations such as Copper or SMCP can be used to GET all resources.

coapz1's People

Contributors

shantanoo-desai avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.