-
Notifications
You must be signed in to change notification settings - Fork 12
Description
This is more question about the usage for transferring data on paired device,
I look on this repo: https://github.com/inthehand/32feet and found a chaotic organization and design.
This code is so much better and I'm looking into using on a Raspberry Pi running Unbuntu.
Would be possible to have a similar API contract to use the same code against other platforms?
On this repo API what is the proper way to transfer block of data ? The idea I have is forwarding a phone app that receive a MQTT block of raw data and pass it to the raspberry PI. Also, the reverse will happen.
Do I need to use the 'Characteristic' interface to send and receive data ? Which GUID should i pass ? (the data source id ?) or should i create my own ?
I would need to write code in Windows and Android/iOS to do the reverse on the other side hence my question to find another library that does this but on non linux platforms.
Thanks.