- Download and docs:
- https://github.com/Francisobiagwu/DocumentSharing
- Source code & Development:
- https://github.com/Francisobiagwu/DocumentSharing
This is an application layer protocol designed using deterministic finite automata. This document sharing software is similar to the Google document application that allows users authenticated users to edit, save selected document.
git clone https://github.com/Francisobiagwu/DocumentSharing.git
Python3
python3 DSServer.py
python3 DSClient.py
On the client terminal use the following commands to perform the required action
LOGIN, USERNAME, PASSWORD, DOCUMENT_NAME
To login, use: LOGIN, Admin, root, document
SECTION, SECTION_ID
COMMIT, SECTION_ID, DATA
LOGOFF