Either you create a webend plugin that can access the data and export it via your custom API (e.g. json/xml), or you scrape the web interface - which hasn't changed much in the past 5+ years. Or you could analyze the calls the web page makes in the backend (by using Firebug or Developer Tools) and make the same calls and filter out the data in the Android client.
On Fri, Nov 27, 2015 at 2:48 PM, Michele Lasaponara <[email protected]> wrote: > Hi, I would like to know if there is a way to extract data from a plugin > nfsen and display them on an Android application. I'm trying to do a thesis > at the university on this topic and I would like to know if there was a > means by which to start (Ex. frameworks, ...). Regards. > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Nfsen-discuss mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/nfsen-discuss > >
------------------------------------------------------------------------------
_______________________________________________ Nfsen-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nfsen-discuss
