Skip to content
Tarun Dhiman edited this page Feb 20, 2019 · 2 revisions

Things to implement

  • Actuation
  1. Base driver for actuation
  2. Save function to save the data to local database and send to server when internet available
  • pulling
  1. Base driver for data pulling
  2. Save function to save the data to local database and send to server when internet available
  3. data pulling to be sequential
  • Async
  1. create a async service which is running for data management
  2. Data management includes
  3. Save data to local database if internet is not available
  4. Send data to server when internet available
  • voice
  1. create classes for voice to text conversion and text to voice conversion
  • data pushing
  1. Build a asynchronously data pushing to the server
  2. check if server not reachable then store data locally
  • vpn
  1. device will be connected to server using vpn
Clone this wiki locally