Skip to content

AntoineSebert/socketObject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socket

Abstract

Written in modern C++, this lightweight library provides an object overlay for using POSIX sockets. The aim is to create a simple layer over the built-in socket component so as to facilitate its use, and provide common utility functions.

Features

  • create a socket, with a maximum number of concurrent connections
  • manage the TCP/IP address and the port number
  • create/accept/close a connection
  • send/receive data
  • broadcast data

Integration

Simply include the file to your project with the line #include "socketObject.hpp"

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%