From 28813c873db31240845caf931b21fd19b2d5ec1f Mon Sep 17 00:00:00 2001 From: Umer Farooq <35717992+umer0586@users.noreply.github.com> Date: Sun, 20 Oct 2024 22:47:42 +0500 Subject: [PATCH] Update full_description.txt --- fastlane/metadata/android/en-US/full_description.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index befde71..f8cd2bd 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,3 +1,14 @@ +Transform your Android device into a dynamic sensor hub with Sensagram, offering seamless real-time data streaming. Sensagram allows you to seamlessly stream live sensor data over UDP, ensuring low latency + +Effortlessly broadcast a wide range of Android sensors, including motion, position, environmental, and GPS (location) data, directly to a specified IP address or server, making it the perfect tool for developers, researchers, and tech enthusiasts. + +Key Features: + +Real-time Streaming: Transmit sensor data in real time for accurate and immediate feedback. +Comprehensive Sensor Support: Stream data from motion (gyroscope, accelerometer), position (magnetic field, rotation vector), environmental (light, temperature), and GPS (location) sensors. +Low Latency with UDP: Experience the speed and efficiency of UDP, providing minimal delay in data transmission, ideal for time-sensitive applications. +Customizable Endpoints: Easily configure and send data to your desired IP address or network endpoint. + In the app, select the desired sensors from the list and tap the "Stream" button. This will begin transmitting sensor data to the specified address. To receive the data, you'll need to set up a UDP server. The app sends the data in JSON format. For complete guidance please visit https://github.com/umer0586/SensaGram