Skip to content

Simulator for the OSC server that runs on Notion's OS

Notifications You must be signed in to change notification settings

neurosity/notion-osc-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simulator for the OSC server that runs on Notion's OS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published