https://github.com/moonshrd/p2chat-android
Port of p2chat to Android
https://github.com/moonshrd/p2chat-android
android iot libp2p mesh pubsub
Last synced: 2 months ago
JSON representation
Port of p2chat to Android
- Host: GitHub
- URL: https://github.com/moonshrd/p2chat-android
- Owner: MoonSHRD
- Created: 2019-06-29T13:58:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-22T12:53:11.000Z (over 6 years ago)
- Last Synced: 2025-03-20T21:58:19.607Z (over 1 year ago)
- Topics: android, iot, libp2p, mesh, pubsub
- Language: Go
- Size: 85.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# P2Chat Android
Port of P2Chat to Android (Java).
## Building
**WARNING!** Build correctly occurs only in GOPATH.
```bash
$ go get -u github.com/MoonSHRD/p2chat-android
$ cd $GOPATH/github.com/MoonSHRD/p2chat-android
$ make
```