Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.32 KB

README.md

File metadata and controls

43 lines (36 loc) · 1.32 KB

Sensor-App

This cross-platform app was generated by Briefcase part of The BeeWare Project.

A Sensor Data Displaying/Streaming Android App built with Beeware tools.

Features

  • Real-Time Display of Sensor Data
  • Fast Real-Time Sensor Data Streaming via TCP Sockets

Data Stream Setup

  • This Repository contains sensor-server.py python file which provides a simple way for creating the Server.
  • The Communication between the App and the Server will happen on port-5678.
  • Start the server using:
$ python sensor-server.py
  • Obtain your server's local IP address and enter in the App to Start the Data Stream.

App's Preview

Building From Source

  • First, Clone the Repo
$ git clone https://github.com/StoneSteel27/SensorApp
$ cd SensorApp
  • Install Briefcase
$ pip install briefcase
  • Start the Building Process with:
$ briefcase build android
  • Finally, the last line of build process, will contain the path to the apk file

Background

  • Sensor-App was created to aid Computer Programmers, Data Scientists with Real-Time Sensor Data, for various applications like VR and AR.
  • It was also made as a Introductory Project of using Tools of Beeware.