Git Product home page Git Product logo

chatting-room's Introduction

Chatting-Room

UDP网络聊天室 实现一个网络聊天室程序,具体要求:

  1. Windows平台上,基于UDP协议,图形用户界面,编程语言不限。

  2. 服务器保存用户信息(账号与IP地址)及日志信息,客户端之间直接交互(带时间的聊天信息),可选不同聊天模式(一对一与一对多),可选对聊天信息加密传输(加密方法自选,可用某种库函数)。

  3. 撰写说明文档,包括编程环境、关键问题、程序流程、测试截图等。

  4. 提交全部程序,包括源代码、可执行程序、说明文档等。

  5. 操作系统:Windows 10 64位

  6. 编译环境:IntelliJ IDEA 2017.3.1,Jar2Exe Wizard 2.5,java version "1.8.0_65"

  7. 编程语言:JAVA

    服务器端按时间记录聊天室日志,包括:用户登录、登出信息,公共聊天室群聊记录。并且记录每一个登录用户的昵称、IP地址、端口号。与此同时,管理员可以向聊天室所有用户发送广播消息。 客户端包括一个登录窗口,用户输入昵称即可登录聊天室;一个聊天窗口,用户可以在该窗口发送与查看聊天内容,可选择群聊与私聊功能,实现了一对一与一对多聊天模式。 聊天室考虑了美观与信息安全的问题。 在信息安全问题上,采用DES算法加密解密聊天信息,没有使用依赖库,完全独自实现的DES加密。 在美观问题上,将信息内容转换为HTML格式加以显示,实现了文字颜色高亮,缩进,居中等外观。

chatting-room's People

Contributors

meishax avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

rightzebra

chatting-room's Issues

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.