Thread: Networking

  1. #1
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052

    Networking

    Im thinking of building a computer for storage and for playing mp3s on. My problem is that I wanna be able to transfer files between Linux AND Windows and this new comp. Is this possible? I have a LAN here through a router/switch.

  2. #2
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    Both sides have an IP stack so use sockets if you want to write your own. Berkeley sockets on the Nix, Winsock, (which is based on Berkeley), on the Win.

    Alternatively you will probably find it easy enough to use the supplied utilities.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  3. #3
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    Clicky

    That should get you started.

  4. #4
    Registered User stl's Avatar
    Join Date
    Feb 2003
    Posts
    2
    >>I'm thinking of building a computer for storage and for playing mp3s on<<

    Why bother? Just get another HDD, dedicated soley for MP3's.

    >> My problem is that I wanna be able to transfer files between Linux AND Windows and this new comp<<

    As adrianxw said, both can use an IP protocol, it would be dead simple to transfer files. A router would be fine to use, as long you can hook up both machines, dedicate each with a unique address, and ping from one to the other.

  5. #5
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    >>Why bother? Just get another HDD, dedicated soley for MP3's.

    Because playing them on another pc lowers resource useage on yours, helps if u have a low-end machine.

  6. #6
    Registered User stl's Avatar
    Join Date
    Feb 2003
    Posts
    2
    I suppose that's a good point, but if you're using a processor over 1Ghz, and have 512+ RAM, etc. resource consumption shouldn't be that much of an issue, should it?

  7. #7
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052
    Probably not (got 2.0Ghz + 512 DDR), but I'd like a file server for use between mine and my sister's comp. Also I could set the other comp to download stuff on my cable connection, so my other comp doesn't have to waste time transfering to it through the lan

  8. #8
    Registered User Vber's Avatar
    Join Date
    Nov 2002
    Posts
    807
    Samba?

  9. #9

  10. #10
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    Originally posted by Vber
    Samba?
    you obviously didn't see where my "clicky" went to...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. networking comfirmation
    By rEtard in forum Networking/Device Communication
    Replies: 1
    Last Post: 07-20-2005, 03:59 PM
  2. Uhh networking help?!?
    By Shadow12345 in forum Tech Board
    Replies: 13
    Last Post: 09-29-2002, 11:39 PM
  3. Beyond MFC : COM || Networking
    By kuphryn in forum Windows Programming
    Replies: 5
    Last Post: 04-25-2002, 04:28 PM
  4. C++: Reference Book, GUI, Networking & Beyond
    By kuphryn in forum C++ Programming
    Replies: 4
    Last Post: 11-10-2001, 08:03 PM