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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
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.