Skip to content

Flutter frontend (iOS) and MQTT backend.

Pre-release
Pre-release
Compare
Choose a tag to compare
@8cH9azbsFifZ 8cH9azbsFifZ released this 24 Jun 18:37
· 646 commits to main since this 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