From ee9d648ae4e24ee6dc523244c8d7556fb5fd9338 Mon Sep 17 00:00:00 2001 From: Ramy-Badr-Ahmed <126559907+Ramy-Badr-Ahmed@users.noreply.github.com> Date: Fri, 26 Jul 2024 23:24:45 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 313a1d8..7a62715 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ The TCP variant (@Transport-Layer of the OSI Model) is located here: [Node-TCP]( - Secure Embedded Systems Communication - > Integrate TLS client with embedded devices (e.g., Raspberry Pi, Arduino with Ethernet/Wi-Fi shields) to send data securely to a central server for monitoring and control. + > Integrate TLS client with embedded devices (e.g., Raspberry Pi, Arduino with Ethernet/Wi-Fi shields) to send data securely to a central server (for monitoring and control). - Secure Time Synchronization - > Use the server to provide a timestamp service for devices on a network, ensuring synchronized time across various systems with TLS security. + > Use the server to provide a timestamp service for devices on a network (ensure synchronized time across various systems with TLS security). - Secure IoT Applications