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 Logiciel gratuit dans la catégorie Utilitaires Système 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
![]() |
GPG4Win
Protégez vos fichiers avec le logiciel de cryptage GPG4Win. |
![]() |
Norton Antivirus 2005
Norton Antivirus 2005 : protégez votre ordinateur en toute tranquillité d’esprit |
![]() |
Legacy Games Launcher
Legacy Games Launcher offre une expérience de jeu sans faille pour les amateurs de jeux classiques |
![]() |
PhotoMirage
Donnez vie à vos photos avec PhotoMirage de Corel Corporation. |
![]() |
Personal Accelerator for Revit
Libérez tout votre potentiel dans Revit avec Personal Accelerator d’Autodesk |
![]() |
IPTVSmartersPro
IPTVSmartersPro : une expérience de visionnage IPTV haut de gamme |
![]() |
UpdateStar Premium Edition
Garder votre logiciel à jour n’a jamais été aussi facile avec UpdateStar Premium Edition ! |
![]() |
Microsoft Edge
Un nouveau standard en matière de navigation sur le Web |
![]() |
Microsoft Visual C++ 2015 Redistributable Package
Améliorez les performances de votre système avec le package redistribuable Microsoft Visual C++ 2015 ! |
![]() |
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 ! |