Documentation
¶
Overview ¶
Package ddot connects to Washington DC DDOT's publicly accessible MQTT server instance.
Index ¶
Constants ¶
View Source
const MQTTServerUrl = "wss://b-8c165eea-0974-40be-9e62-ad394d480541-1.mq.us-east-1.amazonaws.com:61619//"
Variables ¶
This section is empty.
Functions ¶
func CreateRandomClientID ¶
func CreateRandomClientID() string
Types ¶
type CameraInfo ¶
type Client ¶
type Client interface { GetCameras() []CameraInfo GetFfmpegUrl(cameraId string) string }
func CreateClient ¶
Click to show internal directories.
Click to hide internal directories.