Code Monkey home page Code Monkey logo

communication_system_exp_lab's Introduction

项目简介

复旦大学2023年秋通信系统实验下第六组期末项目代码仓库

程序流程图 v0.0.1

这是图片

环境

python 3.11

使用方法

1 下载代码

git clone https://github.com/kokkoroQwQ/communication_system_exp_Lab.git
cd communication_system_exp_Lab

2 任意文本编辑器打开 server_run.py,自行修改以下信息

#########################################################################
# custom config here

OM_IP = "10.16.18.150"  # your OM device's ip 你的 OM 设备 IP
HOST_ADDR = ("10.230.32.31", 8989) # your machine's ip and port 你的 PC 的 IP 和端口
AMOUNT_LIMIT = 100  # register amount limit 每个 科室-门诊级别-时间段 挂号的数量限额
HUMAN_SERVE_PHONE_NUMBER = '6214' # 人工服务的分机号

3 运行

python server_run.py

修订信息

  • 时间:2023-12-12 版本:[发布]v1.0.0 概要:实现完全功能

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.