Dr Ian Preston

Results 206 comments of Dr Ian Preston

Hi Borislav, Thanks for your email. I'm quite happy to merge in most of what you've done, so long as it supports building with either make or gradle, all is...

The resulting Test.jar from "make test" should be runnable with "java -jar build/test.jar", but currently this fails because of the wrong main class, and the jar mainfest's classpath not finding...

Yep, I'm waiting to merge and deploy what I think are the last breaking changes this week, and then I can give a demo url.

We use this in Peergos currently and on public servers the idle (not serving blocks on bitswap, but normal kademlia, identify etc. usage) bandwidth is ~20-100KB/s. We hope to reduce...

It sounds like you want to be able to limit the total bandwidth used, i.e. the coarsest possible control. I think we will implement that.

We don't release builds of this repo without the web-ui. This repo is built from the web-ui repo via a git submodule.

We're not releasing this on it's own. It assumes that a web-ui is present and would confuse people. Git submodules point to a specific version. Maybe amend the FSD to...

You can also build native iOS executables from Java using https://gluonhq.com/ We are working on this for Peergos for example here: https://github.com/peergos/mobile

I assume you mean "Ipfs addrs should use Cids, not Multihashes"? And are you referring to the constructor? In Java we've made Cid a subclass of Multihash, consistent with the...