Go Back   Wireless and Wifi Forums > General > Members Lounge
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-09-2004, 03:49 PM
Junior Member
 
Join Date: Dec 1969
Posts: 6
Default 802.11b network

I am currently conducting a project with the aim to create a wireless network for networked appliances i.e. connecting everyday appliances such as tvs, kettles, fridges etc via a WLAN.

The work in my project basically consists of creating a c++ program that can control these devices. I wont actually be connecting to tvs and fridges, I will have another program that simulates this.

So far i have created the network and it all works, however it is not wireless it uses the internet to communicate. I have used the winsock function so far.

I am looking for information as to how to make a program communicate using 802.11b. I have read that winsock can still be used but I am not sure of the changes to make in order to this e.g. do I need to use particular port numbers, do I need to use specific send functions etc.
Reply With Quote
  #2 (permalink)  
Old 11-10-2004, 05:04 AM
Senior Member
 
Join Date: Dec 1969
Location: Auckland / The Mount, New Zealand
Posts: 117
Send a message via MSN to Skink
Default

it is exactly the same as the internet or ethernet... get off windows...
__________________
NODE ID: 194
NODE NAME: Efenthar

Kung-Foo Webdesign
<a href='http://www.kung-foo.co.nz' target='_blank'>http://www.kung-foo.co.nz</a>
Reply With Quote
  #3 (permalink)  
Old 11-11-2004, 01:20 PM
Junior Member
 
Join Date: Dec 1969
Posts: 6
Default

so does that mean i dont have to make any changes? If i do would you mind describing them? Im a newb and have little knowledge of network programming but the basics.
Reply With Quote
  #4 (permalink)  
Old 11-12-2004, 05:04 AM
Senior Member
 
Join Date: Dec 1969
Location: Auckland / The Mount, New Zealand
Posts: 117
Send a message via MSN to Skink
Default

listen to me. it is EXACTLY the same....
__________________
NODE ID: 194
NODE NAME: Efenthar

Kung-Foo Webdesign
<a href='http://www.kung-foo.co.nz' target='_blank'>http://www.kung-foo.co.nz</a>
Reply With Quote
  #5 (permalink)  
Old 11-12-2004, 01:24 PM
Junior Member
 
Join Date: Dec 1969
Posts: 6
Default ?

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?
Reply With Quote
  #6 (permalink)  
Old 11-12-2004, 05:11 PM
Senior Member
 
Join Date: Dec 1969
Location: Auckland / The Mount, New Zealand
Posts: 117
Send a message via MSN to Skink
Default

huh? what?? the hardware is different... the protocols are not... if you direct something to an internet IP it will go over the internet... if you direct it to a loccal IP of the same machine it will go over the local network.. please... be more descriptive... it is VERY hard if i cant tell and am working in the dark
__________________
NODE ID: 194
NODE NAME: Efenthar

Kung-Foo Webdesign
<a href='http://www.kung-foo.co.nz' target='_blank'>http://www.kung-foo.co.nz</a>
Reply With Quote
  #7 (permalink)  
Old 11-12-2004, 10:32 PM
Senior Member
 
Join Date: Dec 1969
Location: Petone, Wellington
Posts: 266
Default Re: ?

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.
Reply With Quote
  #8 (permalink)  
Old 11-13-2004, 05:12 PM
Junior Member
 
Join Date: Dec 1969
Posts: 6
Default

My bad!!! Sorry for being so dumb. I understand what you mean now. The program will communicate on whatever its given. If I have a wired ethernet card it will work wired, if I have a wireless ethernet card it will work wirelessly. Ive been so preocupied with trying to get this project working I forgot the basics of networking. Thanks for showing me the light.
Reply With Quote
  #9 (permalink)  
Old 11-14-2004, 07:18 AM
Senior Member
 
Join Date: Dec 1969
Location: Petone, Wellington
Posts: 266
Default

I make it sound easier than it is.. wait till you have to tie in wireless security

ok, sorry to rain on your parade. I'll stfu now.
Reply With Quote
  #10 (permalink)  
Old 11-14-2004, 05:24 PM
Junior Member
 
Join Date: Dec 1969
Posts: 6
Default

Do you know any sites with information on creating the security features?
Reply With Quote
  #11 (permalink)  
Old 11-15-2004, 04:12 AM
Senior Member
 
Join Date: Dec 1969
Location: Auckland / The Mount, New Zealand
Posts: 117
Send a message via MSN to Skink
Default

the security is built into the cards... you do not even think about putting it into ur progs...
__________________
NODE ID: 194
NODE NAME: Efenthar

Kung-Foo Webdesign
<a href='http://www.kung-foo.co.nz' target='_blank'>http://www.kung-foo.co.nz</a>
Reply With Quote
Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
WiMAX Forum News, Weekly Clip Report March 22-29, 2007 badger_b@hotmail.com alt.internet.wireless 0 03-31-2007 01:14 AM
Don't fall victim to the 'Free Wi-Fi' scam Ablang alt.internet.wireless 5 02-04-2007 08:44 AM
Linksys Wireless-B USB Network Adapter 802.11b Cheeseweasel Network Troubleshooting 0 01-05-2007 05:21 PM
Linksys Wireless-B USB Network Adapter 802.11b Cheeseweasel Troubleshooting 1 01-05-2007 05:17 PM
[Job] Network Engineer - San Jose, CA toprecruiter alt.internet.wireless 2 10-20-2005 01:34 PM


All times are GMT. The time now is 04:42 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45