Skip to content

figimodi/ClientServerC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

environment of debugging:
    local virtual machine, Linux centOS

instruction to compile:
    gcc -Wall Client.c Packet.c ListaPacket.c -o ../bin/Client
    gcc Server.c -o ../bin/Server

data folder contains:
    html sent: TestFile.html
    html received: ReceivedFile.html
    script of the executions for client and server

include folder contains:
    header files

src folder contains:
    source code files (.c)

bin folder contains:
    executables


About

Client Server Application C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published