Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Implement webrtc in js-libp2p #17

Closed
17 tasks done
ddimaria opened this issue Aug 12, 2022 · 0 comments · Fixed by #4, #5, #6, #10 or #11
Closed
17 tasks done

Implement webrtc in js-libp2p #17

ddimaria opened this issue Aug 12, 2022 · 0 comments · Fixed by #4, #5, #6, #10 or #11
Assignees

Comments

@ddimaria
Copy link
Collaborator

ddimaria commented Aug 12, 2022

Tasks

  • Skeletons for Transport, Connection, and Stream implementations
  • SDP munging
  • SDP creation
  • Implement Transport.dial
  • Implement remainder of Transport
  • Implement Connection.newStream
  • Implement remainder of Connection
  • Implement Stream.source
  • Implement Stream.sink
  • Implement remainder of Stream
  • Fill out README.md and any other worthwhile documentation
  • Unit test SDP utilities
  • Unit test Transport
  • Unit test Connection
  • Unit test Stream
  • Custom error types
  • Fix lint errors in develop
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.