buttplugio / buttplug-device-config

YAML file that specifies device information and protocol bindings
3 stars 3 forks source link

Update device config with embedded device attributes #8

Open qdot opened 4 years ago

qdot commented 4 years ago

Time to put @blackspherefollower's toy collection and protocol knowledge to the test.

The device-attributes branch has a device config with schema for externalized attributes (buttplugio/buttplug#93). Right now, only Lovense, Kiiroo v2, and XInput have been ported. Hopefully the layout for those 3 should make sense. Now we need to fill in all of the other devices supported.

How you do this is up to you. If you want to hand enter everything in the yaml, that works. If you want to make spreadsheets or a DB for easier update and export, that works too.

The rules so far (that I've completely made up while developing this):

I think that's it. Good luck. :D

qdot commented 4 years ago

Oh, and literally all of this is up for review/comment/complaint. So far everything seems to work smoothly but I've been in the middle of this all weekend so outside perspective is welcome and probably very much needed.