Skip to content

Commit

Permalink
Addressed feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Desiderato committed Dec 10, 2021
1 parent badefed commit 6e285c2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ when initializing an IoT deployment provider.
## Final remarks
As mentioned in the beginning, this is still work in progress. So if you come across any bugs or feel like there is some important feature missing or you just have questions about the provider, please don't hesitate to reach out to me (@hendesi) or Paul (@PSchmiedmayer).

## Validation
This project has been validated in two case studies. Links down below.
- JASS Validation: https://github.com/JASS-2021/JassDeploymentProviderValidation
- FA Validation: https://github.com/fa21-collaborative-drone-interactions/BuoyDeploymentProviderValidation

## Contributing
Contributions to this project are welcome. Please make sure to read the [contribution guidelines](https://github.com/Apodini/.github/blob/main/CONTRIBUTING.md) and the [contributor covenant code of conduct](https://github.com/Apodini/.github/blob/main/CODE_OF_CONDUCT.md) first.

Expand Down
6 changes: 6 additions & 0 deletions scripts/setup-IoT-runner.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# This source file is part of the Apodini Template open source project
#
# SPDX-FileCopyrightText: 2021 Paul Schmiedmayer and the project authors (see CONTRIBUTORS.md) <[email protected]>
#
# SPDX-License-Identifier: MIT

echo "Setting up Raspberry Pi for Deployment"
echo "Updating everything"
apt-get -q update && \
Expand Down
6 changes: 6 additions & 0 deletions scripts/setup-IoT.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# This source file is part of the Apodini Template open source project
#
# SPDX-FileCopyrightText: 2021 Paul Schmiedmayer and the project authors (see CONTRIBUTORS.md) <[email protected]>
#
# SPDX-License-Identifier: MIT

echo "Setting up Raspberry Pi for Deployment"
echo "Updating/Upgrading everything"
apt-get -y -q update
Expand Down

0 comments on commit 6e285c2

Please sign in to comment.