New pages

From Zaparoo Wiki

New pages
Hide registered users | Hide bots | Show redirects
  • 07:11, 24 December 2024Mappings (hist | edit) ‎[3,675 bytes]Wizzo (talk | contribs) (Created page with "'''Mappings''' are a feature of Zaparoo Core to assign custom ZapScript to a token based on some criteria to detect when that token has been scanned. This is useful for making tokens work with Zaparoo that don't have any rewritable storage, such as barcodes and NFC toys like Amiibos. There are two main methods of managing mappings in an instance of Core. Other applications may use these methods to add management GUIs or automate creation of mappi...") Tag: Visual edit
  • 02:06, 23 December 2024Token (hist | edit) ‎[710 bytes]Wizzo (talk | contribs) (Created page with "'''Token''' is a name used to describe all types of objects, physical or virtual, that can be scanned by a reader and used to run ZapScript. It's a best effort attempt to unify the many types of scannable objects into a single concept that can be worked with. All scanned objects are eventually translated into a token before they're processed by the Zaparoo Core software or matched against mappings. An NFC tag token may look like this:<syntaxhighlight lang="json"> {...") Tag: Visual edit
  • 05:20, 16 December 2024Config file (hist | edit) ‎[10,612 bytes]Wizzo (talk | contribs) (Created page with "== Example file == <syntaxhighlight lang="toml" line="1"> audio_feedback = true debug_logging = false [insert_mode] enabled = true exit_delay = 3.0 ignore_system = [ "PC", MSX" ] [readers] auto_detect = true readers.connect driver = "pn532_uart" path = "/dev/ttyUSB0" readers.connect driver = "file" path = "/tmp/some_file" systems.default system = "SNES" launcher = "SindenSNES" [launchers] index_root = [ "/media/alt_mount/games" ] allow_file = [] [z...") Tag: Visual edit
  • 13:11, 14 December 2024SteamOS (hist | edit) ‎[3,323 bytes]Wizzo (talk | contribs) (Created page with "'''SteamOS''' is a Linux distribution developed by Valve which ships with Steam integration and a controller-based UI. It's the default operating system of the [https://store.steampowered.com/steamdeck/ Steam Deck]. SteamOS is an officially supported platform of the Zaparoo Core software. '''Zaparoo Core on SteamOS is still in beta and requires using the command line to set up and diagnose issues.''' == Install == Installing Zaparoo Core is currently a manual proce...") Tag: Visual edit
  • 14:02, 7 December 2024Zaparoo for Emulation Station (hist | edit) ‎[5,973 bytes]Nezara (talk | contribs) (For people wanting to use Zaparoo on PC. Rough tutorial on how to add Zaparoo to Retrobat/Emulation Station. To be Updated.) Tag: Visual edit
  • 03:59, 1 December 2024QR codes (hist | edit) ‎[2,227 bytes]Wizzo (talk | contribs) (Created page with "QR codes can be used as Tokens for Zaparoo, just like an NFC tag. There are a couple of ways to do it, but essentially it's done by embedding ZapScript in a QR code which will be parsed and launched by Zaparoo when scanned. Any standard [https://httpbin.dmuth.org/qrcode/ QR code generator] can be used, just paste some ZapScript into the text field of the generator. ''Make sure link tracking is disabled in the generator if it supports that.'' == Zapa...") Tag: Visual edit: Switched
  • 03:05, 30 November 2024ACR122U (hist | edit) ‎[4,865 bytes]Wizzo (talk | contribs) (Created page with "alt=An ACR122U NFC reader|thumb|An ACR122U NFC reader The ACR122U (also called just ACR122) is the most commonly available consumer grade USB NFC reader. Internally it uses a PN532 NFC chip, but this chip is not exposed directly to the host device so it cannot be used with other PN532 drivers. Its main method of communication is via a PCSC service, where it's usually plug and play. Its internal PCB is quit...") Tag: Visual edit
  • 10:32, 4 October 2024Command Line Interface (hist | edit) ‎[2,135 bytes]Wizzo (talk | contribs) (Created page with "All TapTo core distributions ship with a common command line interface (CLI) that can be used to interact with the API. This interface is the same on every platform that TapTo works on, and can be safely used as a scripting target. The name of the TapTo core binary may differ slightly between platforms. The examples on this page will target MiSTer which ships with a binary named <code>tapto.sh</code>, whereas Windows ships with a...") Tag: Visual edit
  • 04:12, 24 September 2024TapTo (hist | edit) ‎[1,980 bytes]Wizzo (talk | contribs) (Created page with "The TapTo logo was contributed to the project by [https://x.com/RannySnice Ranny Snice] who is the creator and copyright holder. The logo is, generally, free to use by anyone in their own projects. The full terms of use can be found on the Licences page. * '''Are you making a TapTo token (card, cartridge, etc.) design or template?''' Please use the logo! The logo is primarily meant to show that a token will work with TapTo. We want you to use it....") Tag: Visual edit originally created as "Logo"
  • 11:41, 23 September 2024Core API/Notifications (hist | edit) ‎[1,273 bytes]Wizzo (talk | contribs) (Created page with " === Reader === ==== readers.connected ==== A new reader was connected to the server. ==== readers.disconnected ==== A connected reader was disconnected from the server. === Tokens === ==== tokens.launching ==== A new token was added to the launch queue. ==== tokens.active ==== The state of the currently active token has changed. === Media === ==== media.started ==== New media was started on server. ==== media.stopped ==== Media has stopped on server. ==== media...") Tag: Visual edit originally created as "API/Notifications"
  • 09:49, 23 September 2024Core API/Methods (hist | edit) ‎[19,982 bytes]Wizzo (talk | contribs) (Created page with "=== Launching === ==== launch ==== Emulate the scanning of a token. This method accepts two types of parameters: * A single string, in which case the string will be treated as the token text with default launch options. Similar to the Launch Endpoint. * Or a parameters object with the following keys: {| class="wikitable" !Key !Type !Required !Description |- |type |string |No |An internal category of the type of token being scanned. Not...") originally created as "API/Methods"
  • 13:50, 8 September 2024Core API (hist | edit) ‎[10,774 bytes]Wizzo (talk | contribs) (Created page with "{{Warn|This page refers to the future version 2.0.0 of TapTo which is in active development. Please don't use any information on this page until it's been finalised and released.}} The TapTo API is an API available on and published by every device running the core TapTo software. This API allows management of all TapTo features which would not present a security risk. The [https://tapto.life/ TapTo Life] app uses this API for all c...") Tag: Visual edit originally created as "TapTo API"
  • 12:26, 8 September 2024Zaparoo Core (hist | edit) ‎[831 bytes]Wizzo (talk | contribs) (Created page with "TapTo is a software service which runs in the background of supported platform devices. This service manages and coordinates all aspects of making TapTo work as a system, including: * Supporting reader hardware communication and managing reader connections. * Supporting different types of tokens and reading data from them. * Interpreting and launching token commands. * Launching, managing and monitoring media and associate...") Tag: Visual edit originally created as "TapTo (Software)"