woodruffw-hackathons / libmyolinux

A Linux interface for the Myo, for HackUMBC.
MIT License
46 stars 16 forks source link

Quick Question #1

Open timotius02 opened 9 years ago

timotius02 commented 9 years ago

Found you guys on Challengepost. How did you get Linux compatibility if MYO-python relies on a windows and mac program?

tcornelius commented 9 years ago

We only used myo-python to capture packets and initially mess with the armband - we don't use it on the linux side. It's just in there as an artifact.

We've been meaning to clean up the code & repo + link it up with an implementation of pybluez (open source bluetooth lib) because our library assumes that the computer has bluetooth capability, but we've all been really busy this past month!

Thanks for the interest.

timotius02 commented 9 years ago

Thanks for the quick response. I thought that was why it was there. I was wondering where you guys actually used pybluez because after skimming the code, it doesn't look like it was used anywhere.