Skip to main content

Using LightweightSecureTCP in your PlatformIO project


🧩 Step 1 β€” Download the Repository​

Clone (or download) the repository:

git clone https://github.com/sDenizOzturk/lightweight-secure-tcp.git

Copy lib folder to your project:

cp -r lightweight-secure-tcp/lib/LightweightSecureTCP/ your-project/lib/

πŸ“ Step 2 β€” Add the Folder to Your Project​

Place the folder like this:

your-project/
β”œβ”€β”€ lib/
β”‚ └── LightweightSecureTCP/
# ...other PlatformIO files

Unlike the CMake setup, you don’t need to modify any CMakeLists.txt files.
PlatformIO will automatically detect and build the library.