Skip to content

Norris1z/shared_memory_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shared Memory Chat

A demo project to show how two applications can use the same memory shared using shmget

Building

Run make user1 to build user1's application

Run make user2 to build user2's application

Usage

Run ./user1 in one terminal tab and ./user2 in the other .. and start sending messages :)

Demo

user1

user1

user2

user2

About

A command line chat application using shared memory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published