abstrakraft / cwiid

Linux Nintendo Wiimote interface
cwiid.org
GNU General Public License v2.0
287 stars 100 forks source link

Feature Request: Raw Data Reporting in Python #29

Open TheElementalOfDestruction opened 5 years ago

TheElementalOfDestruction commented 5 years ago

Can you please implement some kind of way to access raw message data in python? I'm attempting to write a python module for a custom wiimote accessory, but cwiid is improperly reading its data as being data from the classic controller. Because of this, many of the bits of the message are being split up when they are part of a group, and it is making it extraordinarily hard to figure out the protocols.

Perhaps this could be a flag you can set to simply cause all messages to be reported back as raw data? That, or just have a seperate way to get them as such, as well as a separate message callback.

Thank you.