CS 677 Distributed Operating Systems

Spring 2015

Programming Assignment 1: Internet of Things and Smart Homes

Due: 5pm, Friday March 6, 2015



  • A: The problem


  • B. Evaluation and Measurement

    1. Deploy 2 sensors, 2 devices, a gateway and the user process. They can be setup on the same machine (different directories) and have the gateway make several requests and provide the output as part of your submission.
    2. Next deploy the entities such that at least some of the processes are on different machines and demonstrate that your system works over a network for both client-pull and server-push modes. You are free to develop your solution on any platform, but please ensure that your programs compile and run on the edlab machines (See note below).
    3. Conduct a few experiments to evaluate the behavior of your system under different scenarios. Change the rate at which updates are requested or events are generated,and measure the latencies to get a reply. Measure the latency of server push (motion) sensors and client pull (temperature) sensors Report any insights, if any, from your experiments, as to which strategies succeed the best.

  • C. What you will submit

  • When you have finished implementing the complete assignment as described above, you will submit your solution in the form of a zip file that you will upload into moodle.
  • Each program must work correctly and be documented. The zip file you upload to moodle should contain:
    1. An electronic copy of the output generated by running your program. Print informative messages when a client or server receives and sends key messages and the scores/medal tallies.
    2. A separate document of approximately two pages describing the overall program design, a description of "how it works", and design tradeoffs considered and made. Also describe possible improvements and extensions to your program (and sketch how they might be made). You also need to describe clearly how we can run your program - if we can't run it, we can't verify that it works.
    3. A program listing containing in-line documentation.
    4. A separate description of the tests you ran on your program to convince yourself that it is indeed correct. Also describe any cases for which your program is known not to work correctly.
    5. Performance results.

  • D. Grading policy for all programming assignments

    1. Program Listing
        works correctly ------------- 50%
        in-line documentation -------- 15%
    2. Design Document
        quality of design and creativity ------------ 15%
        understandability of doc ------- 10%
    3. Thoroughness of test cases ---------- 10%
    4. Grades for late programs will be lowered 12 points per day late.

  • Note about edlab machines

  • We expect that most of you will work on this lab on your own machine or a machine to which you have access. However we will grade your submission by running it on the EdLab machines, so please keep the following instructions in mind.
  • You will soon be given accounts on the EdLab. Read more about edlab and how to access it here
  • Although it is not required that you develop your code on the edlab machines, we will run and test your solutions on the edlab machines. Testing your code on the edlab machines is a good way to ensure that we can run and grade your code. Remember, if we can't run it, we can't grade it.
  • There are no visiting hours for the edlab. You should all have remote access to the edlab machines. Please make sure you are able to log into and access your edlab accounts.
  • IMPORTANT - No submissions are to be made on edlab. Submit your solutions only via moodle.

  • Stumped?

    1. What is the Internet of Things? Read about it at on Wikipedia or "ask Google"
    2. Not sure how to proceed? Ask the TA or the instructor by posting a question on the Piazza 677 questions. General clarifications are best posted on Piazza. Questions of a personal nature regarding this lab should be asked in person or via email.