A binary-based application-level protocol for sharing text, files, and other media via many systems simultaneously.
In association with SarenDev.
This repo contains a specification and working implementation of a binary-based application-level protocol for chat communication.
The demo client was written in Java, with an interface created with NetBeans. The demo server was also written in Java.
The NetBeans project files are located here
The source files are located here
The protocol specifications are located here
The project was written and edited in IntelliJ (JetBrains), so this project contains a .idea
folder for the project settings.
This project was made as a part of a university project.