Code Monkey home page Code Monkey logo

networkprogramming's Introduction

NetworkProgramming

Project 1: NPShell

  • In this project, you are asked to design a shell with special piping mechanisms.

Project 2: Remote Working Systems

  • In this project, you are going to design 2 servers:
    • np_simple (Single User): Project 1. (Concurrent connection-oriented)
    • np_single_proc (Multiple users): Project 1 + User Pipe + 4 Functions + Broadcast message. (Single-process concurrent)

Project 3: Remote Batch System

  • In this project, you are going to design the remote batch system and the project is divided into two parts:
    • Remote batch system in NP Linux Workstation
    • Remote batch system in Windows 10 (use a MinGW distribution)

Project 4: Proxy Server

  • In this project, you are going to implement SOCKS 4/4A protocol.

  • Please refer to NP_Project4_Spec.pdf and NP_Project4.pdf for project details.

  • You are strongly recommended to pore over the SOCKS 4/4A protocol (link1/link2).

  • You need to setup your own FTP server for testing.

  • Port number is specified by the first argument: ./socks_server [port]

  • Reminder:

    • FTP mode should be set to ACTIVE mode.
    • If you run the FTP server on localhost, please ensure you can connect from outside. (e.g., by disabling the firewall)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.