在Linux下用C/C++语言开发的即时通讯项目,用了libevent、多线程、mysql等技术
☆78Mar 5, 2019Updated 7 years ago
Alternatives and similar repositories for Liunx-Timely-communication-project
Users that are interested in Liunx-Timely-communication-project are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆75Oct 29, 2019Updated 6 years ago
- 根据哔哩哔哩全手敲, c++ 高并发服务器项目,目前还在进行中,不知道能不能坚持做完这个项目!!!☆16Aug 19, 2020Updated 5 years ago
- Linux下C语言实现即时通讯系统☆12Jun 3, 2018Updated 8 years ago
- Linux C/C++项目:虚拟文件服务器(功能匹配百度网盘)☆293Jun 14, 2020Updated 6 years ago
- Linux系统下邮件系统项目☆26Apr 12, 2018Updated 8 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 自己实现智能指针☆106Apr 9, 2016Updated 10 years ago
- 基于C++实现的用户态TCP协议☆22Feb 17, 2021Updated 5 years ago
- LINUX应用开发小项目☆16Jul 5, 2022Updated 4 years ago
- 《Linux 高性能服务器编程》和《Linux多线程服务端编程:使用muduo C++网络库》的笔记和源码,以及两个轻量级服务器的项目代码☆344Jan 22, 2021Updated 5 years ago
- C++实现的简单http服务器(进程池+epoll)☆95Jun 28, 2018Updated 8 years ago
- 模拟百度网盘实现的一个简单文件传输和下载的c/s模式的项目:☆70Jun 5, 2017Updated 9 years ago
- 基于epoll机制的高并发聊天室,c语言实现,代码源于网络仅供学习☆252Apr 1, 2024Updated 2 years ago
- 这个项目主要用作C++开发面试相关知识学习。☆32Mar 29, 2021Updated 5 years ago
- 使用C++实现的ubuntu环境下的聊天小项目,采用C/S架构,支持注册、登录、记录登录状态、私聊、群聊功能,前期使用多线程实现并发服务器,后期利用epoll监听+线程池处理的Reactor模式实现并发服务器,进行了压力测试,并采用 bitmap 实现的布隆过滤器减少对 M…☆126Feb 4, 2021Updated 5 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 嵌入式自助点餐平板电脑是以餐饮业为平台,利用先进的计算机技术、嵌入式Linux技术、网络通信技术作为本项目的支撑。通过本项目,可以接触到当下主流的商用嵌入式开发平台ARM-Cortex A53架构的开发板,并能体验其开发的流程与工作原理。本项目中涉及到的网络传输相关的功能,…☆64Jun 27, 2023Updated 3 years ago
- 一个运行于arm11,基于linux的嵌入式人脸识别系统。开发环境,qtcreator,qt4.8。人脸识别算法为上海一所著名高校研发,属于商业保密,项目里的算法库已经过期,无法使用。本人有可能不再从事于这一行业,但之前的项目也是倾注了汗水在里面,很有可能里面有诸多参考借鉴…☆33Sep 16, 2016Updated 9 years ago
- C++和qml小说阅读器项目☆36Apr 4, 2020Updated 6 years ago
- 编程实验第三次,高性能web服务器,用c++编写一个支持高并发的web服务器,用于提供静态文件访问和日志管理,用到多线程与线程池、网络编程框架☆46Apr 7, 2013Updated 13 years ago
- linux下c/c++模拟实现云盘项目☆640Oct 2, 2021Updated 4 years ago
- 基于C++使用 epoll + threadpool 实现的 webServer,支持GET、POST☆48Nov 27, 2018Updated 7 years ago
- 项目名称:智能楼宇安全监控报警系统 开发环境及技术栈:ARM-Linux-gcc、Linux-C、C# 我的主要工作:配置传感器和摄像头的驱动文件,通过ARM-Linux-gcc编译后移植到s3c2410开发板上; 采用Linux-C提供的多线程技术,同步原始数据采集、视频…☆46May 15, 2020Updated 6 years ago
- C++11 实现的简易版 STL☆226Apr 29, 2017Updated 9 years ago
- 这是我大二至大三期间完成的大学生创新实践项目-未来无线通信网络自优化技术的研究与实现。包含Linux服务器和安卓客户端。qt-SON是服务器程序,集成了区域内WIFI自配置,自优化算法和自动控制模块,并通过socket与客户端通信,为客户端WIFI的选择提供计算资源。☆17Aug 23, 2016Updated 9 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- B站搜索“【三千行代码小型项目】C语言实现双端即时通讯软件”的讲解视频,如果你觉得有所收收获,请在CSDN订阅相关专栏,这是给我的支持与鼓励!☆72Jul 20, 2020Updated 6 years ago
- Linux下C实现TCP文件传输☆16Jan 9, 2022Updated 4 years ago
- 基于跳表实现的键值型存储引擎☆12Jun 21, 2021Updated 5 years ago
- Linux环境C语言编程项目多级Makefile管理模板☆26Oct 23, 2017Updated 8 years ago
- 从零开始打造一个智能家居系统☆10Aug 4, 2020Updated 5 years ago
- 一个基于epoll的多线程 linux c http web服务器☆23Mar 7, 2015Updated 11 years ago
- LInux 平台下物联网网关(多线程实现),嵌入式项目☆391Apr 9, 2019Updated 7 years ago
- A safe version of STL☆17Sep 22, 2021Updated 4 years ago
- ☆27Mar 15, 2026Updated 4 months ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 冯如杯项目-嵌入式实时对象检测系统☆11Mar 20, 2019Updated 7 years ago
- 基于Qt的Linux嵌入式开发☆13Feb 17, 2023Updated 3 years ago
- My personal website - built in Django / Python / Wagtail <3☆11Dec 8, 2022Updated 3 years ago
- 聊天室 -- 17年暑假项目(Linux C网络编程)☆465Apr 30, 2021Updated 5 years ago
- 一个收集C/C++新手学习的入门项目,整理收纳开发者开源的小项目、工具、框架、游戏等,视频,书籍,面试题/算法题,技术文章。☆8,187May 20, 2024Updated 2 years ago
- Car-eye-Player-android 是car-eye 开源团队开发的一个全功能播放器,支持多种音视频格式,支持多种流媒体传输协议,非常高效☆13Nov 10, 2018Updated 7 years ago
- We propose a novel deep unfolded phase retrieval network dubbed as PRNet to recover high-quality images by using the learned convolutiona…☆11Feb 16, 2022Updated 4 years ago