8000 GitHub - darton/RPiNT: Link Layer Discovery Tool based on RPi Zero
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

darton/RPiNT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPiNT

Link Layer Discovery Tool based on RPi Zero

RPiNT

RPiNT

RPiNT

RPiNT

RPiNT

Installation

Installing operating system images

Download the image Raspberry Pi OS Lite

To writing an image to the SD card, use Imager

Run installation script

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

Usage

Joystick

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.

Shutdown

To shutdown the system, press "KEY1" for more than 5 seconds.

rpint.toml config file

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.

B.o.M - Bill of Materials

Wiki

Releases

No releases published

Packages

No packages published
0