Author Topic: Superior PHP Method: Data Feed API or PHP Widget Control API  (Read 633 times)

xzolian

  • Newbie
  • *
  • Posts: 8
Which method is superior for retrieving an analog value from a channel using PHP:


By superior I mean which is faster and more reliable.

iobridge

  • Administrator
  • Hero Member
  • *****
  • Posts: 668
    • ioBridge Support
Re: Superior PHP Method: Data Feed API or PHP Widget Control API
« Reply #1 on: July 06, 2009, 09:02:06 PM »
For getting data, the Data Feed API is the fastest and will scale. If you wanted to get two values, the Data Feed API would only need one call to the module. Instead of having to get two values from two separate widgets, doubling the time requirement.

Data Feed API: http://www.iobridge.net/wiki/api/data-feed-api

ioBridge Support
Community Team