Menu

MUVIE / News: Recent posts

Server Version 1.0.0 alpha

This release is a fully functional (text-only) server with threaded parsing capability.
It now has the capability to choose the PORT and ADDRESS to bind to when running.
The next step is to start creating the basic object framework so that the parser will have some information to work from.

The old version of the Client (0.0.3a) will still work with this Server as long as the server is listening on 0.0.0.0:5000 (address:port).

Posted by Gordon Ellsworth 2007-12-20

Version 0.0.2 alpha

Currently the code is such that the client has the ability to send and receive text.

The server can only receive text at this time, but no parser is in place yet, so it never sends anything back to the client.

An eventlog has been implemented, each day has its own log (format yyyyMMdd.log) which is rotated when a new day starts. It hasn't been 100% tested, but it looks like it should work.

Posted by Gordon Ellsworth 2007-11-20