Introduction
Reactive Graph SYS
...
Plugin Binary
- Loads binary data into a property. The mime type is automatically detected. Binary data is represented as BASE64 encoded data-url. Specification: https://fetch.spec.whatwg.org/#data-urls
- Saves binary data, which is represented as a BASE64-encoded data-url, to a file.
Entity Types
Name | Property | Data Type | Socket Type |
---|---|---|---|
LoadBinaryData | filename | string | input |
data_url | string | output | |
SaveBinaryData | filename | string | input |
data_url | string | input |
Platform Compatibility
Platform | Compatibility |
---|---|
Linux | ✓ |
MacOS | ✓ |
Windows | ✓ |
Plugin Config
This plugin provides a (TOML) configuration file reader.
Entity Types
Name | Component | Property | Data Type | Socket Type |
---|---|---|---|---|
config_file | file | filename | string | none |
action | trigger | boolean | input | |
action | result | object | output |
Platform Compatibility
Platform | Compatibility |
---|---|
Linux | ✓ |
MacOS | ✓ |
Windows | ✓ |
Plugin File
Components
Name | Description | Property | Data Type | Socket Type |
---|---|---|---|---|
file | Represents a file | filename | string | input |
fs_notify | Triggers if the file was changed | filename | string | input |
trigger | bool | output |
Platform Compatibility
Platform | Compatibility |
---|---|
Linux | ✓ |
MacOS | ✓ |
Windows | ✓ |
Plugin JSON
Loading from JSON files and saving to JSON files
Entity Types
Load Json Save Json
Name | Property | Data Type | Socket Type |
---|---|---|---|
Platform Compatibility
Platform | Compatibility |
---|---|
Linux | ✓ |
MacOS | ✓ |
Windows | ✓ |
Plugin System Environment
This plugin provides the system environment variables.
Entity Types
Name | Property | Data Type | Socket Type |
---|---|---|---|
EnvVar | name | string | none |
value | string | output |
Platform Compatibility
Platform | Compatibility |
---|---|
Linux | ✓ |
MacOS | ✓ |
Windows | ✓ |
MIT License
Copyright (c) 2011-2024 Andreas Schaeffer, the Reactive Graph Contributors and the Inexor Collective.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.