louis49 / androidtv-remote

MIT License
68 stars 23 forks source link

Android TV Message Send Help #16

Closed piyush2greedy closed 2 years ago

piyush2greedy commented 2 years ago

@louis49 I have been able to do a successful SSL Handshake from Android to Android TV. Next thing is that I need to send message via SSL Socket.

Can anyone help me in that? In NodeJS Version it is done through proto. How to do it in Android. Can u share some insights.

louis49 commented 2 years ago

Hi Protobuf is also available for Android with Java and Kotlin : https://developers.google.com/protocol-buffers/docs/kotlintutorial

piyush2greedy commented 2 years ago

Thanks, @louis49. Let me give it a try. Will do in similar way in Android how u did it in NodejS..