Hello sir,
I am developing a project in which I want to gather vital signs of human body through sensors integrating ODK sensor and developing a Android interface for it. And I want to send this collected data through ODK collect to the cloud where I have implemented ODK Aggregate , but i have doubt that can I send real time data automatically to Aggregate filling xml forms automatically using ODK sensor instead manually.
The latest ODK Collect does support background submission of forms to ODK
Aggregate when connected via WiFi or cellular network. This may do the
automatic publishing you seek, though it may have unforeseen transmission
interruptions.
Real-time data acquisition and transmission to ODK Aggregate is very
different from the disconnected data collection for which ODK Collect was
intended.
Mitch
···
On Tue, Jan 28, 2014 at 12:12 AM, wrote:
Hello sir,
I am developing a project in which I want to gather vital
signs of human body through sensors integrating ODK sensor and developing a
Android interface for it. And I want to send this collected data through
ODK collect to the cloud where I have implemented ODK Aggregate , but i
have doubt that can I send real time data automatically to Aggregate
filling xml forms automatically using ODK sensor instead manually.
One approach you could try is do the real time acquisition with your
application, then occasionally generate an XForm formatted dump of the
data that you post to Aggregate.
Yaw
···
--
Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.
The latest ODK Collect does support background submission of forms to ODK
Aggregate when connected via WiFi or cellular network. This may do the
automatic publishing you seek, though it may have unforeseen transmission
interruptions.
Real-time data acquisition and transmission to ODK Aggregate is very
different from the disconnected data collection for which ODK Collect was
intended.
Hello sir,
I am developing a project in which I want to gather vital
signs of human body through sensors integrating ODK sensor and developing a
Android interface for it. And I want to send this collected data through ODK
collect to the cloud where I have implemented ODK Aggregate , but i have
doubt that can I send real time data automatically to Aggregate filling xml
forms automatically using ODK sensor instead manually.