Quote:
| I beleive you that its exactly the same, but I just cant understand it. In that case doesnt it mean that it should already be communicating wirelessly? |
It's TCP/IP traffic... there's absolutely no great mystery to that. Traffic over the internet is generally TCP/IP, traffic over a LAN is generally TCP/IP... The only difference is that it's going over a radio link rather than a wired link. As far as any application you make is concerned, how it physically (or not) connects should be completely transparent (or in other words, irrelevant).
I'll put it another way.
http://www.webopedia.com/quick_ref/OSI_Layers.asp
Read that.
Worry about Layers 5-7, not Layers 1-3
It also sounds like you need to pick up a networking for noobs book as well. We cant spoonfeed you on this one, you'll have to learn how to help yourself. Learn basic to intermediate networking before you try to create network applications.