Datagram Project

 
 

This project is a collaborative experiment where each group member has written an application. The application receives a datagram packet processes the packet and changes its audio/visual expression before sending a new packet to the next application. This way a “ring-network” is created and each applications output is the next applications input.


The application illustrated in the picture receives three values as its input. Based on the input the colors of the particles and trails are changed. After processing the input the application picks a random particle and sends the position of that particle to the next application.


The following video shows the movement of the particles without the networking enabled.

The Datagram Project

The source code for the application is available on github under the CDatagramP directory.