Showing revision 2

Writing Clients

Difference between revision 1 and revision 2

Changed:

< Writing your own client is easy! But before you start doing it, please make sure that the lacking functionality cannot be implemented by [[Writing_Perl_Extensions|creating extension]].
< Just read data from bluetooth (usually represented by serial port) and interpret it according to the [[Protocol]]. Good client must be extensible and customizable, that is the hardest part.

to

> Writing your own client is easy! But before you start doing it, please make sure that the lacking functionality cannot be implemented by [[Writing_Perl_Extensions|writing a module]].
> Just read data from bluetooth (usually represented by a serial port) and interpret it according to the [[Protocol]].
> Good client must be extensible and customizable, that is the hardest part.


Writing your own client is easy! But before you start doing it, please make sure that the lacking functionality cannot be implemented by writing a module.

Just read data from bluetooth (usually represented by a serial port) and interpret it according to the Protocol.

Good client must be extensible and customizable, that is the hardest part.