LuukEbenau / SacaDev.Muse

.NET Nuget package for receiving data from the Muse EEG headband
GNU General Public License v3.0
13 stars 1 forks source link

Integrate muse direct functionality #5

Open LuukEbenau opened 5 years ago

LuukEbenau commented 5 years ago

atm. it requires you to use muse direct, it would offcourse be much better if this can be all automated by the packet itself. The problem is that the bluetooth communication by Muse direct is done (for my knowing) by the Universal Windows Framework bluetooth library. so i'm not sure how difficult it will be to be implemented in .net standard (or if it's even possible).

NickDevoctomy commented 3 years ago

Maybe this other repo has code that can be ported over?

https://github.com/mharthoorn/Muse.Net

That's if I'm understanding correctly.

NickDevoctomy commented 3 years ago

https://github.com/nexussays/ble.net. And a .net standard Bluetooth library there.