-
Notifications
You must be signed in to change notification settings - Fork 48
Remote data collection
Dr Jack Brookes edited this page May 23, 2022
·
15 revisions
UXF 2.0 allows you to collect data remotely, by deploying a version of your experiment that runs in a web browser. Data are stored in a database hosted on Amazon Web Services.
- Change your build target to WebGL (allows your experiment to be built to a web browser compatible package).
- AWS DynamoDB setup or HTTP POST Setup
- Build your application.
- Test with a local WebServer (e.g. Servez - point it to the build folder).
- Upload the build to a host (GitHub pages works and is free!). If you use the HTTP POST Data Handler, you might as well upload to your own server.
๐ง Core topics
- ๐ Background
- โจ UXF 2.0
- โ๏ธ Compatibility
- ๐ถ๏ธ Oculus Quest Setup
- ๐ญ Concepts
- ๐ ๏ธ Get started
- ๐ Examples
- ๐ฅ๏ธ Built-in UI
- ๐ Session generation
- โฐ Events
- ๐ Data collection
- โ๏ธ Collect custom data
- ๐ Custom Data Handler
- ๐ Remote Data Collection
- ๐๏ธ WebGL DynamoDB setup
- ๐ Processing DynamoDB CSVs
- ๐ซ HTTP Post Setup
- ๐ง Settings system
- ๐๐ฝ Tracker system
- ๐ Logging system
โ ๏ธ Common issues- ๐ผ๏ธ Multi-scene experiments
- ๐บ Videos
- ๐จโ๐ Full written tutorial
- ๐ฆ Asset links
- ๐จโ๐ซ Unity tutorial links
- ๐ Useful code snippets
- ๐ก Programming ideas
- ๐งฎ Example R processing