thevarunjain / cmpe279

Assignments for Course CMPE279

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmpe279

Assignments for Course CMPE279

To run assignment 1 and 2

If you have Windows machine, intsall Ubuntu WSL from Microsoft Store and install gcc into it.

Compile

    gcc server.c -o ser
    gcc client.c -o cli

Execute

Run the server first for start listerning and then client.

    ./ser
    ./cli

About

Assignments for Course CMPE279

License:MIT License


Languages

Language:C 100.0%