Application written in C++(backend) and ReactJs(frontend) for scanning and displaying the available wireless networks, based on iwlib library and developed on Ubuntu 20.04 LTS
Instalation
//install node js and ensure that you have the 15.4.0 version installed sudo apt-get install nodejs
//ensure that you have C++17 installed
//install boost lib sudo apt-get install libboost-all-dev
//install websocket library sudo apt-get install libwebsocketpp-dev
And after that build the solution and run the server. Run in the clinet folder the npm install, npm start commands..