Skip to content

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

Notifications You must be signed in to change notification settings

v1605/Zaparoo-esp32-launch-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

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 TapScript formatted String).

TapToLaunchApi client;
client.url("ws://tapToIp: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

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages