Giter VIP home page Giter VIP logo

uch's Introduction

Nothing here.
这里什么也没有。
ここには何もありません。

Uch

Computer Networking Lab 1
A tiny C/S chatting application

Brief

Supports online chatting (TCP, P2P).
Supports offline messages (TCP, server relay).
Supports online file transmitting (UDP, P2P).

License

The code is unlicensed.

Dependencies

  • nana (modified in order to add user event)
    Providing GUIs
  • Crypto++
    Providing AES 256-CFB and SHA-256
  • yaml-cpp
    Providing configuration files

Their licenses are placed here.

Notes - part 0

UchClient provides the client.
UchServer provides the server.
UchCommon provides wheels.
UchProtocol provides application layer protocols for this application.
UchFile provides the file transmitting routine.

Notes - part 1

P2P file transmitting is implemented over a handmade RDT protocol called Ucp.
UchFile is called as a child process.
Windows Socket 2 and Windows API plays an important role in this application.
Again, the nana GUI library is modified.

Notes - part 2

Do not write code as ugly as I do.
It is not recommended that copying my code directly into your assignments or labs.
This application only supports Windows platform.
This application requires at least Windows 7.
The Win32 version is not tested.

uch's People

Contributors

eairpeter avatar

Watchers

 avatar  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.