PI.STATUS - jedimatt42/tipi GitHub Wiki

PI.STATUS special file

A map of read-only values that can be accessed from the TI-99/4A as a DISPLAY VARIABLE 80 file.

Generally, consumed from TIPI.TIPICFG (CALL TIPI w/no args)

Map Entries

  • VERSION
  • LATEST
  • IP_<network>
  • UUID (deprecated)

VERSION

The current version of the TIPI services running on the Raspberry PI.

LATEST

The version of the branch in github. The default branch users are on is buster_release

IP_<network>

The IP address of the primary network adapter. Generally the adapters are named ETH0 and WLAN0. If wifi is enabled and an ethernet cord is also enabled, then both entries may exist. TIPICFG prefers the value of IP_ETH0 over IP_WLAN0

UUID (deprecated)

Originally intended to be a unique identifier for the TIPI system. But has never been used, and is not guaranteed to be unique. Should not be used for anything.

⚠️ **GitHub.com Fallback** ⚠️