Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 264 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 264 Bytes

Notifer

A Simple Qt based message notifier

Listens at a port for the message to be displayed and Works on Qtimer to display notifications.

Compiling :

qmake . make

Running :

./notifier

and in a new tab

echo "Hello" | nc localhost 4000