Interesting data for a LED display?

I’ve added a small OLED display to my node and want to display some Allstar data.

A simple /usr/sbin/asterisk -rx “rpt nodes 50605” will give me the complete list of connected nodes. How would I limit that to just the directly connected nodes?

What other data is interesting to collect from the command line?

Thanks,
Steven P.

Try `/usr/sbin/asterisk -rx “rpt lstats 50605”

Use Allmon or Supermon on that display. If you don’t want to use a web interface at least you’ll get an idea of what data is available at the CLI.