How to install micropython on an ESP32 board
In this article I will show you how to install MicroPython on a Espressif ESP32 microcontroller board. I recently received an ESP32 board and have been itching to try out MicroPython on it. I am...
In this article I will show you how to install MicroPython on a Espressif ESP32 microcontroller board. I recently received an ESP32 board and have been itching to try out MicroPython on it. I am...
Quick reference for the Python requests library — GET, POST, headers, auth, sessions, and error handling.
Ubuntu 18.10 ships with python 3.6.7, here is how to install python 3.7 and configure it as the default version of python Before getting started, run the following command to see what version of...
This script listens for DHCP Request and Discover packets on the LAN using scapy. A little background on the DHCP protocolHosts issue a DHCP Discover packet to destination 255.255.255.255 to request...
This script listens for ARP request packets using scapy to learn the IP and Mac Address of LAN hosts. A little background on the ARP protocolARP is the protocol that hosts use to discover the mac...
In this tutorial, we will explore using the NAPALM python module to query data from a MikroTik Router. Before we begin, you are expected to have python3 and pip installed as well as access to a...