Skip to content

valentino-defelice/socketsC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

This project it's a simple Echo Server - Client using C socket API.

INSTRUCTIONS

You only need compile Server & Client, then run in separatly terminal.

To compile:

	$ gcc testServer -o Server &
	$ gcc testClient -o Client

and run it, FIRST run the server.

	$./Server &
	$./Client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages