Results 1 to 5 of 5

Thread: Q's about Home Networking, and sending/recieving data

  1. #1

    Thread Starter
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134

    Q's about Home Networking, and sending/recieving data

    1. How could I make a list of all the computers on the network?

    2. How could I send sound data to the recieving computer?

    3. How could I recieve this data in my program and play it back?

    4. Possibly, how would I tune into radio stations on my computer, Eg. CHUM FM, K-Lite FM, Hamilton & Toronto stations.
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

  2. #2
    Addicted Member csammis's Avatar
    Join Date
    Mar 2001
    Location
    /dev/null
    Posts
    226
    Answer to #4:

    Unless you mean streaming it from their respective websites, you need a FM tuner card in the computer
    Things I've Said:
    "Life's funny like that...elephants can wear frilly lace panties, and Dubya still looks like a monkey in a big chair"
    "Take four goats and strap one to each foot of a llama. Presto, goat-powered llama!"
    "You want to get me to work more, get me a Coke. No? Then deal with inferior garbage, I'm not coding another line and your clients can go to......thanks, I'd love a Coke right about now!"

  3. #3

    Thread Starter
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    Ah, that was the Q I didn't really need, but thanks for the reply!
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

  4. #4
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    1. If you're running some form of Windows networking (NetBios), there's API calls to do it.

    2&3. Probably send binary through Winsock. I don't know how you'd encode/decode it.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  5. #5

    Thread Starter
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    Okay, maybe giving you some in-depth info would help:

    I am making a kind of network "radio", with one computer acting as the "server" (not the actual server), which sends it's playlist data to the server, which then all of the other computers connect to when they want to listen. Then the playing version of the program picks up the sound data and plays it....

    So I need to find the computers on the network, and be able to send data to the server "medium" version of the program, and then be able to connect to this version and get sound data.

    So there are 3 kinds of programs:

    "server" - make a playlist and broadcast it
    "radio" - playing a computer's playlist
    "medium" - sending & recieving sound/playlists

    To summarize it,
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

Posting Permissions

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



Click Here to Expand Forum to Full Width