Giter VIP home page Giter VIP logo

ipfsiosappexample's People

Contributors

neoteo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ipfsiosappexample's Issues

is it possible to connect to localhost from simulator?

class IpfsNodeDiscovery : NSObject, NetServiceBrowserDelegate, NetServiceDelegate {
let DOMAIN = "local"
// let SERVICE_TYPE = "_services._dns-sd._udp."//"_airplay._tcp."
let SERVICE_TYPE = "_ipfs-discovery._udp."
// let SERVICE_TYPE = "_ipfs._tcp."
// let SERVICE_TYPE = "_1password4._tcp."
let domainBrowser: NetServiceBrowser
var active_service: NetService?
var active_handler: ((String) -> ())?
var node_address: String?

ipfs daemon is running fine.

nitializing daemon...
Swarm listening on /ip4/10.106.30.113/tcp/4001
Swarm listening on /ip4/127.0.0.1/tcp/4001
Swarm listening on /ip6/::1/tcp/4001
Swarm listening on /p2p-circuit/ipfs/QmPGh4BgmrFqBcqNDa1kLww8nFsjhw2MZzjSiokvrXekEM
Swarm announcing /ip4/10.106.30.113/tcp/4001
Swarm announcing /ip4/127.0.0.1/tcp/4001
Swarm announcing /ip6/::1/tcp/4001
API server listening on /ip4/127.0.0.1/tcp/5001
Gateway (readonly) server listening on /ip4/127.0.0.1/tcp/8080
Daemon is ready
16:56:15.791 ERROR ipns-repub: Republisher failed to republish: failed to find any peer in table core.go:518
17:01:15.787 ERROR ipns-repub: Republisher failed to republish: failed to find any peer in table core.go:518
17:06:15.785 ERROR ipns-repub: Republisher failed to republish: failed to find any peer in table core.go:518
17:11:15.783 ERROR ipns-repub: Republisher failed to republish: failed to find any peer in table core.go:518

`netServiceDidResolveAddress` never gets called

Hi, I'm testing IPFS for iOS and I've found your example repo. I'm trying to execute it on an iPhone 6 running iOS 11. It compiles, install, run the IPA and start resolving IPFS service but netServiceDidResolveAddress never get called.

Maybe I'm not understanding the purpose of the swift-ipfs-api. I'm trying to run a full working IPFS node on an iOS device, the same way I can run a node on my MacBook terminal. Is this a correct approach? Or this repo is no longer maintained?

Thank you for your time

Needs TOOLCHAINS set to build properly ..

Just FYI, as of Carthage 0.18.1 and with XCode8 on the machine, this is currently needed in order to build the Carthage dependencies:

$ TOOLCHAINS=com.apple.dt.toolchain.Swift_2_3 carthage update

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.