neurosity / openbci-dashboard

A fullstack javascript app for capturing and visualizing OpenBCI EEG data
93 stars 23 forks source link

bar chart filtering moved to backend #9

Closed andrewheusser closed 8 years ago

andrewheusser commented 8 years ago

-sockets now emits band filtered data instead of doing the filtering on the front end -deleted EEGUtils library from front end and put the function in visualizer.js on the server