Thread: Networking project help

  1. #1
    Registered User
    Join Date
    May 2004
    Posts
    22

    Networking project help

    Hi ,

    I was short of ideas to try for implementation for my networking project, I want to try a project something based on logins,ftps etc and one that will teach me most of networking stuff. I dont want to do mesengers the most common of them. Please suggest som ideas such as monitoring , P2P , analyzers etc that can be coded easily in C . I intend to use Linux for my project. Any insights will be truly appreciated .

    TIA
    ~codo

  2. #2
    Registered User
    Join Date
    Aug 2004
    Location
    San Diego, CA
    Posts
    313
    Why not just write an ftp daemon? That'll teach you most of the things that you'll need to know about networking.

  3. #3
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    You could write a SMTP mail client. This could be done in a few days of coding, and can teach you quite a bit.

    An ftp daemon might be a little much unless you are willing to spend a lot of time on this project.

  4. #4
    Registered User
    Join Date
    Oct 2004
    Posts
    19
    Write a routing algorithm, that will teach you a lot about networking.

    You can use c-net network simulator, write your algorithm in C.

  5. #5
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    nice bump.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem Displaying a Struct
    By rockstarpirate in forum C++ Programming
    Replies: 16
    Last Post: 05-05-2008, 09:05 AM
  2. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  3. Dynamic Binding
    By gpr1me in forum C++ Programming
    Replies: 1
    Last Post: 03-24-2006, 09:01 AM
  4. Game Independent Anti-cheat Project Needs Programmers
    By GIA Project Lea in forum Projects and Job Recruitment
    Replies: 3
    Last Post: 09-15-2005, 07:41 PM