VARIEGATION (IoT Based Home Automation System)

“Imagination is more important than knowledge. For knowledge is limited, whereas imagination embraces the entire world, stimulating progress, giving birth to evolution.”
Albert Einstein

What is VARIEGATION?

Inspiration


I had been doing “IoT” for quite some time now. I wanted to try out something through which I could understand IoT as a whole. If you want to know more about IoT, You can read What is IoT ? and To start with the IoT Architecture and Reference Model.

Continue reading “VARIEGATION (IoT Based Home Automation System)”

Linux Socket Programming

A socket is just a logical endpoint for communication. They exist on the transport layer. You can send and receive things on a socket, you can bind and listen to a socket. A socket is specific to a protocol, machine, and port, and is addressed as such in the header of a packet.

Continue reading “Linux Socket Programming”