socket-programming topic

List socket-programming repositories

sockerl

27
Stars
4
Forks
Watchers

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

36
Stars
5
Forks
Watchers

pure luajit ffi socket bindings for unix and windows

L2-Emulator

20
Stars
10
Forks
Watchers

Implementing a Layer-2 Emulator in C using Graphs and LinkedList

khttpd

65
Stars
103
Forks
Watchers

An experimental HTTP server implemented as Linux kernel module

backup_cppNetStudy_work

36
Stars
17
Forks
Watchers

컴투스 C++ 네트워크 스터디 개인 작업 저장소

boost_asio_sample

29
Stars
3
Forks
Watchers

Boost.Asio를 이용한 네트워크 프로그래밍(http://www.hanbit.co.kr/store/books/look.php?p_code=E7889843127) 책의 예제코드

bumerang

50
Stars
9
Forks
Watchers

a command-line tool that allows file transfer between computers on the local network with password protected

Face-Recogntion-Detection

43
Stars
10
Forks
Watchers

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

31
Stars
19
Forks
Watchers

An HTTP proxy server implemented via python socket programming with caching, blacklisting, authentication functionality