Skip to content

Simple linux C++ application that demonstrates file sharing using memory-mapped files

Notifications You must be signed in to change notification settings

a13xe/LinuxProjectedFile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

⚙️ Requirements

sudo apt-get update
sudo apt-get install build-essential

🔨 Installation

✅ Step 1. Grab a copy of the code onto your machine:

git clone https://github.com/a13xe/LinuxProjectedFile
cd LinuxProjectedFile

✅ Step 2. In one terminal window, start the server with:

./server

✅ Step 3. Open another terminal window and start the client:

./client

🕹️ Usage

g++ -o server server.cpp
g++ -o client client.cpp

📸 Example

288240507-9cebb344-843d-42a5-9449-552718c9e2c4_1.mp4

About

Simple linux C++ application that demonstrates file sharing using memory-mapped files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages