Network Programming... Ugh!

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Poly-poly man

    #1

    Network Programming... Ugh!

    First off, I'd like to say that if you can find a better newsgroup for
    this message, direct me to it.

    My problem is this: I need to hook my Linux box up to a wireless network.

    I thought of two ways of doing this:

    1. Run an old Win98 or ME box as a bridge between wireless and wired,
    writing a bridging program in the process, or

    2. write a driver that actually works for my card (RTL8185L) under linux.

    This seems like a relatively easy driver to write, but I have no idea
    were to begin even.


    Which do you suggest, and how would I do them?

    thanks,
    poly-p man
  • Andrew R

    #2
    Re: Network Programming... Ugh!

    Poly-poly man wrote:[color=blue]
    > First off, I'd like to say that if you can find a better newsgroup for
    > this message, direct me to it.
    >
    > My problem is this: I need to hook my Linux box up to a wireless network.
    >
    > I thought of two ways of doing this:
    >
    > 1. Run an old Win98 or ME box as a bridge between wireless and wired,
    > writing a bridging program in the process, or
    >
    > 2. write a driver that actually works for my card (RTL8185L) under linux.
    >
    > This seems like a relatively easy driver to write, but I have no idea
    > were to begin even.
    >
    >
    > Which do you suggest, and how would I do them?
    >
    > thanks,
    > poly-p man[/color]

    Um. google for 'linux wireless' ?

    Quick HOWTO: Linux Wireless Networking



    Though I haven't ever done linux+wireless, being worried it isn't implemented
    seems very 1994 :)

    Comment

    • Poly-poly man

      #3
      Re: Network Programming... Ugh!

      Andrew R wrote:
      [color=blue]
      > Poly-poly man wrote:
      >[color=green]
      >>First off, I'd like to say that if you can find a better newsgroup for
      >>this message, direct me to it.
      >>
      >>My problem is this: I need to hook my Linux box up to a wireless network.
      >>
      >>I thought of two ways of doing this:
      >>
      >>1. Run an old Win98 or ME box as a bridge between wireless and wired,
      >>writing a bridging program in the process, or
      >>
      >>2. write a driver that actually works for my card (RTL8185L) under linux.
      >>
      >>This seems like a relatively easy driver to write, but I have no idea
      >>were to begin even.
      >>
      >>
      >>Which do you suggest, and how would I do them?
      >>
      >>thanks,
      >>poly-p man[/color]
      >
      >
      > Um. google for 'linux wireless' ?
      >
      > Quick HOWTO: Linux Wireless Networking
      > http://www.linuxhomenetworking.com/l...mp11-linux.htm
      >
      >
      > Though I haven't ever done linux+wireless, being worried it isn't implemented
      > seems very 1994 :)[/color]

      Do you think I haven't read that or other readmes a thousand times?
      Ndiswrapper works, but only for about 3 seconds before locking up the
      computer. I won't go into the rest of this, just that I need a driver
      and I need to write it.
      Either that or a bridging program,
      poly-p man

      Comment

      • Josh Mcfarlane

        #4
        Re: Network Programming... Ugh!

        Poly-poly man wrote:[color=blue]
        > Do you think I haven't read that or other readmes a thousand times?
        > Ndiswrapper works, but only for about 3 seconds before locking up the
        > computer. I won't go into the rest of this, just that I need a driver
        > and I need to write it.
        > Either that or a bridging program,[/color]

        Then try under a linux networking newsgroup?

        Josh McFarlane

        Comment

        • Poly-poly man

          #5
          Re: Network Programming... Ugh!

          Josh Mcfarlane wrote:[color=blue]
          > Poly-poly man wrote:
          >[color=green]
          >>Do you think I haven't read that or other readmes a thousand times?
          >>Ndiswrapper works, but only for about 3 seconds before locking up the
          >>computer. I won't go into the rest of this, just that I need a driver
          >>and I need to write it.
          >>Either that or a bridging program,[/color]
          >
          >
          > Then try under a linux networking newsgroup?
          >
          > Josh McFarlane
          >[/color]

          I've given that question to comp.os.linux.n etworking, with not much
          info. How do I write a driver, or a bridging app for windows?

          poly-p man

          Comment

          • Josh Mcfarlane

            #6
            Re: Network Programming... Ugh!

            Poly-poly man wrote:[color=blue]
            > I've given that question to comp.os.linux.n etworking, with not much
            > info. How do I write a driver, or a bridging app for windows?[/color]

            This groups deals with the C++ language only. It cannot help you with
            OS / Hardware specific questions.

            Comment

            • Al-Burak

              #7
              Re: Network Programming... Ugh!

              No, I don't think Poly-poly wants help regarding networks, but how to
              go about writing a C++ program that will drive his Linux box's hardware
              to communicate with the wireless network.


              Have a good one.


              Josh Mcfarlane wrote:[color=blue]
              > Poly-poly man wrote:[color=green]
              > > I've given that question to comp.os.linux.n etworking, with not much
              > > info. How do I write a driver, or a bridging app for windows?[/color]
              >
              > This groups deals with the C++ language only. It cannot help you with
              > OS / Hardware specific questions.[/color]

              Comment

              • deane_gavin@hotmail.com

                #8
                Re: Network Programming... Ugh!


                Al-Burak wrote:[color=blue]
                > No, I don't think Poly-poly wants help regarding networks, but how to
                > go about writing a C++ program that will drive his Linux box's hardware
                > to communicate with the wireless network.[/color]

                Since standard C++ knows nothing about driving specific bits of
                hardware or wireless networks, such a question would be outside the
                topic of comp.lang.c++. The first paragraph of this explains
                topicality.



                C++ language questions that come up while writing such a program are,
                of course, relevant here (assuming they aren't answered already in the
                FAQ).

                Gavin Deane

                Comment

                Working...