kirillzyusko / react-native-wifi-p2p

Library that provide access for working with wi-fi direct (p2p) module in android.
164 stars 32 forks source link

Sharing App using same network #47

Open ghost opened 3 years ago

ghost commented 3 years ago

Hey i want to create an app using react native whixh can share data from mobile to desktop

kirillzyusko commented 3 years ago

@muzammil413tariq Does your desktop support android p2p-protocol?

ghost commented 3 years ago

@kirillzyusko let me know how to check it ...and if its support then is this is possible to send data from mobile to desktop

kirillzyusko commented 3 years ago

@muzammil413tariq how do you develop desktop application? Which framework are you using?

ghost commented 3 years ago

@kirillzyusko Electron js

kirillzyusko commented 3 years ago

@muzammil413tariq I don't think you can use this library for these purposes. I quickly ran through several links in Google and couldn't find any info on how to connect mobile device with PC.

ghost commented 3 years ago

@kirillzyusko so how can i send data from my mobile react native app to desktop..Like shairit.

ghost commented 3 years ago

@kirillzyusko Many of modern device has in built support for this... I creating an react native app in which user can click images and send it to desktop..please suggest m how can i do it

kirillzyusko commented 3 years ago

@muzammil413tariq if you can give me an example (source code) of app, that can share files between desktop/mobile, then I can help.

I don't know almost anything about development desktop applications.

ghost commented 3 years ago

@kirillzyusko here is what I found on the internet is #react-native-tcp I think this can help me but i don't know how to use it

kirillzyusko commented 3 years ago

@muzammil413tariq you can try. But I don't know how you can establish connection between desktop and mobile. Sorry, I can't really help you...