androidthings / contrib-drivers

Open source peripheral drivers
Apache License 2.0
560 stars 174 forks source link

Support for UDP Sockets Android Things #122

Open nikiizvorski opened 5 years ago

nikiizvorski commented 5 years ago

Hey guys i have reached a bit of desperation for hours and hours debugging. And i thought if i could reach out to the active community here for some help. I would like to ask if would be possible to have UDP Sockets on Android Things working properly.

I had success with receiving UDP Connection and data without no issues. But no luck on the sender part. It haven't been possible for me to send anything over a LowPAN.

Anyone have some suggestions. Very much appreciated.

PaulTR commented 5 years ago

What hardware are you using, and is your code posted anywhere?

On Thu, Feb 14, 2019 at 1:35 AM Niki Izvorski notifications@github.com wrote:

Hey guys i have reached a bit of desperation for hours and hours debugging. And i thought if i could reach out to the active community here for some help. I would like to ask if would be possible to have UDP Sockets on Android Things working properly.

I had success with receiving UDP Connection and data without no issues. But no luck on the sender part. It haven't been possible for me to send anything over a LowPAN.

Anyone have some suggestions. Very much appreciated.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/androidthings/contrib-drivers/issues/122, or mute the thread https://github.com/notifications/unsubscribe-auth/ACOhb2NVsYExAKqT1Nzbs9Wy6eCtBm4wks5vNS3ggaJpZM4a7LzY .

nikiizvorski commented 5 years ago

I am using Android things and the sample lowpan. And just any udp android code its 2 lines. If you want me i will post the exact lines.

TavecchiaG commented 5 years ago

Hi, We have the same problem. Do you have any suggestions? Best regards, Giorgio

nikiizvorski commented 5 years ago

Here is the topic we have raised quys:

https://github.com/androidthings/sample-lowpan/issues/4