# WirelessLocation **Repository Path**: frame0224/WirelessLocation ## Basic Information - **Project Name**: WirelessLocation - **Description**: 本项目完成无线定位节点的数据读取与存储工作: 1. 采用Pyserial包实现同转台和协调器的通信 2. 数据保存采用文本格式 3. RotaryTable.py文件定义了转台类,用以实现转台的各项功能 4. LocationData.py文件定义了数据获取类,实现同协调器的通信,数据保存 5. MyMain.py是项目的运行主文件 6. ThreeAntenna.py是三个协调器接三个天线同时运行的主程序 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WirelessLocation > **** ## This Project was used to get nodes' data and save it 1. Using the Pyserial model to communicate with the rotary table and coordinator node; 2. Saving the data as text format; 3. RotaryTable.py is defined as the rotary table class, which can make the rotary table work well; 4. LocationData.py is defined as the coordinator node class,which can communicate with coordinator node > **** ### 本项目完成无线定位节点的数据读取与存储工作: 1. 采用Pyserial包实现同转台和协调器的通信 2. 数据保存采用文本格式 3. RotaryTable.py文件定义了转台类,用以实现转台的各项功能 4. LocationData.py文件定义了数据获取类,实现同协调器的通信,数据保存 5. MyMain.py是项目的运行主文件 6. ThreeAntenna.py是三个协调器接三个天线同时运行的主程序