
Send phone shaking data to local machine or acchub.net
advertisement
İsim | accacc |
---|---|
Sürüm | 1.2.2 |
Güncelleme | 31 Mar 2019 |
Boyut | 2 MB |
Kategori | Araçlar |
Yükleme sayısı | 1B+ |
Geliştirici | wayabi software |
Android OS | Android 4.0+ |
Google Play ID | com.software.wayabi.accacc |
accacc · Açıklama
The app send phone shaking data to local machine or acchub.net.
*** FOR USERS ***
The app needs server side application(may be work on PC) work with.
Usage of the app:
1. Push "Connect" button
2. The connection indicator shows CONNECT, shake your phone!
*** FOR DEVELOPERS ***
The app provide the interface working with a server side application you make.
You can get shaking data by communicating with accacc directly or HTTP GET to acchub.net.(http://acchub.net)
Use case: fitness, game controller, machine vibration control, and so on.
Any direction(x, y, z composite axis) stroke capturable.(Users can shake in any way users like)
Shaking frequency measurable is 0.5~50 Hz.
Work as a TCP client.
Send data about 60~ times per sec.
Remote vibration request(From PC).
----Send data format (big endian)
float 4Byte peak frequency(Hz)
float 4Byte acceleration_of_peak_frequency (m/s^2)
float 4Byte variance_for_1_period_of_maximum_peak
float 4Byte x_axis_power
float 4Byte y_axis_power
float 4Byte z_axis_power
byte 4Byte reserved
total 28Byte
----Receive vibration request(text)
char 4Byte "vib\n"
PC server python sample program is below:
https://github.com/wayabi/accacc_server
acchub.net:
http://acchub.net
*** FOR USERS ***
The app needs server side application(may be work on PC) work with.
Usage of the app:
1. Push "Connect" button
2. The connection indicator shows CONNECT, shake your phone!
*** FOR DEVELOPERS ***
The app provide the interface working with a server side application you make.
You can get shaking data by communicating with accacc directly or HTTP GET to acchub.net.(http://acchub.net)
Use case: fitness, game controller, machine vibration control, and so on.
Any direction(x, y, z composite axis) stroke capturable.(Users can shake in any way users like)
Shaking frequency measurable is 0.5~50 Hz.
Work as a TCP client.
Send data about 60~ times per sec.
Remote vibration request(From PC).
----Send data format (big endian)
float 4Byte peak frequency(Hz)
float 4Byte acceleration_of_peak_frequency (m/s^2)
float 4Byte variance_for_1_period_of_maximum_peak
float 4Byte x_axis_power
float 4Byte y_axis_power
float 4Byte z_axis_power
byte 4Byte reserved
total 28Byte
----Receive vibration request(text)
char 4Byte "vib\n"
PC server python sample program is below:
https://github.com/wayabi/accacc_server
acchub.net:
http://acchub.net