Posts

Showing posts from 2016

My pet IoT project :)

Image
What? I have a few pet coding projects in Github. I usually maintain them as private repositories. The reason I keep them private is because they are Proof of Concept type work (and are also skunk-work). One such project I started a few months back was an IoT prototype. What I wanted to develop was an application that qualifies as an IoT use case and structure it in such a way that the architecture, design, development, deployment and continuous delivery is laid out as a pattern. During the course of development, I found out about a few cloud based technologies such as Pubnub ( https://www.pubnub.com/ ) and Google's Firebase ( https://firebase.google.com/ ). The text below is directly from the README of my project at https://github.com/tyrell/control-things-from-the-internet  I'm making this project public from today, and hope this helps someone else to get started! ~tyrell   Control 'Things' from the Internet This is a Proof of Concept application I ma