Skip to content

A tiny send and receive socket header library for C++

License

Notifications You must be signed in to change notification settings

eelislynne/mini-sock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

mini-sock

A tiny send and receive socket client header library for C++

Allows tcp connections to sockets in other languages. Not a websocket client. Check src/Example.cpp for instructions.

Supports:

  • Sending & receiving (obvs)
  • IPv4 addresses and domains

Does not support:

  • IPv6
  • Non-blocking operation

This is not supposed to be a robust solution. Just something for very basic live communication. Made this for sending log files live to a NodeJS server.

About

A tiny send and receive socket header library for C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages