Skip to content

A library for launching games on the TapTo platform via web requests.

License

Notifications You must be signed in to change notification settings

ZaparooProject/zaparoo-esp32-launch-api

Repository files navigation

Zaparoo Esp32 Launch Api

This libary provides a convenient, rest like client to launch games via the Zaparoo platform. The client utilizes the provided web API and handles the complexities of working with websockets synchronously within a Ardunio loop. You can install the libary like any other ardunio libary.

Required Libaries

  • ArduinoJson
  • ArdunioWebsockets
  • UUID

Basic Usage

Setup a client and launch a game (launch expects a ZapScript formatted String).

ZaparooLaunchApi client;
client.url("ws://ZaparooIp:7497");
client.launch("**launch.random:snes,nes");

Example Projects

In addtion to the included example, here are some projects using this library.

About

A library for launching games on the TapTo platform via web requests.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages