2024-10-12 19:25:44 +04:00
2024-06-01 19:24:32 +04:00
2024-06-01 19:16:25 +04:00
2024-10-12 19:25:44 +04:00
2024-06-01 19:24:32 +04:00

BlockyGrapher

Query grapher for Blocky DNS Server

Install python packages

Debian-based:

# install system packages
apt install i2c-tools python3-dev python3-pip python3-numpy libfreetype6-dev libjpeg-dev build-essential
# Give user permission to use i2c interface (Replace user with your name). Remember that you need re-login to user after this (You can reboot too if it didn't work for some reason).
usermod -a -G i2c user
# install python packages
pip install -r requirements.txt --break-system-packages

Finding right port

i2cdetect -l can help to find port you need to use. Schematics for your adapter/board can also help.

Description
Query grapher for Blocky DNS Server
Readme 926 KiB
2025-04-20 13:39:45 +04:00
Languages
Python 100%