Find the answer to your Linux question:
Results 1 to 2 of 2
Im not sure if I came to the right place, so if not plz point me in the correct direction. Want I want to do is write a script or ...
  1. #1
    Just Joined!
    Join Date
    Dec 2007
    Posts
    5

    Question about wireless networks programming

    Im not sure if I came to the right place, so if not plz point me in the correct direction.


    Want I want to do is write a script or perhaps some C code that continuously checks to see if my laptops can see each other wirelessly (a direct connection i.e no routers), and if so, to automatically establish a connection.

    Any help is appreciated.

  2. #2
    Just Joined!
    Join Date
    Dec 2007
    Posts
    5
    Ok so I did some more research, and I *think* I can solve my problem simply by using scripts.

    For example one way I could do this is constantly execute "iwlist eth1 scan" and parse the output until I see a network.

    Anyway this solution seems a little primitive at best, and was wondering if there is a better way to go about it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...