IoTization – A general purpose IoT Platform (Part – I)

The planning


One minute of planning can save five minutes of execution

Inspiration

I had been working in the scope of IoT for quite a while now. Every other day I require testing some devices, primarily their connectivity and data transmission over networks. Sometimes I don’t have access to the internet.
Continue reading “IoTization – A general purpose IoT Platform (Part – I)”

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”