Results 1 to 5 of 5

Thread: I really need to know about networking.

  1. #1

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

    I really need to know about networking.

    How to >>>

    Populate a listbox with all of the names of the computers on the server & their logged in users.

    Send a packet to another program (that I have also written) on another networked computer.

    How to send packets of data to multiple other computers (cannot tell how many there are).

    How to convert music data into string kinda data, stuff I can send over the net.


    I have found NO answers ANYWHERE. YES I am desperate.
    Is there a way to do this (c'mon, there has to be...!)

    Thanks All
    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

    Thread Starter
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    Okay.. I've got the first one.

    I know that I do the others with winsock, still need help on the last one and this new one.

    (non-code)

    This is the way my 'network radio' is currently set up:


    DJ --WINSOCK-> Server = broadcasting <-WINSOCK-- Player
    Computer ----------> Computer = sound data <---------- Computer

    Is this the correct way to do this?

    In words:
    The 'DJ' computer creates a playlist, and starts sending the song data to the server computer on port 50451. Then the server broadcasts it to ITSELF on port 50452 (this port is free i am guessing), and then the other computers take the sound data from port 50452 on the server computer, and play it.

    Would this work?
    If so, how could I code 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)

  3. #3

    Thread Starter
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    I kinda need this...
    Sorry about this newbie-ish approach but I really need this!!

    This is getting really annoying! Can someone point me in the right direction?
    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

    Thread Starter
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    So, you guys mean that out of the thousands of users this site has, nobody knows this???
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

  5. #5
    Frenzied Member
    Join Date
    Feb 2001
    Posts
    1,140
    This is kind of an deep project, and you are asking in a forum concerned with ASP and related technologies. It sounds like you are making stand-alone applications that are not related to any web technology.
    Travis, Kung Foo Journeyman
    As always, RTFM.

    WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
    Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
    YBMS, but Mozilla doesn't.

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