Network part of the Guthi-Distribution project done as a final year project of undergraduate level.
- Language: Go 1.19, TDM-GCC
- Build System: CMake, Ninja or Makefile
Create a config.json
as shown below:
{
"name": "node_name",
"address": "ip_address" // if you want to use localhost use ""
}
- Build and run the executable and use of
-port
parameter is optional and default is port6969
.
go build
./GuthiNetwork