Skip to content

A very rudimentary server-client socket based communication.

Notifications You must be signed in to change notification settings

lirfu/SimpleServerCpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleServerCpp

A very rudimentary server-client socket based communication.

Inspired by a linuxhowtos tutorial.

Building

A Makefile is provided so just run:

make

Only basic C++ tools are required, no additional dependencies.

Components

Demos

Send image demo

A demonstration of sending and reading raw data (image) across a common socket. The input image is in res/img.png and is outputted as res/output.png.

Messenger

A rudimentary messenger over the network.

About

A very rudimentary server-client socket based communication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published