Tech bytes Mass network connection tracker Author manish Date June 8, 2020 At times, you want to keep track of network connections between multiple hosts on...
Tech bytes Automated bulk command execution on SSH enabled hosts and devices Author manish Date April 4, 2020 In the lockdown period, during pandemic, there is nothing much to do over weekend...
Tech bytes micropython – an exciting firmware for microcontrollers Author manish Date March 9, 2020 Arduino based controller boards have been all time favorite for developing prototypes and small...
Tech bytes High performance python based SNMP poller Author manish Date February 14, 2020 In my last post, I wrote a basic SNMP poller using python easysnmp module....
Tech bytes SNMP polling using python Author manish Date January 22, 2020 To play with SNMP using python install easysnmp python module. SNMP v2 Let us...
Tech bytes IoT ready relay to operate 220v AC home appliances Author manish Date January 6, 2019 When I am away from home during long vacations I felt need of having...
Tech bytes How to operate relay using NodeMCU Author manish Date January 3, 2019 NodeMCU board is powered by ESP8266 WiFi unit which gives advantage of controlling circuits...
Tech bytes Build own IoT enabled weather station Author manish Date December 30, 2018 After performing some stand alone tests with my DHT22 weather sensor on NodeMCU board...
Tech bytes MQTT protocol – Telemetry for IoT Author manish Date December 26, 2018 Message Queuing Telemetry Transport (MQTT) is a light weight message exchange protocol. This protocol...
Tech bytes Connecting 220V AC load to relay controlled by raspberry pi GPIO Author manish Date December 10, 2018 Read http://www.mka.in/wp/raspberry-pi-3b-with-5v-4-channel-relay/ first. After gaining confidence in simple relay control using raspberry pi GPIO...