ogre-net is a simple yet completely decentralized onion routing network designed to help practice network programming, encryption, distributed systems, and scalability.
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- go
install go 1.15
- Clone the repo
git clone https://github.com/AdamCollins/ogre-net.git
- Build
make all
- Start up node
./build/node -id=<NodeID> -listen=<port to lisen on eg. :3001> -knows=<address of prexisting node eg. :3000 (leave blank if first) >
For documentation please refer to the docs folder or checkout this doc here for an overview.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License.