https://github.com/tangruize/coeditor
The Coeditor based on Jupiter protocol.
https://github.com/tangruize/coeditor
coedit jupiter
Last synced: 3 months ago
JSON representation
The Coeditor based on Jupiter protocol.
- Host: GitHub
- URL: https://github.com/tangruize/coeditor
- Owner: tangruize
- Created: 2017-09-07T12:01:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-07T03:09:50.000Z (about 6 years ago)
- Last Synced: 2025-01-07T20:42:03.976Z (5 months ago)
- Topics: coedit, jupiter
- Language: C++
- Homepage:
- Size: 697 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coeditor description file
> Ruize Tang
> 2017```
//TODO: Improve this document
```
## Introduction
The Coeditor is based on Jupiter protocol, which supports long-term remote Collaborative editing.
## Dependency
```
sudo apt-get install libncurses6-dev || sudo apt-get install libncurses5-dev
sudo apt-get install libgpm-dev xinetd realpath
```
## Configuration
```
# compiling
make
# register our server program
sudo ./register_inetd.sh
# now you can run coeditor
./coeditor -c localhost
```
## Usage
Please see 'doc/coeditor.help' file.