Hi, One thing that we discussed with Philip is using a neutral, text-based and diff-friendly format to store our core data.
We can then derive various formats (json, xml maybe) using Maven or another build tool. We initially discussed using json for that, but in the meantime I think we should rather used the java properties format, as writing json by hand is no fun, whereas properties are easy to read/write both by hand and from code. I'd use a structure where folders represent device brands, series, models etc., and a properties file contains all that we know about a given device. WDYT? -Bertrand
