Giter VIP home page Giter VIP logo

homework-pyside6-checksum's Introduction

流程

  1. CHECKSUM

    • 搭建链路-网络-传输层级框架
    • 确定基于key2bit, key2val, key2dec的模式逐层解析
    • 搭建数据流切分/解读/格式化函数➡️很笨拙、很繁琐
      • 支持多进制输入,二进制解析,最后十六进制存储
    • 实现各层key2bit, key2val, key2dec
      • 实现 Ethernet II 解析
      • 实现 IPv4 解析
      • 实现 TCP/UDP 解析
    • 搭建数据流校验函数
      • 支持多进制输入,二进制分组,再用十六进制计算
      • 进位回卷
      • 反攻解析函数,添加checksum置零功能
    • 实现各层 checksum
      • 反攻 IPv4,添加伪首部传递功能
      • 实现 IPv4 校验
      • 实现 TCP/UDP 校验
      • 测试 & Debug
  2. UI

    • 安装 Qt Designer,小打小闹(图标、文字)
    • 实现pack&crate.sh打包脚本
    • 修改布局,集成文件与字符读入、结果解析、校验和计算过程

参考

  1. checksum

  2. pyside6

  3. Diagram

实现

🚩README

homework-pyside6-checksum's People

Contributors

duruii avatar wanderson-magalhaes avatar sourcery-ai-bot 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.