Skip to content

Releases: coswald/JTalker

JTalker 0.2.0 The Actual Working Version

16 Oct 22:31
f42b72e
Compare
Choose a tag to compare

An Implementation That Just Works

Description

This implementation is a complete working version of the TCP client within a GUI. Now this implements all of the UDP looks, but all of the TCP components work exactly as intended. We know there are a couple bugs, but for now, it works.

Try It!

JTalker 0.1.0 The Working Version

09 Sep 15:34
Compare
Choose a tag to compare
Pre-release

This is the first release of JTalker! Currently, we have a server that can accept multiple clients on a TCP stream. We have a client that can then send this server text, and the server will send it back. However, this is only a fourth of the battle. JTalker's end goal is to have TWO server and client threads: one for TCP, and the other for UDP. The latter is still in development, but the object of it is to be able to send image data over a UDP stream. This will show up in the form of a canvas that will send it's color data over the stream. However, in order for this to start development, the other half of the JTalker application has to be developed. This is the gui part of the application. The GUI comes in two parts: the text, and the canvas. Enjoy the first fourth of the application, and we can't wait until the rest is developed!