SYNOPSIS
data = os.uname()
DESCRIPTION
Provides information about the system platform.
RETURN VALUE
Returns a table providing:
| Field | Descriptions |
|---|---|
| cpu_manufacturer | Name of the main CPU manufacturer. |
| cpu_model | Model name of the main CPU |
| cpu | ID code that uniquely matches the CPU architecture. |
| board_manufacturer | Name of the controller board manufacturer. |
| board_model | Model name of the controller board. |
| machine | board_manufacturer and board_model put together with a space. |
| made | A Date/Time value indicating the manufacturing date of the controller board. Value is based on UTC. |
| ssn | The serial number of the controller board. |
| serial_number | The serial number of the controller board in a way meant for display. |
| guid | A globally unique identifier that indentifies the board. |
| sysname | Describes the operating system, always "Teratronik Core4" |
| release | Version information for the base operating system. |
| compiled | A Date/Time value indicating when the base operating system was compiled. Value is based on UTC. |