tweag / connectedcar

MIT License
2 stars 2 forks source link

How to push the data to HTTP/cloud ? #19

Open SaeedHK opened 5 years ago

SaeedHK commented 5 years ago

The data transmission should be done through the AirVantage service. Here is an app that gives a hint how it can be done. The How-to section of AirVantage gives a manual for how to connect AirVantage to AWS different services:

  1. AWS Kinesis and AirVantage-Kinesis
  2. AWS Firehose and AirVantage-Firehose

How to push data to AirVantage

MMesch commented 5 years ago

another option is to use our own custom server. See #22 for this.