An open API service indexing awesome lists of open source software.

https://github.com/vapor-ware/sandbox-plugin

A basic plugin template that can be modified/exetended for testing, debugging, or just playing around in a plugin sandbox
https://github.com/vapor-ware/sandbox-plugin

sandbox synse synse-plugin testing

Last synced: 2 months ago
JSON representation

A basic plugin template that can be modified/exetended for testing, debugging, or just playing around in a plugin sandbox

Awesome Lists containing this project

README

        




Sandbox Plugin

A base plugin for testing, debugging, or just playing around in the sand.

Sometimes, you don't need or want a full fledged plugin to test out a simple feature
or to recreate a bug. Maybe you want to try out a new idea within a plugin, or see
how a plugin behaves in a certain use case. If so, you are in the right place.

The sandbox plugin is a simple plugin, or a template of one, that can be used, modified,
or extended for your own use. In particular this is useful for re-creating use cases or
bugs where it might not be as easy to do with a plugin hooked up to live hardware.

See the [SDK documentation](https://synse.readthedocs.io/en/latest/sdk/intro/) for more details
on plugins and the Synse platform.

## Using

This repo defines a valid plugin with devices, but it is bare-bones. If you wish to use it,
fork it and update it to your needs.