diff --git a/JoinMaps.pdf b/JoinMaps.pdf new file mode 100644 index 0000000..b8ce635 Binary files /dev/null and b/JoinMaps.pdf differ diff --git a/SIMPL-Bridging-Updated.md b/SIMPL-Bridging-Updated.md index adb95d5..b2dcb5d 100644 --- a/SIMPL-Bridging-Updated.md +++ b/SIMPL-Bridging-Updated.md @@ -5,12 +5,12 @@ Essentials allows for devices defined within the SIMPL# Pro application to be br Some of the main advantages are: 1. The ability to instantiate devices from configuration. -1. The ability to leverage C# concepts to handle data intensive tasks (Serialization/Deserialization of JSON/XML, cyrptography, etc.). -1. The ability to reuse the same compiled SIMPL Windows program (regardless of target processor type) by offloading all the variables that may be room or hardware specific to Essentials. -1. The ability to handle multiple communciation types generically without changing the SIMPL Program (TCP/UDP/SSH/HTTP/HTTPS/CEC, etc.) -1. Much faster development cycle -1. Reduced processor overhead -1. Ability to easily share devices defined in Essentials between multiple other programs +2. The ability to leverage C# concepts to handle data intensive tasks (Serialization/Deserialization of JSON/XML, cyrptography, etc.). +3. The ability to reuse the same compiled SIMPL Windows program (regardless of target processor type) by offloading all the variables that may be room or hardware specific to Essentials. +4. The ability to handle multiple communciation types generically without changing the SIMPL Program (TCP/UDP/SSH/HTTP/HTTPS/CEC, etc.) +5. Much faster development cycle +6. Reduced processor overhead +7. Ability to easily share devices defined in Essentials between multiple other programs ## Implementation diff --git a/SIMPL-Bridging-Updated.pdf b/SIMPL-Bridging-Updated.pdf new file mode 100644 index 0000000..8c210ad Binary files /dev/null and b/SIMPL-Bridging-Updated.pdf differ