amineamanzou / UDP-TCP-File-Transfer
A classical Unix multi-thread server and client in C language using sockets.
☆63Updated 12 years ago
Alternatives and similar repositories for UDP-TCP-File-Transfer:
Users that are interested in UDP-TCP-File-Transfer are comparing it to the libraries listed below
- epoll+线程池实现大文件传输☆65Updated 9 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆55Updated 8 years ago
- 《Linux高性能服务器编程》上的例子☆50Updated 10 years ago
- libevent library reimplemented with c++☆42Updated 5 years ago
- mini版FTP服务器实现文件上传和下载、断点续传、限速等功能☆83Updated 4 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 7 years ago
- FTP Server for linux☆64Updated 5 years ago
- Simple FTP client-server implementation in C☆122Updated 4 years ago
- 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
- linux c 多路复用IO/epoll/select/poll 实现mqtt服务器,qt 5.80 实现mqtt客户端☆32Updated 4 years ago
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆47Updated 8 years ago
- 协程的简单实现☆51Updated 2 years ago
- 多种无锁队列☆43Updated 7 years ago
- codes of linux programing (线程池,IO复用,进程间通信等)☆56Updated 8 years ago
- Port linux kernel list.h to userspace☆30Updated 9 years ago
- Implementation of a simple FTP client and server☆155Updated 6 years ago
- 尝试阻塞与非阻塞,I/O多路复用(select, epoll)☆78Updated 7 years ago
- epoll based tcp/udp server☆29Updated 10 months ago
- 非常小的读取、写入ini配置文件c库.☆10Updated 5 years ago
- 即时通信 select/poll/epoll☆45Updated 4 years ago
- The aim of this assignment is to have you do TCP socket client / server programming using I/O multiplexing, child processes and threads. …☆41Updated 9 years ago
- 高性能博客系统☆28Updated 5 years ago
- USTC 嵌入式系统实验室2013级研究生阅读内核记录☆63Updated 10 years ago
- a tiny c complier☆31Updated 7 years ago
- A C++ RPC Framework with Google's Protobuf Serialization and wangle framework☆19Updated 5 years ago
- Linux 源码分析☆59Updated 3 years ago
- linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能☆84Updated 2 years ago
- Linux环境C语言编程项目多级Makefile管理模板☆23Updated 7 years ago
- A ftp server using threads instead of processes.☆19Updated 3 years ago
- 创建一个用户态的TCP/IP协议栈。基于Linux内核的TCP/IP协议栈,Xiaochen Wang's TCP/IP stack 和 Level-IP这三个项目构建的。同时它也是一个中文教程,可以帮助自己(或者看到此教程的人)更好的理解计算机网络,更好的理解协议栈。☆76Updated 3 years ago