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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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.