Skip to content

Simple socket connection abstraction between servers and clients

Notifications You must be signed in to change notification settings

Me1Am/socketConnections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socket Connections C Library

Simple Unix-style socket connection library for inter-process connections

Files

  • sockConn.h - Main header file
  • client.cpp - Implementation file for client functions
  • server.cpp - Implementation file for server functions
  • serializer.cpp - Implementation file for serialization functions

Limitations

  • Objects like std::string don't work when serialized in a struct
  • Windows functionality is not fully implemented

About

Simple socket connection abstraction between servers and clients

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published