Skip to content

Projects of the Advanced Programming course of the Computer Science and Networking Master's Degree @ University of Pisa

Notifications You must be signed in to change notification settings

alefais/ap-fall-16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ap-fall-16

A collection of projects of the Advanced Programming course of the Computer Science and Networking Master's Degree @ University of Pisa.

Note for projects 1 and 2: The abstract model for the Software Defined Network of projects 1 and 2 contains one switch that communicates with one controller: it is required the implementation of both the modules and of the communication between them.

Project number Language Description
1 OCaml The implementation of a Domain Specific Programming Language for a Software Defined Network model and a simulation of the behaviour of the network modeled. The main parts are an abstract switch module (capable of receiving, processing and forwarding packets) and a controller module (capable of creating and modifying the forwarding table and able to manage security policies). The interpreter for the designed control language has been written in OCaml. The interaction between the modules is simulated given a set of packets, the network and the interfaces of input and output of the switch module.
2 Python The implementation of an API for a Software Defined Network model and two simulations of the behaviour and state of the network modeled. The main parts of the project are the modules switch and controller (implemented as Python classes) and the API that provides all the functionalities needed to modify and manage the forwarding table and the security policies. The first simulation is automatic and executes on given data. The second simulation is interactive and allows the user to set the interfaces of the switch and to insert the network as a set of IP addresses. Given the initial data both the simulations show the state of the system at each step of the execution: forwarding table, active security policies, packets queued in the buffer of each interface of the switch (input and output) and packets that have been dropped (with the reason of their discard).
3 Java The implementation of a multiset data structure using different concurrency policies. The three locking methods used are the fine grain synchronization, the lazy synchronization and the lock-free synchronization.
4 Scala A simple IRC-style chat program. Multiple clients can connect to the Server (it is sufficient to open a Telnet session or to run a Client instance) and each one can register, login, logout, interact with single users and participate in chat groups. The user interaction is possible through a Command Line Interface.

About

Projects of the Advanced Programming course of the Computer Science and Networking Master's Degree @ University of Pisa

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published