Stream sensor data from your iOS device and visualize it in Foxglove 🤖
This app demonstrates how custom data can be streamed to Foxglove using the Foxglove WebSocket protocol. The app hosts a WebSocket server; Foxglove connects to the server and requests data to be streamed depending on the panels used.
ios.demo.video.mp4
The Foxglove WebSocket Bridge app is licensed under the MIT License.
To make a release of the app, perform the following steps:
- Follow these steps to create a new version of the app on App Store Connect.
- Update every instance of
CURRENT_PROJECT_VERSION
andMARKETING_VERSION
in project.pbxproj as needed. TheMARKETING_VERSION
must match the new draft version in App Store Connect, andCURRENT_PROJECT_VERSION
must be unique for each build you plan to upload. - In Xcode, follow these steps to create an archive.
- Once the archive is completed, click the Distribute App button and choose to upload the build to App Store Connect.
- Visit the TestFlight tab of App Store Connect to see the status of the newly uploaded build.
- Attach the new build to the new app version, update other assets and metadata as needed, and submit the the app for review.
Join our Slack channel to ask questions, share feedback, and stay up to date on what our team is working on.