TID #005 Server and Client: Use dataplicity wormhole#5
Open
loerac wants to merge 30 commits into
Open
Conversation
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
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
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
