Coder Social home page Coder Social logo

cmput379assignment2's Introduction

Big image, shows a picture of "Domain Knowledge", "Tech" and "Design" all pointing to a sign that says "Users". The Goal: Products that work like magic. I love developing websites and apps that deliver magical experiences and provide real value. My work includes taking on roles as a developer, a designer, organizing project specs, business models and talking to experts in all kinds of different fields. (To the left, a picture of me with a huge smile!)

cmput379assignment2's People

Contributors

arjunkalburgi avatar

Watchers

 avatar  avatar

cmput379assignment2's Issues

Implement Read Size

On client you need to read ONLY the length that is the size being sent. MESSY

Refactor socket

Don't open and close every time -> take it out of the while

Server query (?) function

No message? -> return "no message" message (in assignment pdf)

Message -> return correct message (outlined in assignment pdf)

Interface

  • The client must also give the user to exit orderly (e.g., typing an exit command) and to do the same (orderly exit) if it receives control-C

  • The client should be callable as the following command: wbc379 hostname portnumber [keyfile]

  • Upon an error condition, a client must be able to terminate as soon as possible when it detects the error (this could be an error in the protocol message it receives), closing the socket of the connection, informing the user about what happened, and exiting.

  • The server should be callable as the following command: wbs379 portnumber {-f statefile | -n entries}

  • It only (orderly) terminates when a SIGTERM message is sent to it. It is the handling of this SIGTERM that allows the server to dump the whiteboard contents to a file called whiteboard.all in the directory where it started its execution. After handling the SIGTERM, the server terminates. This whiteboard.all follows the format of the statefile. In fact, we should be able to start a previously terminated execution of the server using as statefile the whiteboard.all saved by the previous execution of the server.

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.