Skip to main content

Posts

Showing posts from September, 2015

VLAN implementation using NS2

Compiling Contiki OS from Source - an IOT Perspective

Installation and usage of Instant Contiki OS is already featured in my blog post.  This post tells you how to compile contiki OS from source and make use of the maximum benefit of IOT. Internet of Things is a new word in the technology and every corporate to healthcare talks about this. Being a researcher or a learner, the first step towards the learning of IOT starts with implementing an application. In this context, Contiki OS with cooja is a framework that can be installed in Linux to program sensor motes for any IOT application. OS Used for testing: Ubuntu 14.04.3 Assuming you installed Ubuntu, here are the commands you can try now $] sudo apt-get update $] sudo apt-get install build-essential binutils-msp430 gcc-msp430 msp430-libc libncurses5-dev openjdk-7-jre openjdk-7-jdk avrdude avr-libc gcc-avr gdb-avr binutils-avr mspdebug msp430mcu autoconf automake libxmu-dev Contiki OS Once installed, download the contiki OS from Github. https://github.com/contik