From 6a56b4dbfb0a5524d377f39f167f21bef811853e Mon Sep 17 00:00:00 2001 From: Umer Farooq <35717992+umer0586@users.noreply.github.com> Date: Sun, 19 Jan 2025 21:00:02 +0500 Subject: [PATCH] Update README.md --- README.md | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index a87951f..4dc9c89 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,23 @@ +
+ # SensaGram + +[](https://github.com/umer0586/SensaGram/releases) [Get it on F-Droid](https://f-droid.org/packages/com.github.umer0586.sensagram/) + ![GitHub License](https://img.shields.io/github/license/umer0586/SensaGram?style=for-the-badge) ![Android Badge](https://img.shields.io/badge/Android-5.0+-34A853?logo=android&logoColor=fff&style=for-the-badge) ![Jetpack Compose Badge](https://img.shields.io/badge/Jetpack%20Compose-4285F4?logo=jetpackcompose&logoColor=fff&style=for-the-badge) ![Static Badge](https://img.shields.io/badge/protocol-UDP-teal?style=for-the-badge) ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/umer0586/SensaGram/build.yml?style=for-the-badge&logo=appveyor) ![GitHub Release](https://img.shields.io/github/v/release/umer0586/SensaGram?include_prereleases&style=for-the-badge) - - - - - - - -#### Stream real-time Android sensor data using [UDP (User Datagram Protocol)](https://en.wikipedia.org/wiki/User_Datagram_Protocol), a connectionless transport layer protocol designed for low-latency, fast data transmission without establishing a persistent connection. +### Stream real-time Android sensor data using [UDP (User Datagram Protocol)](https://en.wikipedia.org/wiki/User_Datagram_Protocol), a connectionless transport layer protocol designed for low-latency, fast data transmission without establishing a persistent connection. - +
## Usage 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. @@ -126,12 +124,3 @@ A demonstration of Sensagram's sensor data streaming capabilities via UDP, utili -## Installation -[Get it on F-Droid](https://f-droid.org/packages/com.github.umer0586.sensagram/) - -OR - -Download apk from [release](https://github.com/umer0586/SensaGram/releases) section. -