Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DS_Examples (0.4.0)

Repository containing examples for the Distributed Systems course

4. Semester, Informatics@IMC FH Krems

In this repository, you will find all the code samples used in the course.

Contents

CLI

Examples on command line interface (CLI) for the Docker and Kubernetes environments.

cloudapp

Example add to be deployed in the Azure cloud

consensus

Examples on the Paxos consensus algorithm

docker

Dockerfile examples.

election

Examples on the Bully algorihtm

gRPC

Module: gRPC

Client and server with .proto definition file. Use hello_server.py to start the server and hello_client.py with a string argument to send a SayHello gRPC request to the server.

misc

Async and sockets examples

MPI

Examples on the Message Passing Interface (MPI)

myRPC

Example Remote Procedure Call example

p2p

Example Peer-To-Peer application

REST

Module: rest

Example on REST using Twitter's API to get a user's timeline. Use twitter_example.py with the user's screen name as argument.

SOAP

Module: soap

Examples on SOAP server/client. Use soap_server.py to start the server and soap_client.py with an arbitrary string argument to make SOAP call to the server.

sync

Example on vector clocks

About

No description, website, or topics provided.

Resources

Stars

8 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages