Skip to content
This repository has been archived by the owner on Nov 21, 2021. It is now read-only.

Commit

Permalink
#47 Readme: Introduction and ToC
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandweber authored Dec 18, 2016
1 parent fb454a2 commit cf84cef
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Pityoulish
A collection of in-class ~~programming~~ debugging exercises to support a course on _Distributed Systems_.
A collection of programming or debugging exercises to support a course on _Distributed Systems_.
The focus is on classroom debugging exercises that can be completed in less than two hours.
(not there yet)

The Pityoulish exercises revolve around a common topic:
A server implements a Message Board which holds a limited number of messages.
Clients can fetch messages from the board and put up new ones.
Putting up messages requires a ticket from the server.

It's a fictitious problem with toy implementations. There is no authentication, no security, no high availability.
The initial classroom exercises showcase different communication techniques for the client/server interaction.
Future exercises might add encrypted communication, user authentication, or more.
You're welcome to help getting there :-)

Are you...
* a [student](#students)
* an [instructor](#instructors)
* a [contributor](#contributors) to be
* interested in the [background](#background) or [history](#history-and-lessons-learned)

## Notes for...
### ...Students
Expand Down

0 comments on commit cf84cef

Please sign in to comment.