diff --git a/Readme.md b/Readme.md index 9d8c21b..d2dc393 100644 --- a/Readme.md +++ b/Readme.md @@ -1,8 +1,8 @@ This whole project is still a major WIP. Details to follow. Basically, this is supposed to be a modernized BBS for radio, -but exchanging binary messages (which can be compressed automatically) -rather than human-typed text. +but with clients and servers exchanging binary messages +(which can be compressed automatically) rather than human-typed text. I'm planning several features like: @@ -19,4 +19,4 @@ I'm planning several features like: I may also add a TCP/IP interface to this later, since that shouldn't be too difficult. We'll see. I'm envisioning using a couple of python CLI clients with this for now, or possibly an android or -PC GUI, assuming an AGWPE TNC is available on the network. \ No newline at end of file +PC GUI, assuming an AGWPE TNC is available on the network.