Skip to content
/ TalkNet Public

An online communicator

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

dak98/TalkNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TalkNet

TalkNet is an online IPv4 communicator written with Qt. It provides both the server and the client programs which can be installed separately.

Dependencies

Obtain

git clone https://github.com/dak98/TalkNet.git

Install the server [client]

cd server [client]
mkdir build
cd build
qmake ../server.pro [../client.pro]
make

Usage

Both the server and the client have two windows:

  • a display window showing the overall trafic (server) or incoming messages (client) on the left,
  • a console to issue commands on the right.

Server

The server can list all the connected clients and send messages to them. You also see the trafic between clients. server

Client

The clients are able to communicate between each other via the SENDTO command. To message yourself, use the ECHO command. Type INFO to display your ID. clients

If wrong syntax is used (e.g. wrong number of parameters), an appropriate error message is shown.

About

An online communicator

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages