amineamanzou / UDP-TCP-File-TransferLinks
A classical Unix multi-thread server and client in C language using sockets.
☆65Updated 13 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
Sorting:
- epoll+线程池实现大文件传输☆68Updated 10 years ago
- Implementation of a simple FTP client and server☆163Updated 7 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆58Updated 9 years ago
- 《Linux高性能服务器编程》上的例子☆51Updated 11 years ago
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆47Updated 9 years ago
- mini版FTP服务器实现文件上传和下载、断点续传、限速等功能☆85Updated 5 years ago
- Simple FTP client-server implementation in C☆127Updated 5 years ago
- Lightweight FTP server written in C☆145Updated 2 years ago
- FTP Server for linux☆63Updated 6 years ago
- 一个极简内存池实现☆305Updated last year
- 即时通信 select/poll/epoll☆45Updated 5 years ago
- Map for C, used rbtree to implement, sort by key☆93Updated 5 years ago
- 协程的简单实现☆52Updated 3 years ago
- Linux进程间通信(Inter-Process Communication)方式汇总☆323Updated 7 years ago
- C/C++,跨平台,OS原生异步IO接口,纯C有栈和无栈C++20协程调度核心☆172Updated 3 weeks ago
- libevent library reimplemented with c++☆43Updated 6 years ago
- An example https client and server using OpenSSL and libevent, for the purpose of discussing some issues that came up on the libevent mai…☆181Updated 7 years ago
- 本项目是在linux下基于Tinyhttpd扩展实现的不到700行的超轻量型Http Server,基于epoll事件驱动I/O,采用高效的Reactor模型+线程池进行客户端连接任务管理,支持高并发的静态与动态http请求。☆22Updated 5 years ago
- TLPI(The Linux Programming Interface)《linux/unix系统编程手册(上、下册)》学习笔记☆84Updated 7 years ago
- 韦东山驱动开发源代码☆15Updated 9 years ago
- c++11 implementation of muduo net lib and muduo asynclogging.☆33Updated 6 years ago
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆164Updated 4 years ago
- 简单有效的内存池实现☆100Updated 9 years ago
- 基于muduo(多线程网络服务框架)在应用层实现了RTSP服务器☆87Updated 5 years ago
- 基于线程池、消息队列和epoll模型实现并发服务器架构☆43Updated 6 years ago
- My Makefile for Linux, application & driver☆44Updated 5 years ago
- Tinyftpd是用c语言实现的简单、快速、高效的Linux FTP服务器,只需简单的配置,就可快速的将主机变成高效的FTP服务器。☆156Updated 4 years ago
- USTC 嵌入式系统实验室2013级研究生阅读内核记录☆63Updated 11 years ago
- 尝试阻塞与非阻塞,I/O多路复用(select, epoll)☆76Updated 8 years ago
- 在基于Linux系统的主机上,通过C/C++实现对主机状态监控,衡量终端负载情况。 设计目标是实现对: (1)CPU占用率 (2)系统运行时长 (3)内存占用率 (4)网络接口属性:接口名、IP地址、MAC地址 (5)网卡速率信息:上下行网速 的监控。☆24Updated last year