SOYJUN / TCP-socket-client-server
The aim of this assignment is to have you do TCP socket client / server programming using I/O multiplexing, child processes and threads. It also aims at getting you to familiarize yourselves with the inetd superserver daemon, the ‘exec’ family of functions, various socket error scenarios, some socket options, and some basic domain name / IP addr…
☆41Updated 9 years ago
Alternatives and similar repositories for TCP-socket-client-server:
Users that are interested in TCP-socket-client-server are comparing it to the libraries listed below
- a ring buffer like kfifo, work in linux kernel and user space, test on kernel 3.16 on both x86 and ARM platform☆40Updated 4 years ago
- Overview For this assignment you will be developing an application that uses raw IP sockets to ‘walk’ around an ordered list of nodes (g…☆25Updated 9 years ago
- The simple implementation of UDP broadcasting and multicast☆29Updated 8 years ago
- 多种无锁队列☆43Updated 7 years ago
- IPC provides flexible, efficient message passing between processes.☆28Updated 10 years ago
- 实现并对比了各类字符串匹配算法,包括Sunday、KMP、Boyer-Moore、horspool☆23Updated 6 years ago
- network time protocol client☆18Updated 14 years ago
- Bond process with dedicated CPUs on DragonFly BSD☆10Updated 5 years ago
- epoll based tcp/udp server☆29Updated 9 months ago
- The aim of this assignment is to have you do UDP socket client / server programming with a focus on two broad aspects : Setting up the e…☆63Updated 4 years ago
- tlv codec library.☆17Updated 11 years ago
- 纯C语言写的http client,支持 https,支持GET POST☆15Updated 5 years ago
- A hashtable in C☆58Updated 11 years ago
- 基于ANSI C开发的内存池和线程池,性能优异☆19Updated 8 years ago
- Transfer block of data from one linux process to another, used IPC technology such as semaphore and share memory.☆12Updated 11 years ago
- GoAhead WebServer☆19Updated 12 years ago
- C语言版的STL,包含set,list,map等基本数据结构和算法☆43Updated 8 years ago
- Real-time Transport Protocol (RFC3550) stack under LGPL☆16Updated 9 years ago
- Lightweight, simple and portable message bus and IPC system for embedded Linux.☆11Updated 11 years ago
- Component (module, plugin, process (like dbus)) rpc server daemon and client library,make component communicating easier,using epoll eve…☆13Updated 5 years ago
- STUN Client done in C☆43Updated 10 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆55Updated 8 years ago
- 小型的tcp/ip协议栈,主控芯片为stm32f407☆15Updated 9 years ago
- WebSocket protocol implementation for ANSI C (Win32/Linux).