Skip to content

Downloading And Running The Examples

Once the client and server software have been installed, it would be an excellent time to try the examples.

Examples are provided for all four of the servers.

Example Naming Conventions

The naming convention used for the examples prefixes each example with three letters. The first letter is for the board type:

  • m = Minima
  • w = Wifi

The second letter is for the transport type:

  • b = BLE
  • s = serial
  • w = WIFI

The third is for the concurrency type:

  • a = asyncio
  • t = threaded