Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 882 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 882 Bytes

Notion OSC Server

The purpose of this project is to be able to test the Neurosity OS functionality for OSC Streaming. The code in this repo mimics the OSC server running on Neurosity devices.

Created to test integration with BrainFlow and Neuromore Studio.

Setup

Clone this repo and make sure NodeJS is installed

  • npm install
  • npm start

Custom environment variables (optional)

  • Create .env file in the root
  • Add variables to override:
NEUROSITY_DEVICE_UUID=local7cca794fb5f4675a69371e949b2
NEUROSITY_DEVICE_MODEL_NAME=Crown
NEUROSITY_DEVICE_MODEL_VERSION=3
NEUROSITY_DEVICE_SAMPLING_RATE=256
NEUROSITY_DEVICE_CHANNELS=8
NEUROSITY_DEVICE_CHANNEL_NAMES=CP3,C3,F5,PO3,PO4,F6,C4,CP4
NEUROSITY_OSC_LOCAL_HOST=0.0.0.0
NEUROSITY_OSC_LOCAL_PORT=8000
NEUROSITY_OSC_REMOTE_PORT=9000