hypery2k / cordova-hotspot-plugin

A Cordova plugin for managing HotSpot networks on Android
MIT License
37 stars 50 forks source link

Data communication Usage #73

Closed Dipayon3D closed 6 years ago

Dipayon3D commented 6 years ago

Can I use this plugin for data communication ??

hypery2k commented 6 years ago

did't get what you mean with that. A hotspot is used to exchange data ;)

Dipayon3D commented 6 years ago

Exactly :) How can I exchange data using this plugin ? I didn't find and API for that . . . If it's already there, please point me at the right direction . . .

hypery2k commented 6 years ago

So what’s your use case? You want to send data between the devices connected to the devices?

Dipayon3D commented 6 years ago

Yes . . . i want to make a Multiplayer game, like Doodle Army 2: Mini Militia

hypery2k commented 6 years ago

Sorry but you have to do this on your own with the help of HTTP ;)

As this plugin is not maintained anymore I will no add such features

Dipayon3D commented 6 years ago

I understand . . . So, should I use another plugin for server socket creation and connection ??

hypery2k commented 6 years ago

Yes

Dipayon3D commented 6 years ago

Ok . . . Thanks.