gomobile-ipfs
gomobile-ipfs copied to clipboard
IPFS and libp2p on Mobile, with Gomobile
Hi guys, I created React Native bindings for Android and iOS. https://github.com/tesseract-one/react-native-gomobile-ipfs Can get XKCD image from React Native :)
For the moment, the limits that we set in the config concerning the number of peers (high/low watermarks, grace period) does not seem to regulate correctly the maximum number of...
- [ ] improve the description - [ ] add build example - [ ] add code example
In the Berty app, we have developed a system to update the network configuration according to the device's connectivity, it is currently complicated to extract this part from our code...
Replace gomobile logger (GoLog) by a better binding for ipfs-go-log -> native logger. Currently, all logs including their metadata are displayed by native logger as a plain text string with...
# Description Small addition to enable JavaDoc generation on newer versions of java when building Android core. ## Related - None
if you known how to add file:// uri to cors without allowing * pls hit me up ;)
add support for gateway listener through the ipfs config (Addresses.Gateway) or by using `serveGateway` method
Signed-off-by: gfanton # Description ## Related - None
We noticed when writing/testing the example application that go-ipfs can barely connect to bootstrap nodes. It seems not to be able to do peer discovery and we see a lot...