Skip to content

escalope/fallingdetectionexample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Demo of a dummy producing sensory input of an accelerometer in the chest and in the left hand.

To run the demo

mvn clean compile
mvn exec:java -Dexec.mainClass=server.RemoteAccelerometerParkinsonTest

To run an external listingin client (while running the demo)

mvn exec:java -Dexec.mainClass=clients.RemoteClientTest

In case of running into memory problems

export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=128m"

And then run the previous command

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages