require "core"

local name = core.get_product_name()
if name == nil then
    print("fail to get a  hub's product name")
end