Late reply here, but we did go ahead and begin a rewrite of the old Java and .NET libraries. The outcome was really good for Java:
SVN: http://svn.apache.org/viewvc/incubator/devicemap/trunk/devicemapjava/ -no dependencies on unsupported libraries http://svn.apache.org/viewvc/incubator/devicemap/trunk/devicemapjava/pom.xml?view=markup -much more cleaner and accurate: http://svn.apache.org/viewvc/incubator/devicemap/trunk/devicemapjava/src/main/java/org/apache/devicemap/client/ 10 source files, approx 600 lines of code -extremely fast (using OpenDDR 1.21): TOTAL lookups: 1182, average time: 63usec Yes, 63usec per lookup, this was done today on a brand new top of the line i7 EC2 free tier: TOTAL lookups: 1182, average time: 129usec The only reason we were not able to officially release this as the new client was due to not really having any DDR data to go along with this. We ran into an issue where the pattern for the X10 phone was hitting all OSX 10 desktops and without DDR data, we cant really fix this issue: https://issues.apache.org/jira/browse/DMAP-24 I know we do have the initial OpenDDR contribution, but its right now 6 versions out of date: http://svn.apache.org/viewvc/incubator/devicemap/trunk/openddr/data/src/main/resources/devicedata/ (v1.15) https://github.com/OpenDDRdotORG/OpenDDR-Resources/tree/master/resources (v1.21) In the world of mobile device classification, 1.15 is ancient. So until we can figure how to get the latest and greatest device data into the project (or link against it), im not sure how to move these new clients forward. thanks, Reza ________________________________ From: Andrew Savory <[email protected]> To: [email protected] Sent: Tuesday, September 10, 2013 5:48 AM Subject: Re: Wiki karma and Getting Started Hi, On 10 September 2013 10:18, Bertrand Delacretaz <[email protected]>wrote: > Cool, you should now be able to edit https://wiki.apache.org/devicemap > Thanks! > Note that you could also add that info to the website directly, see > > http://svn.apache.org/repos/asf/incubator/devicemap/site/trunk/WEBSITE-HOWTO.txt > This is rapidly turning into http://memeguy.com/photos/images/fixing-a-light-bulb-28924.gif ;-) Thanks, Andrew. -- [email protected] / [email protected] http://www.andrewsavory.com/
