2021-04-18 22:06:31 +02:00
2021-02-26 13:29:00 +01:00
2021-04-18 22:06:31 +02:00
2021-04-18 22:06:31 +02:00
2021-04-15 13:44:48 +02:00
2021-04-15 13:44:48 +02:00
2021-03-17 11:41:45 +01:00

Peernet Command Line Client

This is the command line client used for testing, debug and development purposes. It uses the core library. Check the core library for optional settings.

This client can be used as root peer to help speed up discovery of peers and data.

Compile

To build:

go build

Use

The config filename is hard-coded to Config.yaml and is created on the first run. Please see the core library for individual settings to change.

Simply start it and then use the listed commands:

C:\Peernet\Cmd>Cmd
Peernet Cmd 0.1
------------------------------
Please enter a command:
help               Show this help
net list           Lists all network adapters and their IPs
status             Get current status
chat               Send text to all peers
peer list          List current peers
debug key create   Create Public-Private Key pair
debug key self     List current Public-Private Key pair
Description
No description provided
Readme 6.8 MiB
Languages
Go 100%