Central server program of 15na
.
With running websocket server, 15na-server
receives CSI data from 15na-ap
, and classifies them.
If fall is detected, this make alert at 15na-cli
.
- Intel 5300 WLAN card
with CSI-Tool installation
- MATLAB R2015b+ Really?
- Python 3.6+
dependency list inrequirements.txt
.tensorflow
numpy
matlab.engine
- Node.js 12+
dependency list inyarn.lock
andpackage.json
.
# Clone the repository
git clone https://github.com/wldh-g/15na-server.git
# Run npm to install all dependencies
cd 15na-server; npm i -D
# Or yarn
cd 15na-server; yarn
# And look help
./15na help
This project follows Mozilla Public License 2.0.
I understand MATLAB is slow and not usable in most environment, because of the license problem. So, in coming version, I'll remove MATLAB code, and change the whole project to python code.
No plan yet.
Target project is fall notification project, but no. This can be used to other type of real-time HAR application, but I have no plan to change this to multi-purpose project, for now.