-
Notifications
You must be signed in to change notification settings - Fork 0
TID #005 Server and Client: Use dataplicity wormhole #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
loerac
wants to merge
30
commits into
TID011-common-libs
Choose a base branch
from
TID005-dataplicity-wormhole
base: TID011-common-libs
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
task.md explains the task that need to be done
Once TID #3 is complete, update the "/feedNow" REST API to use the servo motors
I don't want to hog up the work, should let team also contribute to this as well
Added new TID for app to display the last time the cat was fed
Share variables between the app and the machine
TID #2 REST-API: Added post request to feed cat now
Create a class that will initialize the SSL version to use TLSv1.2
task.md explains the task that need to be done
Once TID #3 is complete, update the "/feedNow" REST API to use the servo motors
I don't want to hog up the work, should let team also contribute to this as well
Added new TID for app to display the last time the cat was fed
Share variables between the app and the machine
Create a class that will initialize the SSL version to use TLSv1.2
Server is running on port 80 FQDN is used to interface with the server JSON file updated to store these values
embunny96
approved these changes
Sep 3, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Synopsis:
Use the dataplicity wormhole to communicate between the machine and app
Description:
Dataplicity offers a wormhole on port 80 where we can host a web server and anyone can connect to it. With this, the Raspberry Pi and an app can communicate between each other without having to be on the same WiFi network.
Test:
On the Raspberry Pi, which is running REST, is able to start the server and receive data

On the app, which is ran on my laptop, can send time to the Raspberry Pi
