WirelessLocation This Project was used to get nodes' data and save it Using the Pyserial model to communicate with the rotary table and coordinator node; Saving the data as text format; RotaryTable.py is defined as the rotary table class, which can make the rotary table work well; LocationData.py is defined as the coordinator node class,which can communicate with coordinator node 本项目完成无线定位节点的数据读取与存储工作: 采用Pyserial包实现同转台和协调器的通信 数据保存采用文本格式 RotaryTable.py文件定义了转台类,用以实现转台的各项功能 LocationData.py文件定义了数据获取类,实现同协调器的通信,数据保存 MyMain.py是项目的运行主文件 ThreeAntenna.py是三个协调器接三个天线同时运行的主程序