Panoramax mobile is an application to capture photo sequences with your mobile and send these sequences to a Panoramax instance.
Note
The app is under development, a first version is available here.
You can follow progression in this project.
- Dart
- Docker Engine
This project is developed in Flutter.
For help getting started with Flutter development, view the online documentation. To submit PR on the project, use our conventional commit
docker-compose up -d
netsh interface portproxy delete v4tov4 listenport=5000 listenaddress=0.0.0.0
netsh interface portproxy add v4tov4 listenport=5000 listenaddress=0.0.0.0 connectport=5000 connectaddress=<your-wsl-ip>
To retrieve execute the following command from your wsl machine :
ip add | grep "eth0
flutter clean
flutter pub get
dart run build_runner build --delete-conflicting-outputs
dart run build_runner watch --delete-conflicting-outputs
flutter test integration_test
Licensed under the AGPL-3.0 license. See LICENSE