Upgrade to Pro — share decks privately, control downloads, hide ads and more …

CSC486 Lecture 07

CSC486 Lecture 07

Human-Computer Interaction
HCI in the Software Process
(202501)

Javier Gonzalez-Sanchez

January 29, 2025
Tweet

More Decks by Javier Gonzalez-Sanchez

Other Decks in Programming

Transcript

  1. Dr. Javier Gonzalez-Sanchez [email protected] www.javiergs.info o ffi ce: 14 -227

    CSC 486 Human-Computer Interaction Lecture 07. Software Process
  2. Part 1. Publisher (only testing purposes) 27 1. Create a

    program in Java that read your data_file
  3. Part 1. Publisher (only testing purposes) 28 2. Follow the

    Publisher example and make this program to “Publish” a line every 10 seconds. Customize your topic and clientID
  4. Part 2. Subscriber (this will be part of your app)

    29 1. Create a program in Java that subscribes to your published data.
  5. Part 2. Subscriber (this will be part of your app)

    30 2. Follow the example of the Subscriber code.
  6. Part 2. Subscriber (this will be part of your app)

    31 3. Every item received, store it in a data structure. When the data structure reaches 1000 values clean it (delete them all).
  7. CSC 509 Software Engineering Javier Gonzalez-Sanchez, Ph.D. [email protected] Fall 2024

    Copyright. These slides can only be used as study material for the class CSC509 at Cal Poly. They cannot be distributed or used for another purpose.