by Jyotsna Rajaraman | May 1, 2020 | IoT Connectivity
Before we get in to what Postman API testing is and how you can begin to use it, we first need to understand what an API is. API is an abbreviation for Application Programming Interface. It is a set of rules, which defines methods of communication. This aids various...
by Jyotsna Rajaraman | Apr 30, 2020 | Articles
IoT networks have become exceedingly popular these days. IoT(Internet Of Things) in the simplest words means a network of devices connected to each other to send and receive data. Of course some of these networks may be possible with pre-manufactured devices that do...
by Jyotsna Rajaraman | Apr 27, 2020 | Articles
Internet of things (IoT) is gaining a lot of traction in projects and large-scale implementation of ideas. So, if you are building a project or even just reading about what IoT comprises of, a key factor to look at is security. Security is a factor that we need to...
by Jyotsna Rajaraman | Apr 22, 2020 | Development Board
What is an IoT Gateway? All data moving to or from a cloud, goes through a gateway, which can be- a hardware device or software program. An IoT gateway is a device or program that is the connection point between the cloud and controllers, sensors or smart devices....
by Jyotsna Rajaraman | Apr 21, 2020 | Python
What is Docker? Docker, in simple words is a tool that allows developers who build applications, to package them with all their dependencies into a ‘container’ which can easily be shipped to run on the host operating . Containers do not have high overhead and allow...