gayoung / CardiacRehab

The second version of CardioRehab project with MySQL DB instead of SQLite.
0 stars 1 forks source link

Minimize (if not remove) packet loss #32

Closed gayoung closed 9 years ago

gayoung commented 9 years ago

With old and new system, there are some packets being lost in transmission between the phone and the patient. Need to really test if the phone is failing to send the data or if the C# fails to receive the data or if the data is being lost in network somewhere?

gayoung commented 9 years ago

Think changing the network protocol to UDP will resolve a lot of the issues