Categorygithub.com/tommzn/iotdisplay-contentmanager
modulepackage
1.0.10
Repository: https://github.com/tommzn/iotdisplay-contentmanager.git
Documentation: pkg.go.dev

# README

AWS IOT Content Manager

Content manager is used for development and testing in IOT Display project.

Links

IOT Display Project

# Structs

AwsIotPublisher is used to send content response message to MQTT topics on AWS IOT.
ContentItem is a single item, e.g.
ContentManager delivers content for requested devices.
ContentRefreshRequest is used to trigger content refresh for passed AWS IOT device.
ContentResponse contains entire content an AWS IOT device should display.
Position defines where to place content items on a screen.

# Interfaces

AwsIotClient is used to publish messages to MQTT topics on AWS IOT.
ContentPublisher publishes generated contents for AWS IOT devices.
Handler will process content refresh requests.