Updated Page: https://alfonsosiciliano.gitlab.io/projects.html
Please refer to the new Blog alfonsosiciliano.gitlab.io for updates.



FreeBSD
Projects, ports, docs and bugfixes: wiki.freebsd.org/AlfonsoSiciliano.


Cool Compiler
Implementation of a compiler (lexical, syntactic and semantic analyzer) written in Java for the cool language.


Debian
wiki.debian.org/AlfonsoSabatoSiciliano
built, maintained, co-maintained and adopted .deb packages (sponsorship).


dub - Danger U-boot
3D game written in C++ with OGRE and OpenGL (screenshots).


UniSaSA
alfix.gitlab.io/unisasa
Distributed system for sensors and actuators, useful for: Augmented reality, Ambient intelligence, Virtual Reality and Internet of Things, components:

  • A portable C library for embedded systems
  • A Gateway/Router between WSN and TCP/IP networks
  • A high-level API in C#, C++ and Python to communicate with the gateway
  • A web server to interact with sensors and actuators from a browser


Old projects

Numerical Analysis project:
gitlab.com/alfix/numerical-analysis

  1. Write a function to implement the power method for calculating the maximum modulus eigenvalue of a matrix.
  2. Write a function that implements the QR method with translation of origin (shift) for the calculation of the eigenvalues of a matrix.

Software: GNU Octave, MATLAB language.


Cryptographic RFID protocols
Secure authentication protocols for RFID technology (Wikipedia).
gitlab.com/alfix/RFID: HB, HB parallel version, HB+, HB+ parallel version, random HB# and Gossamer protocol, written in C using linux fork() and POSIX IPC.


Parallel QuickSort:
gitlab.com/alfix/parallel-quicksort
implementation of parallel version of QuickSort algorithm with requirement that at any time the processors load is always perfectly balanced. Software: C, gcc, OpenMPI and OpenMP. Hardware: 3 PCs connected by an Ethernet/Wifi network with a sum of 8 cores.


ViscianoPiu
Android App for local news, social and ipcam streaming.


Web sites


Alfix Media
gitlab.com/alfix//alfixmedia
Tool for students written in Java.


Exports of Italian regions:
gitlab.com/alfix/italian-regions-exports
Analysis of the exports from Italy.
Software: R (programming language) and CRAN.


Holiday Heaven:
Hotel management distributed software intended for owners, customers and a system administrator, for Software Engineering course. Java, Eclipse, Model/Controller/View architecture, MySQL, JDBC, JUnit, java RMI and javax.swing.