1.0 Cassaforte da installare
This Android application is compatible with versions 2.3.3 and above of the Android operating system. It provides an interface for monitoring various hardware and software sensors commonly found in today's smartphones.
Users can select from a range of sensors to observe current readings, including:
- Accelerometer
- Gyroscope
- Magnetometer
- GPS Position
- And additional sensors
The app allows users to start and stop a data stream of sensor values in CSV format, which can be transmitted via WLAN to a client or saved to an SD card. Users can also adjust the frequency of sensor updates according to their needs.
Additionally, the application features background algorithms that process GPS data, transforming it into various coordinate frames.
The WLAN streaming utilizes the User Datagram Protocol (UDP) interface for efficient data handling.
For more information and to download the source code, visit the project's page here: http://sourceforge.net/projects/smartphone-imu/.
To receive the streamed data, users can utilize the Java file "QuoteClient" available in the Files section of the Source Forge project page, or implement a simple Python script as follows:
import socket, traceback
host = ''
port = 5555
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
s.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)
s.setsockopt(socket.SOL_SOCKET, socket.SO_BROADCAST, 1)
s.bind((host, port))
while 1:
try:
message, address = s.recvfrom(8192)
print(message)
except (KeyboardInterrupt, SystemExit):
raise
except:
traceback.print_exc()
This application holds potential for enhancing navigation experiences through its comprehensive sensor monitoring capabilities.
Panoramica
Sensorstream IMU+GPS è un software Freeware nella categoria Utilità di Sistema sviluppato da Axel Lorenz.
L'ultima versione di Sensorstream IMU+GPS is 1.0, pubblicato su 23/12/2024. Inizialmente è stato aggiunto al nostro database su 23/12/2024.
Sensorstream IMU+GPS viene eseguito sui seguenti sistemi operativi: Android.
Sensorstream IMU+GPS non è stato valutato dai nostri utenti ancora.
Ultime recensioni
![]() |
KeePass Password Safe
Gestisci le tue password in modo sicuro con KeePass Password Safe! |
![]() |
AutoCAD
Potente software CAD per i professionisti della progettazione. |
![]() |
CyberGhost VPN
Proteggi la tua privacy online con CyberGhost VPN! |
![]() |
KeyDepot
KeyDepot: Archivia e gestisci in modo sicuro le tue password |
![]() |
Wise Program Uninstaller
Disinstalla in modo efficiente i programmi con Wise Program Uninstaller. |
![]() |
KeePassXC
Proteggi le tue password con facilità utilizzando KeePassXC! |
![]() |
UpdateStar Premium Edition
Mantenere aggiornato il tuo software non è mai stato così facile con UpdateStar Premium Edition! |
![]() |
Microsoft Visual C++ 2015 Redistributable Package
Migliora le prestazioni del tuo sistema con Microsoft Visual C++ 2015 Redistributable Package! |
![]() |
Microsoft Edge
Un nuovo standard nella navigazione web |
![]() |
Google Chrome
Browser Web veloce e versatile |
![]() |
Microsoft Visual C++ 2010 Redistributable
Componente essenziale per l'esecuzione di applicazioni Visual C++ |
![]() |
Microsoft Update Health Tools
Strumenti per l'integrità di Microsoft Update: assicurati che il tuo sistema sia sempre aggiornato! |