Hi JoN,

Sure, the DataProvider interface is flexible enough to allow any kind of systems integration in its implementation. In your case you need to write a Lightstreamer Data Adapter (i.e. a concrete implementation of the DataProvider interface) that handles a socket to get your data from "OurStuff".

So you're definitely on the right track.

Cheers