mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-16 13:14:49 +00:00
Updates Readme and updates ControlPropertieConfigSchema
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"tcpSshProperties": {
|
"tcpSshProperties": {
|
||||||
"$ref":"TcpSshPropertiesConfigSchema.json#definitions/TcpSshPropertiesConfig",
|
"$ref":"TcpSshPropertiesConfigSchema.json#/definitions/TcpSshPropertiesConfig",
|
||||||
"title": "Properties for IP based communication",
|
"title": "Properties for IP based communication",
|
||||||
"default": null
|
"default": null
|
||||||
},
|
},
|
||||||
@@ -93,19 +93,20 @@
|
|||||||
"type":"string",
|
"type":"string",
|
||||||
"enum":[
|
"enum":[
|
||||||
"None",
|
"None",
|
||||||
"RTS",
|
"XON",
|
||||||
"CTS",
|
"XONT",
|
||||||
"RTSCTS"
|
"XONR"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"hardwareHandshake":{
|
"hardwareHandshake":{
|
||||||
"title":"Hardware Handshake",
|
"title":"Hardware Handshake",
|
||||||
"type":"string",
|
"type":"string",
|
||||||
|
|
||||||
"enum":[
|
"enum":[
|
||||||
"None",
|
"None",
|
||||||
"XON",
|
"RTS",
|
||||||
"XONT",
|
"CTS",
|
||||||
"XONR"
|
"RTSCTS"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"pacing":{
|
"pacing":{
|
||||||
|
|||||||
25
Readme.md
25
Readme.md
@@ -1,5 +1,30 @@
|
|||||||
# Pepperdash Core
|
# Pepperdash Core
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
PepperDash.Core is a utility library used by PepperDash Essentials Framework and by standalone Simpl+ modules.
|
||||||
|
|
||||||
|
## Constituent Elements
|
||||||
|
|
||||||
|
-JSON Configuration File reading writing
|
||||||
|
-PortalConfigReader
|
||||||
|
-Generic config classes
|
||||||
|
-Communications
|
||||||
|
-TCP/IP client and server
|
||||||
|
-Secure TCP/IP clinet and server
|
||||||
|
-UDP server
|
||||||
|
-SSH client
|
||||||
|
-HTTP SSE client
|
||||||
|
-HTTP (RESTful client)
|
||||||
|
-Debugging
|
||||||
|
-Console debugging
|
||||||
|
-Logging both to Crestron error log as well as a custom log file
|
||||||
|
-System Info
|
||||||
|
-Reports system and Ethernet information to SIMPL via S+
|
||||||
|
-Device Class
|
||||||
|
-Base level device class that most classes derive from
|
||||||
|
-Password Manager
|
||||||
|
|
||||||
#### Workflow process
|
#### Workflow process
|
||||||
|
|
||||||
- Create a Jira issue for the feature/bugfix. If you know you're targeting this update to coincide with a new release of Core, specify that release (or create a new one) as the Fix Version for the Jira issue
|
- Create a Jira issue for the feature/bugfix. If you know you're targeting this update to coincide with a new release of Core, specify that release (or create a new one) as the Fix Version for the Jira issue
|
||||||
|
|||||||
Reference in New Issue
Block a user