Click here to Skip to main content
15,883,705 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello everyone,
just a rookie for MFC. i was wondering how to recieve data from the TCP/IP to make graph. i got the source code to recieve data from zigbee tx but have to change it through wifi. Any help would be appreciated. thank you
Posted

See if this helps: The Ultimate TCP/IP Home Page[^]
 
Share this answer
 
You seem to have a number of different questions here:

  1. how to recieve data from the TCP/IP: use one of the MFC socket[^] classes.
  2. ... to make graph: Not sure what you mean by this.
  3. i got the source code to recieve data from zigbee tx but have to change it through wifi: not sure what you mean by this either.
 
Share this answer
 
Just have to learn how to use sockets...
http://msdn.microsoft.com/en-us/library/09dd1ycd%28v=vs.71%29.aspx[^]

Here's an example on CP:
Socket Programming with MFC (Part 1)[^]
 
Share this answer
 
v2
sorry for complicate question. actually my project is to receive data from a server through wifi. the datas must be in three section, temperature, humidity and light. i have to receive that data in column in a list box. i think chat server is not what i am looking for.
thank you
 
Share this answer
 
Comments
Albert Holguin 3-Oct-11 14:54pm    
First, this is not a solution, don't post as such... use the "Improve question" link to clarify your question. Second, wifi network programming is just like any other network programming (specially at the application layer). Third, no one suggested a chat server, where did you get that from?

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