Confused on the goals of the project #30
Unanswered
rodrigovaras
asked this question in
Q&A
Replies: 1 comment
-
Project Goal
Yes, this library can handle both peripheral and central roles. At this time, only central/client samples have been posted as that was the most asked for. In the near future, a peripheral/server example will be made available. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would like to understand the goals of the project since it looks very well organized but seems would understand how the communication would be established on both sides.
I have an IoT app that has some rpc communication channels over TCP/IP both using JSON and google protobuf formats.
The IoT side would run on a Raspberry type board using linux which I think make it well suited for this project.
BTW, I'm pretty sure I would need a GATT server type of logic which I think the sample on this repo does not offer (correct me if I'm looking wrong).
Each message on the rpc channel would send packet that the service would eventually respond. Also, the board would need to send notifications back on the channel that is connected through bluetooth.
What is the story for the 'client' side ? Do I need to find another library for .NET that is capable to send the data. I can't imagine on the client side I don't support all .NET platforms.
Beta Was this translation helpful? Give feedback.
All reactions