Stream JSON between devices with Wifi Direct

Asked

Viewed 56 times

0

I need to transmit data between devices via JSON and store the data on Sqlite. That is, there will be a device responsible for receiving the data and at the end will send a "OK" message to the device that sent the data.

I’m using Wifi direct And I’ve already implemented the connection enabling, the search for nearby devices and the connection between them. I would like an idea of how to send the JSON and receive the reply tbem via JSON.

  • 1

    Does that help in any way? http://stackoverflow.com/questions/17715283/transfer-data-between-android-devices-using-wifi-direct

  • Opa... thanks for the tip... I’ll see if it opens the mind... Thanks!

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.