Skip to content

With this project a web based crowd sensing framework should be developed

License

Notifications You must be signed in to change notification settings

michigg/web-sense

Repository files navigation

WebSense

Build Status Quality Gate Status Coverage

This project was created during a master thesis.

With this project we want to evaluate a web based approach for mobile crowd sensing frameworks. Currently, the noise measurement use case is implemented as an application example. Usually, crowd sensing frameworks use native applications for their clients. For example Medusa and AWARE.

This would lead to a high implementation effort because both iOS and Android applications need to be implemented. Therefore, a progressive web app is used as an alternative way to create a crowd sensing application that runs on any device with a browser. This is a prototype to evaluate the possibilities of a web based crowd sensing framework. The prototype was evaluated by experts and thereafter by a qualitative user study. The implementation process shows that a web based approach cannot offer opportunistic crowd sensing use cases because sensors cannot run in the background yet. An implementation using the PWA approach does not have the capabilities of a native app because some sensors of the mobile device that native applications can access are not accessible using web technologies.

Repository Notes

Label and emoji ideas are from:

Commit messages shall use the structure defined by Conventional Commits: https://www.conventionalcommits.org/en/v1.0.0/

Repository Structure

  • 📁 backend: Includes source code and build files for the nginx API server
  • 📁 frontend: Includes source code and build files for PWA client
  • 📄 docker-compose.prod.yml: Builds and starts the prototype production ready (Both backend and frontend)
  • 📄 docker-compose.yml: Builds and starts the prototype development ready (Both backend and frontend)
  • 📄 sonar-project.properties: SonarQube configuration used for code quality analysis

For further information see the README.md files in the folders that were presented.

Screen Design

Tasks

The following screenshots show the task selection (left) and the task "LĂ€rm in der Stadt" (right)

Task Execution

Task Results

Measurements

Settings

System Design

The vizualization of the software architecture was created with the C4 model. C4 stands for context, container, component and code.

Context

This diagram shows the system within its environment. This is an image

Container

Shows the different high level software parts like the different applications and the internal services. This is an image

Component - PWA

It zooms into the previously shown services and displays their internal components. This is an image

Extensability

Task Configuration

Example

