
EUROTECHNIK.GR FRONTEND, CMS, CUSTOM CRM & ERP
Developed eurotechnik.gr website (now in 4th revision) using PHP, JS, CSS, and AJAX. A custom CMS was also built. A fully-working custom CRM + ERP developed in PHP on top of the Laravel framework (at admin.eurotechnik.gr). Deployed on an initially unmanaged dedicated server. The latest addition was the automated bid-creation subsystem that uses AI for prediction of customer demand and supply shortages.
View Project
Ad-hoc peer-to-peer wireless communications using Raspberry Pi's
The setup consists of a number of wifi-capable Raspberry Pi Zero's each of which may bound its TCP sockets to a specified IP address with the student's number (SSN) as the last digits. On each of them runs the same app that on initialization creates three POSIX threads, one to listen for inbound connection requests (server thread) one to search via polling for other active devices in wireless range, and the 3rd which produces a message with a random recipient at a random interval.
When devices connect, they exchange messages. A device sends to the other device all the messages not intended for it and receives the corresponding messages from the other device. The purpose is for a message to reach its recipient after zero or more intermediate recipients. The final recipient stores its messages in an internal inbox (in memory).
A C99 app was developed and cross-compiled to run inside each of the Raspberry Pi that was involved in the experimental setup. We used TCP sockets to handle actual information exchange and time sync between devices. All devices kept communication event logs from which useful communication statistics were extracted. The communication statistics for each of the involved devices were elegantly presented using a custom Javascript application that was also developed for the purposes of the course project.

CUSTOM AAC CODEC ΣΕ MATLAB
A 3-stage AAC audio codec was developed in MATLAB in the course “Multimedia Systems and Virtual Reality” taught by prof. Anastasios Delopoulos.
View Project