Skip to content

amaliev/PsychophysicsApplicationAndroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PsychophysicsApplicationAndroid

An Android application to be used for a psychophysics study at WINLAB. More details about the project and study can be found at http://sites.google.com/site/psychophysicsapp.

Running the application

To edit and build the application, download the main file and move it to the /src/ directory in an Android Studio project.

Running the server

Before running the server, install the packages by running the following command:

npm install

Commands:

node faye_server.js

Running this line will start the server and allow clients to connect.

node faye_publish.js start

Running this line will publish "start" and bring the connected clients into the experiment.

node faye_publish.js switch

Running this line will publish "switch" and prompt the users to rate the current video segment.

node faye_publish.js count

Running this line will publish "count" and display how many clients are currently connected.

node faye_dataorg.js

Running this line at the end of the experiment will organize and display all of the clients' input.

References

Faye - server that PsychophysicsApplicationAndroid connects to FayeAndroid - client that PsychophysicsApplicationAndroid implements FayeSwift - implementation of Faye server utilized in the sample files

License

This project is licensed under the MIT License.

About

Java Client for Psychophysics Experiment http://sites.google.com/site/psychophysicsapp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published