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.