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"

About

Modern C++ overlay on Unix sockets

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages