Skip to content

richiMarchi/CooperativeEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

230 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CooperativeEditor

System and Device Programming project - Cooperative multiuser editor.

The aim of this project is to implement, using client-server architecture, a C++ cooperative editor thanks to many user can work on the same file.

Dependencies

The following libraries need to be installed in your system:

  • Qt (>= 5.12)
  • sqlite3

Usage

To launch the CooperativeServer: ./CooperativeServer <local_port> [-d]

To launch the CooperativeClient: ./CooperativeClient <server_address> <server_port> [-d]

About

System and Device programming project - Cooperative multiuser editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors