gomobile-ipfs icon indicating copy to clipboard operation
gomobile-ipfs copied to clipboard

IPFS and libp2p on Mobile, with Gomobile

Results 63 gomobile-ipfs issues
Sort by recently updated
recently updated
newest added

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 :)

:rocket: feature-request

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...

bug

- [ ] improve the description - [ ] add build example - [ ] add code example

documentation
:rocket: feature-request
backlog

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...

:rocket: feature-request
backlog

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...

:rocket: feature-request
backlog

# 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...

bug