-
Notifications
You must be signed in to change notification settings - Fork 0
Home
In this guide I will explain how to extend this project to implement what you need, but first a little history
As a student in the Bachelor of Science in Computer Science program at the University "Federico II", I participated in the course of Operating Systems Laboratory whose purpose was to lay the foundations for client-server communication by asking the student to implement a small project consisting of a client in Android using Java language and a server in C using system-calls.
Once the project was finished, I weighed to abstract the code, which was useful to me, of the client and make it open source so that anyone who has to create a similar project can avoid boilerplate code and start with a fair head start, only having to implement the project's intended features and UI.
With this wiki I will try to give you an overview of the most important packages and features, describing the architectural pattern used and the main functions.