BSD Socket examples

This commit is contained in:
MartinValik
2018-10-02 16:33:16 +02:00
parent 4faa2a8e52
commit 5a76f1af19
40 changed files with 1669 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# The following five lines of boilerplate have to be in your project's
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(tcp_client)