TempView v1.2  GokMasE 2023-2026
=================================

TempView is a demo program for Motosu as a $TAPIRSERVER.


TAPIR (Taskbar and Tray API Register) is an API that clients that wish to control
their visual appearance on Motosu can utilize.

At this time a client can:

1) Set a custom icon for their own process tab
2) Install a context menu in their own process tab

3) Create and update a Tray object (an object consisting of 1 icon and 2 display areas)
4) Install a context menu in the right click menu related to the Tray object


So what does TempView do exactly?

The program is probing certain hardware to obtain readings of the current temperature.
Currently supported:

* Falcon/CT60	- The CPU temperature of the 68060
* Apollo V4SA	- The DS3231 (RTC) is read if installed
* Eiffel API	- The board temperature of the Eiffel is read
* Raven		- Raven supports the Eiffel API but extends it by
		  supplying both board and CPU temperature.

What do I need to try this?

You need to add an environment variable called TAPIRSERVER and set it to "MOTOSU  ". By doing so,
any client wanting to support the API can find the server AP_ID and register for a session-ID.

In order to see any live temperature readings, you need any of the hardware configurations listed.