Giter Club home page Giter Club logo

linux_network_project's Introduction

Linux_Network_Project

远程终端管理系统,使用C 结合Linux特性进行socket编程

1.项目使用 C/S 架构,分为两个文件夹, Server 、Client ;
2.服务器数据从配置文件(configure.txt)中获取地址和端口信息;
3.服务器使用TCP/IP协议,多线程接收多个客户端链接,并实现服务器与客户端的信息交换,执行客户端发送的shell命令并将结果返回至客户端;
4.服务器使用链表记录会话链接,并能动态维护链表(客户端接入和断开),服务器利用心跳机制保持和链接的客户端联系;
5.服务器端使用日志文件记录链接记录、时间、执行命令结果等信息并存储;
6.客户端提供注册、登录功能,能查询在线用户列表,也能发起客户端->服务器->客户端的聊天功能,群聊功能;
7.客户端提供向服务器发送shell命令并接收服务器返回的执行结果.

linux_network_project's People

Contributors

renleilei1992 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.