-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
25 lines (17 loc) · 767 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
All code in this repo is licensed under the gpl.
Author: Rik Vermeer
Repo: https://github.com/rikvermeer/Android-Sensor-Server
This is an Android 4.1 application created for my Samsung Galaxy S3
It sends sensor data over udp to my raspberry pi which controls PWM GPIO ports.
The raspberry pi client application is found in one the other repo's at https://github.com/rikvermeer
Functions:
- Reads sensors
- Sends the sensor data over udp
Future functions:
- Send the data over a multicast or broadcast UDP channel
- Add a TCP negotiation channel for selecting sensors, ranges, etc...
-- Create a generic interface that can be implemented by other applications
Todo:
- Make multiple classes for a neater structure
- Make threads for sending data
- Make the GUI