Get more Kundt peak points by default
Before first run or after making changes in files inside app/ui/ directory, make needs to be executed to build UI files. Make sure you have GNU Make installed as well as pyuic5 and pyrcc5 PyQt utilities in order to do that.
app/ui/
make
pyuic5
pyrcc5
./main.py
Running unit tests:
python -m unittest
kraksat-receiver uses Google Material Icons licensed under CC-BY 4.0 placed in the app/ui/res/ directory.
app/ui/res/
KrakSat(SMOG-P 立方星团队)地面接收站软件,用于卫星信号接收与解码。镜像收录自 https://github.com/KrakSat-2016/kraksat-receiver,License:MIT
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
kraksat-receiver
Requirements
Building
Before first run or after making changes in files inside
app/ui/directory,makeneeds to be executed to build UI files. Make sure you have GNU Make installed as well aspyuic5andpyrcc5PyQt utilities in order to do that.Running
Unit Testing
Running unit tests:
3rd Party Assets
kraksat-receiver uses Google Material Icons licensed under CC-BY 4.0 placed in the
app/ui/res/directory.