Home  Contents

os.uname

OS Core4 Lua Commands

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
board_manufacturer Name of the controller board manufacturer.
board_model Model name of the controller board.
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.
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.