Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 867 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 867 Bytes

NextPresso chat protocol

A binary-based application-level protocol for sharing text, files, and other media via many systems simultaneously.

In association with SarenDev.

About

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.