bluegrs / blueberry-pi

A wireless sensor glove to control Unity games.
1 stars 0 forks source link

JSON Config Generator #14

Open digitaldanny opened 5 years ago

digitaldanny commented 5 years ago

Goal

Make a standalone method in the Python config.py file that generates a json with all the configuration data. Then, make a c# script using JSON.NET to parse the data into the C# config file to be used in the simulation.

digitaldanny commented 5 years ago

Once this is complete, using JSON.NET to parse through the data received from the Raspi should be easy.