enesbcs / espfinder-python

Find ESP8266 modules in the /24 network neighborhood, and collect infos about them. (ESPEasy,Tasmota,ESPurna,Tuya,Shelly)
21 stars 9 forks source link
esp8266 espeasy linux python3 rpieasy shelly tasmota

espfinder-python

Find ESP8266 modules in the /24 network neighborhood, and collect infos about them. (ESPEasy,Tasmota,ESPurna,Tuya,Shelly,RPIEasy)

Requirements:

Install prerequisite libraries (Debian/Ubuntu): sudo apt-get install python3-tk

(*)Debian Stretch specific prerequisite: (ifconfig required) sudo apt-get install net-tools

Install prerequisite libraries (Arch): sudo pacman -S tk

Run GUI: python3 espfinder.py

Run plain console: python3 espfinder.py -t

Update:

0.5

0.4

0.3

0.2

0.1 First version