-
Linux下的聊天室
应用背景
This is the server and client code in C for a simple chat program for multiple client communication.
This repository contains code for a very simple chat program implemented on the linux system, using base system libraries and the C programming language. The program consists of two major components, the first being the server program and the second is the Client program.
关键技术
The server program maintains a list of clients and also a queue of client messages. It uses semaphores to make sure synchronisation errors do not occur.
The server program accepts one optional input argument – listen_port_number. If this argument is missed, the server will use the default port number 3500 (defined in the provided header file chat_server.h). Once it starts, it runs forever. To ter
- 2023-07-14 01:50:03下载
- 积分:1
-
snort-2.9.7.3
资源描述
很好的网络检测及报警工具.在1998年,Martin Roesch先生用C语言开发了开放源代码(Open Source)的入侵检测系统Snort.
直至今天,Snort已发展成为一个多平台(Multi-Platform),实时(Real-Time)流量分析,网络IP数据包(Pocket)记录
等特性的强大的网络入侵检测/防御系统(Network Intrusion Detection/Prevention
System),即NIDS/NIPS.Snort符合通用公共许可(GPL——GNU General Pubic
License),在网上可以通过免费下载获得Snort,并且只需要几分钟就可以安装并开始使用它。snort基于libpcap。
- 2022-02-28 17:06:19下载
- 积分:1
-
coova-chilli-1.3.0.tar.gz
著名portal,可以用在无线路由器里充当认证功能,功能十分强大,配合openwrt使用
- 2022-08-26 03:28:47下载
- 积分:1
-
Linux+v4l2+Qt
这是我再FS2410开发板上,Linux是2.6的内核,Qt/Embedded是2.3.7版本的,USB摄像头主控芯片是中星微301P。摄像头驱动是spca5xxx,使用Video For Linux采集到jpeg图片,然后使用Qt/Embedded进行显示
- 2022-07-14 08:45:17下载
- 积分:1
-
vi 命令大全
对LINUX系统下的vi编辑器及终端的命令,做了全面的总结,可以使得初学者容易查找并加以练习
非常全,很好用!
- 2022-02-06 18:56:09下载
- 积分:1
-
linux下Gtk+编程--计算器
这是在linux下的计算器的简单编程,希望可以用到的多多下载!
- 2023-02-05 10:45:04下载
- 积分:1
-
Hello word
你好字你好字你好字你好字你好字你好字你好字你好字你好字你好字你好字你好字你好字你好字你好字你好字你好字
- 2022-01-29 03:31:27下载
- 积分:1
-
base64解码
关于base64的解码,及解码后,争对不同的编码进行转换,如GB2312转UTF8等。代码内有测试例子
- 2022-06-19 20:39:48下载
- 积分:1
-
udp实现文件传输
文件UDP实现,经测试可以每秒6m/s,实现实现断点传输,对新手理解socket编程有一定的帮助
- 2022-03-10 00:36:28下载
- 积分:1
-
NACHOS LAB3.2
了解线程切换出错的机理,利用信号量,锁机制来保护线程。分为3部分:(1)基于双向链表插入、删除的锁机制演示(2)基于table类表申请、释放的锁机制演示(3)基于BoundedBuffer类读写问题的锁机制演示。先补充synch里的函数,有两种方式1.利用信号量,2.自己写函数……
- 2022-10-13 05:20:03下载
- 积分:1