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
- Host: GitHub
- URL: https://github.com/vapor-ware/sandbox-plugin
- Owner: vapor-ware
- License: gpl-3.0
- Created: 2018-06-21T21:25:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-29T20:08:44.000Z (over 1 year ago)
- Last Synced: 2025-03-21T22:03:10.276Z (3 months ago)
- Topics: sandbox, synse, synse-plugin, testing
- Language: Go
- Size: 58.6 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.