Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: Designing a wireless application

by perlsyntax (Pilgrim)
on Mar 18, 2008 at 15:38 UTC ( [id://674816]=note: print w/replies, xml ) Need Help??


in reply to Re: Designing a wireless application
in thread Designing a wireless application

Write a perl client that reads everything sent over the network, try to guess the parameters and then connect to such a network.It is a project i plan to work on so i can learn perl better.:)

Replies are listed 'Best First'.
Re^3: Designing a wireless application
by moritz (Cardinal) on Mar 18, 2008 at 15:46 UTC
    It seems that my guess work was much more solid than usual ;-)

    Since I know of no cross-platform API for wireless interfaces the first step is to define the operating system you want to use.

    The second step is to find out what kind of interfaces the wireless API offers, and decide to use one of them.

    Of course you need to know something about the protocols being used.

    The rest is mostly a matter of programming, and shouldn't be too hard. For specific questions you can always come back here ;-)

    Oh and there's a minor judicial point that you shouldn't forget: in most countries it's illegal to connect to some hotspots, especially if they are encrypted (for example in Germany it is forbidden if it's obvious that the owner doesn't want guests in his network, for example with MAC blacklists, WEP or WPA).

Re^3: Designing a wireless application
by Gavin (Archbishop) on Mar 18, 2008 at 18:38 UTC

    This subject is discussed at some length here Perl Design Patterns War Driving and some of the techniques that can be used.

    As pointed out by moritz one needs to be aware of the legal issues that may be infringed in using them.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://674816]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-19 06:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found