Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

track: jsipfs swarm #92

Closed
16 tasks done
daviddias opened this issue Mar 21, 2016 · 5 comments
Closed
16 tasks done

track: jsipfs swarm #92

daviddias opened this issue Mar 21, 2016 · 5 comments
Assignees
Labels
exp/expert Having worked on the specific codebase is important help wanted Seeking public contribution on this issue

Comments

@daviddias
Copy link
Member

daviddias commented Mar 21, 2016

The swarm API enables IPFS users to learn about their connected peers and connect to other peers if desired

To learn more about the swarm API, you can:

Implementation Roadmap

  • jsipfs daemon - turn own swarm when it boots up
  • jsipfs swarm peers
    • core
    • http-api
    • cli
  • jsipfs swarm connect
    • core
    • http-api
    • cli
  • jsipfs swarm disconnect
    • core
    • http-api
    • cli
  • jsipfs swarm addrs
    • core
    • http-api
    • cli
  • jsipfs swarm addrs local
    • core
    • http-api
    • cli
@daviddias daviddias added the exp/expert Having worked on the specific codebase is important label Mar 21, 2016
@daviddias daviddias self-assigned this Mar 21, 2016
@daviddias daviddias modified the milestone: milestone 1 - js-ipfs on the browser Apr 4, 2016
@daviddias daviddias added feature help wanted Seeking public contribution on this issue labels Apr 4, 2016
@daviddias daviddias removed the help wanted Seeking public contribution on this issue label Apr 7, 2016
@daviddias
Copy link
Member Author

follow on -> #101

@daviddias
Copy link
Member Author

daviddias commented Apr 18, 2016

Update: Now we are only missing

@daviddias daviddias added the help wanted Seeking public contribution on this issue label Apr 18, 2016
@daviddias daviddias removed this from the milestone 1 - js-ipfs on the browser milestone Apr 24, 2016
@daviddias daviddias changed the title swarm track: jsipfs swarm Aug 15, 2016
@daviddias daviddias assigned victorb and unassigned daviddias Sep 7, 2016
@daviddias
Copy link
Member Author

//cc @victorbjelkholm

@dignifiedquire dignifiedquire self-assigned this Sep 19, 2016
@daviddias
Copy link
Member Author

We are just missing the disconnect \o/, which is already implemented through the http-api and in core, so this should a very quick thing to implement.

https://github.com/ipfs/js-ipfs/blob/master/src/cli/commands/swarm/disconnect.js

@daviddias
Copy link
Member Author

@nunofmn just PR'ed the last item 🎉

@daviddias daviddias removed the status/ready Ready to be worked label Dec 6, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
exp/expert Having worked on the specific codebase is important help wanted Seeking public contribution on this issue
Projects
None yet
Development

No branches or pull requests

3 participants