File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1- # p2chat
1+ # P2Chat
2+ P2Chat - is a core local messenger library, which based on Libp2p stack.
23
3- ## What is this and how do I do rest of my life about it?
4- p2hcat - is a core local messenger library, which based on Libp2p stack.
5-
6- p2chat basicly supports discovery through ** mdns** service and support messaging via ** PubSub**
4+ P2Chat basicaly supports discovery through ** mDNS** service and support messaging via ** PubSub**
75
86It supports next features:
9- - devices autodiscovery by ` Rendez-vous string`
7+ - devices autodiscovery by ` Rendezvous string`
108- topic list exchanging between peers
119- autoconnect group chats by ` PubSub `
1210- default signing and validating messages (crypto) * [ validation is temporary off, due to the incorrect signing messages on Android] *
@@ -23,4 +21,4 @@ $ go mod tidy
2321$ go get -v -d ./... # not sure that it's neccessary
2422$ make
2523```
26- Builded binary will be in ./cmd/
24+ Builded binary will be in ` ./cmd/ `
You can’t perform that action at this time.
0 commit comments