Creating FreeRTOS+Nabto User Interfaces
Part 1: Web content files


Introduction

Accessing the Internet of Things from Android
Nabto queries were described on the first Creating FreeRTOS+Nabto Applications documentation page. To recap:
  1. Each query type has a unique ID

  2. Request parameters are used to send data to the remote networked device

  3. Response parameters are used to return data from the remote networked device

User interfaces to FreeRTOS+Nabto devices are built using standard web browser technologies that run on desktop computers, tablet computers, and smart phones:

The XML, Javascript and any other files that make up the web pages are automatically received by the Nabto web browser plug-in from a cloud server when a connection to a remote device is made. That mechanism is described on a separate page.


Next: Creating FreeRTOS+Nabto User Interfaces Part 2 - Worked Examples >>>