diff --git a/README.md b/README.md index 18d4e50..4d001c9 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,9 @@ Feel free to port OpenHaystack to other devices that support Bluetooth Low Energ ## OpenHaystack Mobile OpenHaystack Mobile is a complete reimplementation of the OpenHaystack MacOS application for smartphones. The app provides the same functionality to create and track accessories and aims to increase the usability, especially for new users. In contrast to the MacOS application, the location reports cannot be fetched directly on the smartphone, so the app requires a proxy server hosted on Mac hardware to access the Find My network. The proxy server can be accessed over a network by multiple users simultaneously. + + + OpenHaystack Mobile is built with the cross-platform [Flutter framework](https://flutter.dev/) and currently runs on Android and iOS. More information about the app and usage instructions can be found in the [openhaystack-mobile](openhaystack-mobile) folder of this repository. ## Authors diff --git a/Resources/mobile-accessory-history.png b/Resources/mobile-accessory-history.png new file mode 100644 index 0000000..8a4a1c3 Binary files /dev/null and b/Resources/mobile-accessory-history.png differ diff --git a/Resources/mobile-map-view.png b/Resources/mobile-map-view.png new file mode 100644 index 0000000..e146f6f Binary files /dev/null and b/Resources/mobile-map-view.png differ