Tool for ZigBee network configuration. Each ZigBee node is configured using AtHayes commands. Such commands are complicated for beginers. Main aim of this project is a simplification of giving those commands.
QtCreator >= 5.2
Download project: e.g.
git clone github.com/adamkaliszan/ZigBeeAtCmd
Go to the project directory
cd ZigBeeAtCmd
Configure the project using qmake. Use latest installed version of qt.
/opt/Qt/5.xxx/gcc_64/bin/qmake
Compile
make
- Adam Kaliszan - Initial work - AdamKaliszan