[
  {
    "id": 1,
    "title": "LĂ€rm in der Stadt",
    "description": "Mit der Teilnahme bei 'LĂ€rm in der Stadt' kannst du die lautesten und leisesten Orte in deiner Stadt entdecken. Benutze einfach dein Smartphone und nehme mit Hilfe des Mikrofons den LĂ€rm in deiner Umgebung auf. Abschließend kannst du uns noch mit deinem persönlichen LĂ€rmempfinden weiterhelfen.",
    "inputDescriptions": {
      "GEOLOCATION": "Die Position wird benötigt, damit wir wissen, wo der LÀrm auftrat.",
      "MIC": "Das Mikrofon wird zur Aufnahme des UmgebungslÀrms genutzt. Es wird dabei keine Sprachaufnahme angefertigt.",
      "SURVEY": "Die Umfrage nutzen wir, um uns einen besseren Eindruck von der LĂ€rmbeschaffenheit zu machen."
    },
    "steps": [
      {
        "id": "noise-step-1",
        "type": "SensorTaskStep",
        "title": "UmgebungslÀrm aufnehmen",
        "description": "In diesem Schritt misst du den UmgebungslÀrm mit deinem Mikrofon im Smartphone. Bevor es los geht bitten wir dich die nachfolgenden Schritte zu beachten.",
        "instructions": [
          {
            "title": "Vorraussetzung",
            "description": "Da wir uns fĂŒr den LĂ€rm in der Stadt interessieren, bitten wir dich, Aufnahmen nur außerhalb von geschlossenen Einrichtungen wie Wohnungen oder öffentlichen GebĂ€uden zu machen."
          },
          {
            "title": "Halte dein Smartphone richtig",
            "image": {
              "src": "/img/noise/noise-smartphone-position.jpg",
              "alt": "placeholder"
            },
            "description": ",Damit die Aufnahmen so prÀzise wie möglich werden, halte dein Smarphone vor dir in Brusthöhe und halte es von dir Weg."
          },
          {
            "title": "Ein Moment der Stille",
            "description": "Die Aufnahme dauert etwa 10 Sekunden. Wichtig ist, dass du dich wÀhrend der Aufnahme ruhig verhÀlst. Wir wollen ja nur den UmgebungslÀrm messen. ;)"
          }
        ],
        "activityComponentName": "ActivityNoiseMeasurement",
        "inputTypes": [
          "GEOLOCATION",
          "MIC"
        ],
        "resultActivityComponentName": "ActivityNoiseQuantitativeMeasurement"
      },
      {
        "id": "noise-step-2",
        "type": "SurveyTaskStep",
        "title": "Subjektive Wahrnehmung",
        "description": "Mit dieser Umfrage kannst du uns helfen die LÀrmquelle besser einzuschÀtzen.",
        "instructions": [],
        "questions": [
          {
            "id": "question-1",
            "type": "TEXT",
            "title": "LĂ€rmquelle",
            "question": "Was hat deiner Meinung nach den LĂ€rm verursacht?"
          },
          {
            "id": "question-2",
            "type": "TEXT",
            "title": "LĂ€rmeigenschaft",
            "question": "Wie wĂŒrdest du den LĂ€rm beschreiben? (Bsp.: Impulsartig, gleichmĂ€ĂŸig langanhaltend)"
          },
          {
            "id": "question-3",
            "type": "SINGLE_CHOICE",
            "title": "LĂ€rmfrequenz",
            "question": "Wie hÀufig tritt deiner Meinung nach der LÀrm auf?",
            "options": [
              {
                "value": "oneTimePerWeek",
                "text": "Einmal in der Woche"
              },
              {
                "value": "manyTimesPerWeek",
                "text": "Mehrmals in der Woche"
              },
              {
                "value": "daily",
                "text": "TĂ€glich"
              },
              {
                "value": "manyTimesPerDay",
                "text": "Mehrmals am Tag"
              },
              {
                "value": "noSpecification",
                "text": "Weiß ich nicht"
              }
            ]
          },
          {
            "id": "question-4",
            "type": "SINGLE_CHOICE",
            "title": "BelÀstigungsgrad",
            "question": "Wie sehr empfindest du den UmgebungslÀrm als störend?",
            "options": [
              {
                "value": "veryAnnoying",
                "text": "Äußerst störend"
              },
              {
                "value": "stronglyAnnoying",
                "text": "Stark störend"
              },
              {
                "value": "mediumAnnoying",
                "text": "MittelmĂ€ĂŸig störend"
              },
              {
                "value": "smallAnnoying",
                "text": "Etwas störend"
              },
              {
                "value": "notAnnoying",
                "text": "Überhaupt nicht störend"
              },
              {
                "value": "noSpecification",
                "text": "Weiß ich nicht"
              }
            ]
          }
        ],
        "resultActivityComponentName": "ActivityNoiseQualitativeMeasurement"
      }
    ]
  },
  {
    "id": 2,
    "title": "Staualarm",
    "description": "I love cake chocolate cake marshmallow sugar plum powder. Shortbread pie jelly-o bonbon icing. I love gingerbread topping donut fruitcake cupcake. Gummies gummi bears chocolate bar oat cake candy canes. Bear claw candy canes gummies carrot cake I love biscuit lollipop muffin. Toffee jelly beans halvah halvah topping muffin lollipop. Lemon drops cookie pastry brownie fruitcake dragée bonbon. Dragée pie marshmallow cheesecake pastry. Marshmallow candy canes powder jelly beans I love. Jelly beans pie I love macaroon marzipan danish tiramisu.",
    "inputDescriptions": {
      "GEOLOCATION": "Cupcake ipsum dolor sit amet tootsie roll tootsie roll jelly-o",
      "DUMMY": "Cupcake ipsum dolor sit amet tootsie roll tootsie roll jelly-o"
    },
    "steps": [
      {
        "id": "smell-step-1",
        "type": "SensorTaskStep",
        "title": "DurchfĂŒhrung",
        "description": "DrĂŒcken Sie auf Start. FĂŒllen Sie anschließend das angezeigte Formular aus.",
        "instructions": [],
        "activityComponentName": "ActivityNoiseMeasurement",
        "inputTypes": [
          "GEOLOCATION",
          "DUMMY"
        ]
      }
    ]
  },
  {
    "id": 3,
    "title": "MĂŒlljĂ€ger",
    "description": "Jelly beans caramels pastry toffee tiramisu croissant wafer. Powder jujubes icing jelly cake I love I love marzipan. Cupcake candy bonbon I love dessert. Bear claw tiramisu apple pie brownie bear claw I love. Cotton candy I love cookie muffin cheesecake sesame snaps donut. I love liquorice candy canes sugar plum apple pie. Carrot cake gummies fruitcake pudding tart bonbon liquorice. Dessert danish chocolate cake bear claw pastry carrot cake sesame snaps tiramisu gummies.",
    "inputDescriptions": {
      "GEOLOCATION": "Cupcake ipsum dolor sit amet tootsie roll tootsie roll jelly-o",
      "SURVEY": "Cupcake ipsum dolor sit amet tootsie roll tootsie roll jelly-o",
      "DUMMY": "Cupcake ipsum dolor sit amet tootsie roll tootsie roll jelly-o"
    },
    "steps": [
      {
        "id": "waste-step-1",
        "type": "SensorTaskStep",
        "title": "DurchfĂŒhrung",
        "description": "cupcake ipsum dolor sit amet tootsie roll tootsie roll jelly-o.",
        "instructions": [],
        "activityComponentName": "ActivityNoiseMeasurement",
        "inputTypes": [
          "GEOLOCATION",
          "DUMMY"
        ]
      },
      {
        "id": "waste-step-2",
        "type": "SurveyTaskStep",
        "title": "DurchfĂŒhrung",
        "description": "cupcake ipsum dolor sit amet tootsie roll tootsie roll jelly-o.",
        "instructions": [],
        "questions": []
      }
    ]
  }
]