cbz1845 / remotedroid

Automatically exported from code.google.com/p/remotedroid
0 stars 0 forks source link

Create an interface to allow different forms of communication #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
To allow different forms of communication (ex: bluetooth), the best way
would be to create an interface and implement it with different types of
communication.

Currently the UDP code is really heavy and generates lots of GC. See issue
9. (http://code.google.com/p/remotedroid/issues/detail?id=9)

This would allow someone to implement a Bluetooth implementation easily.

I'll work on it.

Original issue reported on code.google.com by nicolas....@gmail.com on 3 Mar 2010 at 11:44

GoogleCodeExporter commented 8 years ago

Original comment by nicolas....@gmail.com on 3 Mar 2010 at 11:45

GoogleCodeExporter commented 8 years ago

Original comment by nicolas....@gmail.com on 3 Mar 2010 at 11:49