fastodos.php handles capture of odo readings and times using immediate AJAX updates.
Want to be able to operate offline to capture values then have them uploaded automatically/on request when connection re-established.
This involves initially creating a capture object which can be stored in sessionStorage/localStorage ready for transmission. Leave data styling as untransmitted until it is sent. Have background worker look for connection periodically.
fastodos.php handles capture of odo readings and times using immediate AJAX updates.
Want to be able to operate offline to capture values then have them uploaded automatically/on request when connection re-established.
This involves initially creating a capture object which can be stored in sessionStorage/localStorage ready for transmission. Leave data styling as untransmitted until it is sent. Have background worker look for connection periodically.