1.0 Coffre-fort à installer
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.
Vue d'ensemble
Sensorstream IMU+GPS est un logiciel de Freeware dans la catégorie System Utilities développé par Axel Lorenz.
La dernière version de Sensorstream IMU+GPS est 1.0, publié sur 23/12/2024. Au départ, il a été ajouté à notre base de données sur 23/12/2024.
Sensorstream IMU+GPS s’exécute sur les systèmes d’exploitation suivants : Android.
Sensorstream IMU+GPS n'a pas encore été évalué par nos utilisateurs.
Derniers avis
![]() |
KuTools for Excel
Rationalisez vos tâches Excel avec KuTools pour Excel ! |
![]() |
Clipboard Master
Gestion efficace du presse-papiers avec Clipboard Master ! |
RedMon - Redirection Port Monitor
Surveillance efficace de la redirection des ports avec RedMon |
|
![]() |
EZ CD Audio Converter
EZ CD Audio Converter : l’outil ultime pour la conversion audio |
![]() |
VidCoder
Encodage vidéo sans effort avec VidCoder |
![]() |
Lightworks
Logiciel de montage vidéo puissant pour les professionnels et les passionnés. |
![]() |
UpdateStar Premium Edition
Garder votre logiciel à jour n’a jamais été aussi facile avec UpdateStar Premium Edition ! |
![]() |
Microsoft Visual C++ 2015 Redistributable Package
Améliorez les performances de votre système avec le package redistribuable Microsoft Visual C++ 2015 ! |
![]() |
Microsoft Edge
Un nouveau standard en matière de navigation sur le Web |
![]() |
Google Chrome
Navigateur Web rapide et polyvalent |
![]() |
Microsoft Visual C++ 2010 Redistributable
Composant essentiel pour l’exécution d’applications Visual C++ |
![]() |
Microsoft Update Health Tools
Outils Microsoft Update Health : assurez-vous que votre système est toujours à jour ! |