No description
Find a file
Andrew Welker 5bdd9e02bb feat: Add enricher to automatically add App property to all messages
This enricher can be enhanced in the future to add additional properties that we might want without affecting anything else.
2024-05-15 15:26:25 -05:00
.github chore: remove commented out stuff 2023-02-06 18:00:28 -07:00
src feat: Add enricher to automatically add App property to all messages 2024-05-15 15:26:25 -05:00
._Readme.md Changes the conditions under which the server would restart. 2020-01-17 20:02:41 -05:00
.gitignore fix: update logging format to include key 2024-03-08 08:47:43 -06:00
LICENSE.md Adds MIT license 2020-02-06 16:25:07 -07:00
PepperDash Core.sln refactor: change folder structure 2023-02-06 17:30:23 -07:00
Readme.md Update readme to give Troy credit 2020-09-16 15:17:29 -06:00

PepperDash Core (c) 2020

Latest Release

License

Provided under MIT license

Overview

PepperDash Core is an open source Crestron SIMPL# library that can be used in SIMPL# Pro applications such as Essentials or as a standalone library with SIMPL+ wrappers to expose functionality in SIMPL Windows programs.

Constituent Elements

  • JSON Configuration File reading/writing
  • PortalConfigReader
  • Generic config classes
  • Communications
    • TCP/IP client and server
    • Secure TCP/IP client 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 SIMPL+
  • Device Class, IKeyed and IKeyName Interfaces
    • Base level device class that most classes derive from
  • Password Manager

Minimum Requirements

  • PepperDash Core runs on any Crestron 3-series processor or Crestron's VC-4 platform.
  • To edit and compile the source, Microsoft Visual Studio 2008 Professional with SP1 is required.
  • Crestron's Simpl# Plugin is also required (must be obtained from Crestron).

Dependencies

None

Utilization

PepperDash Core has two main applications:

  1. As a utility library for SIMPL# Pro applications like Essentials
  2. As a library referenced by SIMPL+ wrapper modules in a SIMPL Windows application

Documentation

For detailed documentation, follow this LINK to the Wiki.

XSigUtility

`XSigUtility` classes included with permission of Troy Garner. See https://github.com/bitm0de/XSigUtilityLibrary for more information