
Piq
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is my first serious program written with Qt 4.X.To be honest, it`s my first serious project at all :).
Piq is just little application which can display quick information about Your adresses (internal LAN IP, broadcast or mac).Program scans Your host for all possible network interfaces, so You don`t have to type anything. Piq works in system tray, You can close its window and it will be still running. Moreover it can show Your public IP if You are NAT-user or something similar. This feature is very useful if You are some net-gamer and there are a bunch of line edits to quickly and easy copying necessary data.
Of course there are plenty of application which can the same thing but I`m almost sure that Piq is smallest, fastest ang most light :)
I`ve almost forgotten. My project-motto: "It is good to have an ace up one`s sleeve. An ace like a Piq .."
Just have fun to use it, read and modifying source code.
HOW TO COMPILE & RUN:
1. If you already got *.pro file just type:
[quote]make[/quote]
Make sure that there is the *.PRO file in Your source code directory. Later You just click on binary file or type:
[quote]./binaryfile[/quote]
where "binaryfile" is the name of compiled program.
2. I you don`t have the *.pro file or something failed make sure You already have installed Qt libraries. Then type this (everything in Your Source code directory):
[quote]qmake - project[/quote]
On Debian/Ubuntu type:
[quote]qmake-qt4 -project[/quote]
Then:
[quote]qmake *.pro[/quote] press Tab and Enter
At the end type this:
[quote]make[/quote]
Binary, compiled package and some debs for Debian and Ubuntu are comming soon.
PS: I would like to apologise for my English, I know it isn`t the best one.
12 years ago
*In version 0.3 there is multi-tab (Advanced tab) which shows public IP
*Fixed some troubles with debuging messages
*Some housekeeping job with source code, You know variables and comments :)
12 years ago
*In version 0.3 there is multi-tab (Advanced tab) which shows public IP
*Fixed some troubles with debuging messages
*Some housekeeping job with source code, You know variables and comments :)
bonaire
12 years ago
I got "0" as name of the executable. I don't think this is ok.
lo should'nt be the default device in the drop down list. ethX would be more usefull.
a copy-to-clipboard button would be nice.
cu
Report
Doles
12 years ago
TARGET = piq
where "piq" is the name of executable program. Just qmake was trying to build program called "0.3" like a name of directory but it truncated the name after dot mark (I don`t know why). What about other problems ? Hmm I am working about it and yes clipboard should be supported :)
Report
BorgQueen
12 years ago
Report
Enzo01
12 years ago
This tool is useful really, but may be will have conflicts with the name.
Report
Doles
12 years ago
Btw thanks for Your nice comments I`m glad that my program will help someone.
Report
kinofswords
12 years ago
http://qip.ru/en/
Report
dsms
12 years ago
already an instant messanger that is
named "QIP".
http://www.google.com/search?q=qip
due to this conflict it might be harder
for your possible users to find your
software.
Report