Closed ejvaughan closed 7 years ago
Fixed by f31ecfca69685d4c582a8c6149b85d8e69731c48 and 6dcbbb7d5f18d5b07b45ebf4f2bf0d6d0b5baac3.
The configuration parameters for connecting to AWS are now contained in src/car_iot.conf
. To run the program, now specify the path to this file with the -f
command line option.
Overview
In order to connect to the AwS IoT service, our utility needs to supply the following information to the IoT APIs:
We should allow reading these parameters in from a configuration file, as well as passing them in via command line args.