-
Notifications
You must be signed in to change notification settings - Fork 0
Align README and QUICKSTART docs with current repo, paths, and health-check endpoint #26
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,19 +18,18 @@ We're working on simple apps you can just install: | |
| iOS: [Link to TestFlight Beta] (waiting approval) | ||
| Android: [Link to APK] (in progress) | ||
|
|
||
| Want to help build these? See CONTRIBUTING.md | ||
|
|
||
| Option 2: For Developers - Build It Yourself | ||
| iOS (Xcode Required) | ||
|
|
||
| Clone the repo: | ||
|
|
||
| bash git clone https://github.com/dfeen87/respirosync.git | ||
| bash git clone https://github.com/dfeen87/Smartphone-Based-Chest-Monitoring | ||
| cd respirosync | ||
|
|
||
|
Comment on lines
+27
to
29
|
||
| Open the example project: | ||
|
|
||
| bash cd examples/ios | ||
| bash cd ios/ | ||
| open RespiroSyncDemo.xcodeproj | ||
|
|
||
|
Comment on lines
+32
to
34
|
||
| Connect your iPhone and hit Run (▶️ button in Xcode) | ||
|
|
@@ -40,12 +39,12 @@ Android (Android Studio Required) | |
|
|
||
| Clone the repo: | ||
|
|
||
| bash git clone https://github.com/dfeen87/respirosync.git | ||
| bash git clone https://github.com/dfeen87/Smartphone-Based-Chest-Monitoring | ||
| cd respirosync | ||
|
|
||
|
Comment on lines
+42
to
44
|
||
| Open in Android Studio: | ||
|
|
||
| File → Open → Select respirosync/examples/android | ||
| File → Open → Select android/ | ||
|
|
||
|
Comment on lines
45
to
48
|
||
| Connect your Android phone and hit Run (▶️ button) | ||
| Put phone in chest vest and start session | ||
|
|
@@ -188,7 +187,6 @@ Once you've tested it: | |
| 🐛 Report bugs on GitHub Issues | ||
| 💬 Share your results in Discussions | ||
| 📸 Post your DIY vest (we'll feature it!) | ||
| 🤝 Help improve it - see CONTRIBUTING.md | ||
|
|
||
| Get Help | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The endpoint table now says
GET /pingreturns “System status (version, uptime, pipeline name)”, but/pinginserver/app.pyonly returns{"pong": true}and the status/version/uptime fields live underGET /api/status(JWT-protected). Update the table description to match/ping, and keep/restore a separate/api/statusentry (noting auth) if you want to document system status.