From a64a23c821d2dc3fed1e9d10a45def60b8bdcaec Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Thu, 13 Feb 2020 11:28:09 -0700 Subject: [PATCH] adds cryptography advantage --- SIMPL-Bridging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SIMPL-Bridging.md b/SIMPL-Bridging.md index 450c6d1..0b4af24 100644 --- a/SIMPL-Bridging.md +++ b/SIMPL-Bridging.md @@ -5,7 +5,7 @@ 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, etc.). +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