Flutter frontend (iOS) and MQTT backend.
Pre-release
Pre-release
- Change MQTT server name to your localhost for example in
backend/workout.py: wa = Workout(hostname="t20")
. - Starting the backend:
cd backend ; docker-compose up -d ; python3 workout.py
- Change MQTT server name to your localhost for example in
flutter_hangboard/lib/widgets/mqttView.dart: host: "t20",
- Starting the frontend:
cd flutter_hangboard; flutter pub get; flutter run