Home Tags Sockets

Tag: sockets

Use XMPP to Create Your Own Google Talk Client

13
Instant communication is the essence of social networking and the Internet. The popular Google Talk, which uses XMPP (Extensible Messaging and Presence Protocol), made...

iLinuxBot: Designing Botnets to Manage Linux Clients

3
This article is to encourage newbies to use a little creativity to solve real-world problems. It shows you how to manage a Linux lab,...

The Socket API, Part 5: SCTP

15
This article on socket programming deals with the Stream Control Transmission Protocol (SCTP). Similar to TCP and UDP, SCTP provides some features of both. It...