PI.STATUS - jedimatt42/tipi GitHub Wiki
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)
- VERSION
- LATEST
IP_<network>
- UUID (deprecated)
The current version of the TIPI services running on the Raspberry PI.
The version of the branch in github. The default branch users are on is buster_release
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
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.