Protocol Creation
Follow the steps below to get a basic Sensus Protocol up and running using AWS S3 as the storage endpoint. Alternatively, consider setting up a local-only protocol.
- Configure an AWS S3 bucket for data storage.
- Within the Sensus app:
- Add a new Protocol.
- Add a file-based local data store to the Protocol.
- Add an AWS S3 remote data store to the Protocol based on the information provided by the S3 configuration script that you ran above.
- If desired, configure push notification support.
- Configure the Protocol's probes.
- Start the Protocol.
After a period of time, specifically the AWS S3 write delay, you should see data appear in your AWS S3 bucket. You can force data to be written to your bucket on demand by enabling the write data feature.
See here for more information about distributing protocols to others.