Link Layer Discovery Tool based on RPi Zero
Download the image Raspberry Pi OS Lite
To writing an image to the SD card, use Imager
Running the following command in the CLI will download and execute the installation script.
curl -sS https://raw.githubusercontent.com/darton/RPiNT/refs/heads/main/scripts/install.sh |sudo bash
The service rpint will start automatically. However, if you want to manually stop or restart it, use systemd commands:
sudo systemctl start rpint.service
sudo systemclt stop rpint.service
Now you can use the joystick to scroll the LCD screen content horizontally and vertically, allowing you to view data that does not fit on the screen.
To shutdown the system, press "KEY1" for more than 5 seconds.
The configuration of RPiNT is done through the rpint.toml file. Below is a brief description of some of its settings:
auto_lldp_read: true
Reading lldp data is done automatically after connecting UTP cable to the device. The process of reading lldp data takes a few seconds.
auto_lldp_read: false
To read lldp data, connect the UTP cable to the device, wait a few seconds, press "KEY 1" a few seconds. If there is no reading, try again.