oxoo2a
University of Trier since 1997. Research and teaching areas are operating systems, middleware, distributed systems, computer networks, and games.
University of TrierTrier
Pinned Repositories
Balls_Java_RMI
Several Java programs throw balls back and forth using the Java RMI API.
Barrier_CSharp
How to implement the barrier synchronization pattern using semaphores
CubesServer
CubesServer connects all the clients (Lecture "Art of Game Programming")
PingPong_UDP_Java
A barebone version of a Java program demonstrating UDP communication.
Play0MQ
A simple example program demonstrating the 3 basic communication patterns of ZMQ (0MQ).
ProCon
Simple C++ version of the producer consumer problem using POSIX threads and semaphores
SudokuSolverTCP
A distributed Sudoko solver via constraint propagation over TCP
TWAC42
C# demo to access RESTful service with OAuth access token (Twitter).
UDP-Unix
Simple example that demonstrates how to communicate in UDP on the OS level using plain C.
sim4da
A Simulator for Distributed Algorithms
oxoo2a's Repositories
oxoo2a/SudokuSolverTCP
A distributed Sudoko solver via constraint propagation over TCP
oxoo2a/Barrier_CSharp
How to implement the barrier synchronization pattern using semaphores
oxoo2a/CubesServer
CubesServer connects all the clients (Lecture "Art of Game Programming")
oxoo2a/PingPong_UDP_Java
A barebone version of a Java program demonstrating UDP communication.
oxoo2a/Play0MQ
A simple example program demonstrating the 3 basic communication patterns of ZMQ (0MQ).
oxoo2a/ProCon
Simple C++ version of the producer consumer problem using POSIX threads and semaphores
oxoo2a/TWAC42
C# demo to access RESTful service with OAuth access token (Twitter).
oxoo2a/UDP-Unix
Simple example that demonstrates how to communicate in UDP on the OS level using plain C.
oxoo2a/Balls_Java_RMI
Several Java programs throw balls back and forth using the Java RMI API.
oxoo2a/DigitalReefs
Using ZeroMQ to implement an easy to use infrastructure for information exchange in a group of tiny computers.
oxoo2a/dockerDNS
oxoo2a/hackrf
low cost software radio platform
oxoo2a/Link-and-Run
Little experiments on virtual memory layout, object module linkage, and program execution.
oxoo2a/Mandelbrot-Peers
Mostly symmetric solution to the distributed computation of the Mandelbrot set
oxoo2a/PingPong_UDP_CSharp
A barebone version of a C# program demonstrating UDP communication.
oxoo2a/Reflect-and-Annotate
A simple Java program showing the use of the reflection API and custom annotations.
oxoo2a/santa-claus-clj
oxoo2a/sim4da-v2
The next version of sim4da, a simple simulator for distributed algorithms
oxoo2a/UDP_RR_Java
The example UDP program written in Java
oxoo2a/WSPingPong
Central source code and document hub for our group exercise "web services".