Category카테고리 :
NoticeBorad게시판 / linux리눅스 / php / nodejs /website웹사이트
/ ReactNative / Kotlin / Swift / Cubase / QT / ServerApps
react-native-freelifemakers-ui
-
[Basic]make_unique+파일에 로그기록/log to file
👉🏻 아래 코드는 mini_mediasever_1의 일부로직을 사용합니다.The code below uses some of the logic from mini_mediasever_1. 👉🏻make_unique를 사용해서 파일에 로그를 기록하는 코드입니다.This is code that logs to a file using make_unique. ✔️make_unique 는new + unique_ptr 생성자를 합친 것.make_unique is a combination of the new + unique_ptr constructors. ✔️ unique_ptr : 한 곳만 할당가능한 포인터,소유권 이동만가능A pointer…
-
[Basic]Boost.Asio/Asio Tcp echo Server
👉🏻 c++의 Asio(또는 Bootst.asio) 라이브러리를 이해하기 위한 코드입니다.This is code to understand the C++ Asio (or Bootst.asio) library. 👉🏻 아래의 코드는 이전에 업로드한 mini_mediaserver_1 의 일부로직을 사용합니다.The code below uses some of the logic from the previously uploaded mini_mediaserver_1. 👉🏻 테스트 환경은 MacOS입니다.The test environment is MacOS. 👉🏻 mini_mediaserver_1은 standalone방식의 asio를 사용합니다.mini_mediaserver_1 uses standalone asio.…
-
[Mediaserver]miniMediaserver-(1)
👉🏻아래는 miniMediaserver 서버에 대한 설명입니다.Below is a description of the miniMediaserver server. 👉🏻 로컬에서 테스트 가능한 미디어서버의 가장 기본형입니다.This is the most basic type of media server that can be tested locally. 👉🏻 디렉토리 구조 / directory structure ✔️ CMakeLists.txt : 빌드도구 / Build Tools ✔️ main.cpp : 앱 진입점 cpp파일 / App entry point…