TPU SOUND PROJECT

Index:

  1. Introduction
  2. HW requirements
  3. SW requirements
  4. UPnP services used
  5. The UPnP control point
  6. The UPnP media renderer (smart speaker)
  7. The user interface

The UPnP Media Renderer

UPnP Media Renderer's software implementation

TimeUtils

A tiny class for time utilities. Provides three public methods:

WiFiInfo

A tiny class used to encode informations concerning the WiFi networks scan into a well-formed JSON string throughthe toJSONString method. For more details see the HTTP section of the main class of the renderer. In particular look at the getWiFiInfo method.