Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 475 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 475 Bytes

#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)