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).


In reply to Re^3: Designing a wireless application by moritz
in thread Designing a wireless application by perlsyntax

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.