Search found 3 matches

by gpatel
Wed Apr 05, 2017 11:30 am
Forum: Varnish Cache, Apache, NGINX Modules and WURFL C++ API
Topic: virtual_capability reading is giving NULL from C API call
Replies: 5
Views: 133763

Re: virtual_capability reading is giving NULL from C API cal

Hi Aaronp, <device id="generic_smarttv_chromecast" user_agent="Mozilla/5.0 (CrKey armv7l 1.4.15250) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.0 Safari/537.36" fall_back="generic_smarttv_browser"> <group id="product_info"> <capability name="model_name" value="Chromecast"/> <capability n...
by gpatel
Wed Apr 05, 2017 10:52 am
Forum: Varnish Cache, Apache, NGINX Modules and WURFL C++ API
Topic: virtual_capability reading is giving NULL from C API call
Replies: 5
Views: 133763

Re: virtual_capability reading is giving NULL from C API cal

Hi Aaronp, Thank you so much for the quick response. Basically our need is to extract below virtual capabilities from the wurfl.xml for every device if it present in wurfl.xml. Could you please give some sort of C code example for extracting these virtual capabilities for every device if exist from ...
by gpatel
Wed Apr 05, 2017 6:23 am
Forum: Varnish Cache, Apache, NGINX Modules and WURFL C++ API
Topic: virtual_capability reading is giving NULL from C API call
Replies: 5
Views: 133763

virtual_capability reading is giving NULL from C API call

Hi, I was trying to read all the virtual_capability with the wurfl.xml file (<ver>data.scientiamobile.com - 2016-03-27 00:30:33</ver>). But wurfl_device_get_virtual_capability(hd, capability); is returning NULL always even wurfl.xml file having virtual_capability the node. Library version installed ...