Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello,
I am working on a project which is basically sending information(a string) read by rfid reader connected to nodemcu(where nodemcu is acting as access point) over wifi on the other end a laptop connected to the network provided by nodemcu and getting information in c# application.

And dont know how to implement it after searching got some ideas of using webserver on esp8266 and other one is using tcp/ip client server method.

please help me on this project provide some referral links so that can learn about it...!!!
thank you.

What I have tried:

I have tried nothing i want to whether is it possible and how should i implement it.
Posted
Updated 23-Oct-17 0:43am

1 solution

Porbably you need a TCP server on your PC (C# application) and a TCP client on your nodeMCU. You may find many examples of both on the web.
 
Share this answer
 
Comments
Member 13479861 24-Oct-17 10:41am    
thank you CPallini
CPallini 24-Oct-17 15:53pm    
You are welcome.
Member 13479861 25-Nov-17 5:10am    
hey cpallini i thought of making nodemcu as server and c# app as client !!! will it matter??

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