Click here to Skip to main content
15,914,452 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I'm connecting multiple android devices to a WiFi module/Router.

But i want to transfer data from those connected devices to vb.net.

Can anyone help me with hardware as well as software connectivity.

I Need Android Code/Logic and Hardware names.

What I have tried:

I have tried to connect multiple devices to router/module and it's connecting but I can't transfer the data. :(
Posted
Updated 30-Mar-16 22:33pm
Comments
Richard MacCutchan 22-Mar-16 4:53am    
You need to write some form of client/server socket application.

1 solution

You need a service, you could opt for different ones, but i'd recommend a REST service from devices. Amongst those the thing going at the moment for sheer ease of development is the Web API.

I didn't manage to find an example in vb.net but i did find a good place to start looking into that.
ASP.NET Web API Samples | The ASP.NET Site

Ultimately if your tags a right and you major in Java, then consider using whatever place your devices connect to interact currently (java?) and use the backend to make available to your vb.net environment
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900