Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 23 Next »

Wrangler is an operating system written in KRL for picos. Wrangler provides developers a way to programmatically and easily manage picos.

To use Wrangler as a module, add "use module io.picolabs.wrangler alias wrangler" in your meta block.

  • Wrangler Overview
    • General description of Wrangler and its components
  • Managing Channels
    • Brief intro to channels and how to create, delete, and manipulate them using Wrangler.
  • Managing Pico Lifecycle
    • Describes how Wrangler facilitates the creation and deletion of a pico and how a ruleset can successfully interact with and manipulate the lifecycle.
  • Managing Subscriptions
    • Describes what subscriptions are, how they work, and various aspects of their API.
  • Wrangler Full API
    • Describes the specific API for each ruleset's events and functions. Useful as a quick reference, while the other pages give full explanations.
  • No labels