socket-programming topic
sockerl
Sockerl is an advanced Erlang/Elixir socket framework for TCP protocols and provides fast, useful and easy-to-use API for implementing servers, clients and client connection pools.
luajitsocket
pure luajit ffi socket bindings for unix and windows
L2-Emulator
Implementing a Layer-2 Emulator in C using Graphs and LinkedList
khttpd
An experimental HTTP server implemented as Linux kernel module
backup_cppNetStudy_work
컴투스 C++ 네트워크 스터디 개인 작업 저장소
boost_asio_sample
Boost.Asio를 이용한 네트워크 프로그래밍(http://www.hanbit.co.kr/store/books/look.php?p_code=E7889843127) 책의 예제코드
bumerang
a command-line tool that allows file transfer between computers on the local network with password protected
Face-Recogntion-Detection
Face Recognition/Detection (image/video) using skin tone threshold algorithm, haar cascade for face detection and LBPH for face recognition. It also implements the concept of multithreaded server wit...
Proxy-Server
An HTTP proxy server implemented via python socket programming with caching, blacklisting, authentication functionality