IHU is a VoIP application for Linux (using Qt and Speex), with low latency, crypted stream, minimal use of bandwith, and without intermediary servers. It is the easiest way to talk real-time with your friends (like phone) on the internet or LAN.
License
GNU General Public License version 2.0 (GPLv2)Follow I Hear U
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Since we can chat with netcat, why a chat feature was not implemented? AWESOME program! I want to port this to GTK+ or PyGTK. http://ihu.sourceforge.net/doc/manual.html#1.1.1 Tip: You can easily test if everything is fine using the netcat program: Receiver runs "nc -l -p 1793" (or for UDP "nc -u -l -p 1793"), and Caller runs "nc RECEIVER_IP_ADDRESS 1793" (or for UDP "nc -u RECEIVER_IP_ADDRESS 1793"). If you can see what your partner is typing (and viceversa), then IHU won't have any kind of problems.