Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moonshrd/p2chat-android
Port of p2chat to Android
https://github.com/moonshrd/p2chat-android
android iot libp2p mesh pubsub
Last synced: 1 day 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-22T12:53:11.000Z (about 5 years ago)
- Last Synced: 2024-11-26T02:25:00.402Z (2 months ago)
- Topics: android, iot, libp2p, mesh, pubsub
- Language: Go
- Size: 85.9 KB
- Stars: 1
- Watchers: 3
- 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
```