https://github.com/esimkowitz/iomt-gateway
A solution for implementing a healthcare-research-focused IoT data collection system in AWS.
https://github.com/esimkowitz/iomt-gateway
aws healthcare iot wearables
Last synced: about 1 month ago
JSON representation
A solution for implementing a healthcare-research-focused IoT data collection system in AWS.
- Host: GitHub
- URL: https://github.com/esimkowitz/iomt-gateway
- Owner: esimkowitz
- License: mit
- Created: 2017-10-15T05:01:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-17T01:33:30.000Z (over 8 years ago)
- Last Synced: 2025-02-26T03:26:41.156Z (over 1 year ago)
- Topics: aws, healthcare, iot, wearables
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IoMT-Gateway
A solution for implementing a healthcare-research-focused IoT data collection system in AWS.
## Components
This repository contains a few basic components:
* [`firmware-config/`](firmware-config/)
* A set of scripts for registering new gateways and building custom Raspbian images containing the code to run the gateway.
* [`registration-backend/`](registration-backend/)
* A set of Lambda functions for handling the registration of new gateways and storing of credentials in the DynamoDB tables.
* [`thing-activation-form/`](thing-activation-form/)
* A static-hosted form for field technicians to use to activate a gateway (or other thing in the same registry).
## TODO
* [ ] Finish this readme :)
* [ ] Finish the registration stack
* [ ] Integrate with the scripts to build the Raspbian images