当前位置:
首页 资源下载
搜索资源 - linux socket chat server
搜索资源列表
-
0下载:
linux系统下一个简单的聊天程序,主要用socket和select实现的-linux system a simple chat program, the main achievement of the socket and select
-
-
0下载:
linux下基于ssl安全套接字设计的一个聊天程序,包含客户端和服务器的源码。-linux based ssl secure socket design a chat program, including client and server source code.
-
-
0下载:
thhis a simple server program to chat with multi clients using c programming.(socket program)-thhis is a simple server program to chat with multi clients using c programming.(socket program)
-
-
0下载:
基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。
客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据
-Linux operating system based on the socket programming, to complete a simple
-
-
0下载:
本软件采用Linux系统,以QT为开发语言,在实现了基本通信功能的基础之上,继续将软件进行交叉编译,并将其成功移植到ARM9开发板上。本软件没有服务器,只有单一的客户端,软件启动时通过使用UDP协议向255.255.255.255这个广播地址发送一个经过编码的广播包建立在线用户列表;本软件可以在XP系统、Ubuntu系统和ARM9开发板运行,使用了Tcp/Udp、Socket等技术;软件实现了基本的修改用户名、一对一聊天和文件的传输功能。
-The software deliberately
-
-
0下载:
本程序在ubuntu下用C语言实现,采用server/client模式,服务端通过功效内存存储聊天记录,发给每个客服端-Under this program in ubuntu with the C language, using server/client model, the effectiveness of memory storage server through the chat, each customer-side distributed
-
-
0下载:
Linux下使用C + socket TCP实现的一个简单的聊天服务器和客户端程序。使用gcc编译时,需要增加-lpthread选项-using C+ socket TCP in Linux implementation of a simple chat server and client. Using the gcc compiler, the need to increase the-lpthread option
-
-
0下载:
Linux 下实现聊天室 客户端和服务器端-Linux chat room to achieve the client and server side
-
-
2下载:
在Unix/Linux环境下,用Client/Server结构实现;支持多个客户之间的相互交流(公聊,用户名);
工作方式:
服务器程序先在后台运行;
客户端程序通过“网址+端口号”连接到服务器,并根据提示输入用户名(不需验证);
-On Unix/Linux environment, using Client/Server architecture to achieve support interaction between multiple customers (t
-
-
0下载:
本项目实现了在linux下简单的网络聊天室。在Linux下编写并调试服务器端程序和客户端程序,实现客户、服务器之间的连接和通信。可以在单机上开辟两个窗口分别运行客户、服务器端的程序,或者将两台主机连接分别作为客户和服务器的方式。本设计使用网络套接字socket和多线程在网络中的应用,并基于linux下的vi编辑器。本方案经gcc调试器调试成功,可以在单机网络聊天中使用。-This project achieved under linux simple online chat rooms. To
-
-
0下载:
用于Linux操作系统,在QT环境下开发的基于Socket的聊天室,包括server和client两部分-For Linux operating system, developed in a QT environment Socket-based chat rooms, including two parts of the server and client
-
-
0下载:
linux下实现的网络聊天室软件,采用c/s架构,包括客户端和服务端。主要采用socket、thread编程、以及进程间通信等实现了用户间私聊、群聊、查看在线用户的功能,服务端管理员有踢人、禁言、解禁的特殊权限。并附有软件使用帮助文档。-Internet chat room software under linux using c/s architecture, including the client and the server. Main socket, thread programmin
-
-
0下载:
基于qt,linux环境下socket编程,简单的聊天小程序的服务器端-Based qt, linux socket programming environment, a simple chat server-side applet
-
-
0下载:
linux下用socket编程时实现的终端下的服务器、客服端字符聊天程序--客服端程序-linux socket programming achieved when using the terminal server client service character chat program- customer-side program
-
-
0下载:
linux下终端实现文字聊天的服务器端程序,基于linux下网络socket编程-achieved under linux terminal server text chat program, based on network socket programming under linux
-
-
0下载:
本聊天室程序在Ubuntu下,采用C语言实现,结构为Client/Server结构
服务端程序通过共享存储区存储聊天数据,并发送给每个连接的客户端
-This chat program under the Ubuntu, using C language implementation, structure of Client/Server structure
Chat server program through the Shared storage area to store
-
-
0下载:
利用linux网络编程,实现多客户端之间相互聊天。其中,服务器实现消息转发的功能。-Use linux network programming, chat with each other across multiple clients. Wherein the server implementing message forwarding function.
-
-
0下载:
一个简单的linux socket应用,实现了server端和client端的实时对话。并且可以当作是子程序fork()函数的一个示例。-A simple linux socket application to achieve a real-time conversation server-side and client-side. And can be used as a subroutine fork () function is an example.
-
-
0下载:
该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket c
-
-
1下载:
网络编程,socket,客户端与服务器,简化版网络聊天室(Network programming, socket, client and server, simplified network chat room.)
-