Pastree is a client-server based directory storing and sharing service (directory pastebin) written in C and Python.
Note
This is a student project, but contributions are welcomed!
01418351: Computer Communications and Cloud Computing Principles
Pastree uses the Directory Exchange Protocol (DXP) for reading, exchanging, and forming directory trees between hosts.
Potsawat Thinkanwatthana
B.S. in Computer Science
Kasetsart University, Bangkok, Thailand.
There are two repositories:
- Pastree Server https://github.com/naiithink/pastree-server
- Pastree Client https://github.com/naiithink/pastree-client
DXP Repository: github.com/naiithink/dxp
Some of the code and concepts are based on my "trials and errors" and side projects.
github.com/naiithink/dxp/ab380e8: /lib/
- "Casting malloc," cprogramming.com
- Isam, Mohammed, "Let's Build a Linux Shell [Part I]," hackernoon.com
- github.com/naiithink/ku-bs-cs/main: /Y1-02/01418113/
- github.com/naiithink/learn
Although this is a student project, any contribution is appreciated.
Code is under the MIT License. Documentation is under the Creative Commons Attribution license.