josvazg / comms

Simple C network library so that you can forget about network suff (tcp/udp/ssl, etc) and focus on your apps interactions with other apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Comms Simple C crossplatform communications library so that you can forget about network suff (tcp/udp/ssl, etc) and focus on your program communications from a simpler and higher level of asbtraction.

##Tested on

  • Linux (Ubuntu)
  • Windows XP
  • Mac OS X (Intel, 10.7)

###Notes Currently only basic TCP client and servers and UDP are supported (IPv4 and IPv6), but the plan is to extend support to multicast-UDP and as a compilation option, TLS support (this using GnuTLS)

About

Simple C network library so that you can forget about network suff (tcp/udp/ssl, etc) and focus on your apps interactions with other apps.


Languages

Language:C 99.4%Language:Shell 0.6%