Skip to content
forked from 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.

Notifications You must be signed in to change notification settings

liuhangyu/comms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published