Vaser is a powerful high performance event based network engine library for C# .Net. It’s possible to start multiple servers in one program and use the same network code for all servers. In the network communication are all strings are omitted, instead it is based on a unique binary identifier, which the CPU and memory relieves massively.
🗃️ C++ low-level implementation of an FTP (File Transfer Protocol) server-client connection over Transmission Control Protocol/Internet Protocol (TCP/IP) using the Linux Programming Interface.
Implements the a basic Client-Server communication model through the use of sockets. The communication is handled over TCP. Both server and client classes can transfer raw bytes or can be used as generic.
💻💉 Projects for the course of System Programming. Gained knowledge on multithreading, inter process communication (named pipes), low-level I/O and network communication (Server-Client model).