Update README

This commit is contained in:
Ivan Danyliuk 2018-11-01 16:15:49 +01:00
parent 802c3e01c7
commit 6617677a48
No known key found for this signature in database
GPG Key ID: 97ED33CE024E1DBF
1 changed files with 20 additions and 14 deletions

View File

@ -31,20 +31,26 @@ You can specify different bind address using `-h` command line flag. See `./prop
``json
{
"nodes": [
{
"id": "192.168.1.2"
},
{
"id": "192.168.1.4"
}
],
"links": [
{
"source": "192.168.1.2",
"target": "192.168.1.4"
}
]
"algorithm": "whisperv6",
"senderIdx": 0,
"ttl": 10,
"msg_size": 300,
"network": {
"nodes": [
{
"id": "192.168.1.2"
},
{
"id": "192.168.1.4"
}
],
"links": [
{
"source": "192.168.1.2",
"target": "192.168.1.4"
}
]
}
}
```