1.0 An toàn để cài đặt
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.
Tổng quan
Sensorstream IMU+GPS là một Freeware phần mềm trong danh mục Tiện ích tối ưu hóa hệ thống được phát triển bởi Axel Lorenz.
Phiên bản mới nhất của Sensorstream IMU+GPS là 1.0, phát hành vào ngày 23/12/2024. Vào lúc đầu, nó đã được thêm vào cơ sở dữ liệu của chúng tôi trên 23/12/2024.
Sensorstream IMU+GPS đã chạy trên hệ điều hành sau: Android.
Sensorstream IMU+GPS Vẫn chưa được đánh giá xếp hạng bởi người sử dụng của chúng tôi
với phần mềm UpdateStar miễn phí.
Đánh giá mới nhất
![]() |
WPS Office
WPS Office: Một bộ ứng dụng văn phòng đa năng cho mọi nhu cầu của bạn |
![]() |
Adobe Photoshop
Phần mềm chỉnh sửa ảnh tối ưu: Đánh giá Adobe Photoshop |
![]() |
CPU-Z
Nhận thông tin chi tiết về CPU của bạn với CPU-Z bằng CPUID. |
![]() |
HP Connection Optimizer
Nâng cao hiệu suất mạng của bạn với Trình tối ưu hóa kết nối HP |
![]() |
CrystalDiskInfo
Giữ cho ổ cứng của bạn khỏe mạnh với CrystalDiskInfo! |
![]() |
McAfee Security Scan Plus
McAfee Security Scan Plus: Bảo vệ toàn diện cho thiết bị của bạn |
![]() |
UpdateStar Premium Edition
Giữ cho phần mềm của bạn được cập nhật chưa bao giờ dễ dàng hơn với UpdateStar Premium Edition! |
![]() |
Microsoft Visual C++ 2015 Redistributable Package
Tăng hiệu suất hệ thống của bạn với Microsoft Visual C++ 2015 Redistributable Package! |
![]() |
Microsoft Edge
Một tiêu chuẩn mới trong duyệt web |
![]() |
Google Chrome
Trình duyệt web nhanh và linh hoạt |
![]() |
Microsoft Visual C++ 2010 Redistributable
Thành phần cần thiết để chạy các ứng dụng Visual C++ |
![]() |
Microsoft Update Health Tools
Công cụ Sức khỏe Microsoft Update: Đảm bảo hệ thống của bạn luôn được cập nhật! |